Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl88 boolean shouldHideSilentStatusIcons(String callingPkg); in shouldHideSilentStatusIcons() method
DNotificationManager.java1708 return service.shouldHideSilentStatusIcons(mContext.getOpPackageName()); in shouldHideSilentStatusBarIcons()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java3937 mXmlHelper.shouldHideSilentStatusIcons()); in testXml_statusBarIcons_default()
3948 mXmlHelper.shouldHideSilentStatusIcons()); in testXml_statusBarIcons()
3959 mXmlHelper.shouldHideSilentStatusIcons()); in testXml_statusBarIcons_restore()
3970 mXmlHelper.shouldHideSilentStatusIcons()); in testXml_statusBarIcons_restoreSecondary()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1436 public boolean shouldHideSilentStatusIcons() { in shouldHideSilentStatusIcons() method in PreferencesHelper
DNotificationManagerService.java3928 public boolean shouldHideSilentStatusIcons(String callingPkg) {
3933 return mPreferencesHelper.shouldHideSilentStatusIcons();
6918 + mPreferencesHelper.shouldHideSilentStatusIcons());