Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java427 return sINM.shouldHideSilentStatusIcons(context.getPackageName()); in shouldHideSilentStatusBarIcons()
465 return !sINM.shouldHideSilentStatusIcons(pkg); in showSilentInStatusBar()
/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl83 boolean shouldHideSilentStatusIcons(String callingPkg); in shouldHideSilentStatusIcons() method
H A DNotificationManager.java1515 return service.shouldHideSilentStatusIcons(mContext.getOpPackageName()); in shouldHideSilentStatusBarIcons()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java2396 mHelper.shouldHideSilentStatusIcons()); in testXml_statusBarIcons_default()
2409 mHelper.shouldHideSilentStatusIcons()); in testXml_statusBarIcons()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1194 public boolean shouldHideSilentStatusIcons() { in shouldHideSilentStatusIcons() method in PreferencesHelper
H A DNotificationManagerService.java3429 public boolean shouldHideSilentStatusIcons(String callingPkg) {
3434 return mPreferencesHelper.shouldHideSilentStatusIcons();
5851 + mPreferencesHelper.shouldHideSilentStatusIcons());
/aosp12/frameworks/base/services/
H A Dart-profile26538 PLcom/android/server/notification/NotificationManagerService$11;->shouldHideSilentStatusIcons(Ljava…
27449 PLcom/android/server/notification/PreferencesHelper;->shouldHideSilentStatusIcons()Z