Home
last modified time | relevance | path

Searched refs:silent (Results 1 – 7 of 7) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dinspect_cow.cpp56 bool silent; member
124 if (!opt.silent) { in Inspect()
162 if (!opt.silent && opt.show_ops) std::cout << op << "\n"; in Inspect()
182 if (!opt.silent) { in Inspect()
204 if (!opt.silent) { in Inspect()
220 opt.silent = false; in main()
229 opt.silent = true; in main()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Ddemo_mode.md47 …`` | | Sets the icon in the volume slot (```silent```, ```vibrate```,…
93 Show the silent volume icon
97 silent
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dsystem.proto220 // Whether silent mode should allow vibration feedback. This is used
222 // decoupling of vibrate and silent modes. This setting will likely be
226 // silent or vibrate mode. Kept for use by legacy database upgrade code in
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfo.java295 View silent = findViewById(R.id.silence); in bindInlineControls() local
297 silent.setOnClickListener(mOnSilent); in bindInlineControls()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImplTest.java1020 private NotificationEntry createFsiNotification(int importance, boolean silent) { in createFsiNotification() argument
1026 .setGroupAlertBehavior(silent ? GROUP_ALERT_SUMMARY : Notification.GROUP_ALERT_ALL) in createFsiNotification()
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto234 // "stay silent" was clicked.
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt35249 field public static final String VALUE_RINGTONE_SILENT = "silent";