Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
H A DSilentStatusBarPreferenceControllerTest.java64 when(mBackend.shouldHideSilentStatusBarIcons(any())).thenReturn(false); in isChecked_settingIsOff()
70 when(mBackend.shouldHideSilentStatusBarIcons(any())).thenReturn(true); in isChecked_settingIsOn()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DSilentStatusBarPreferenceController.java43 return mBackend.shouldHideSilentStatusBarIcons(mContext); in isChecked()
H A DNotificationBackend.java425 public boolean shouldHideSilentStatusBarIcons(Context context) { in shouldHideSilentStatusBarIcons() method in NotificationBackend
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationListenerTest.java103 when(mNotificationManager.shouldHideSilentStatusBarIcons()).thenReturn(true); in testOnConnectReadStatusBarSetting()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationListener.java114 mNotificationManager.shouldHideSilentStatusBarIcons()); in onListenerConnected()
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationManager.java1512 public boolean shouldHideSilentStatusBarIcons() { in shouldHideSilentStatusBarIcons() method in NotificationManager
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt6262 method public boolean shouldHideSilentStatusBarIcons();