Home
last modified time | relevance | path

Searched refs:getStandardLayoutKey (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceController.java61 return services.getStandardLayoutKey(pkg) == null; in isSystemAlertWarningNeeded()
70 public String getStandardLayoutKey(int userId, String pkg) { in getStandardLayoutKey() method in ForegroundServiceController
74 return services.getStandardLayoutKey(pkg); in getStandardLayoutKey()
DForegroundServicesUserState.java132 public String getStandardLayoutKey(String pkg) { in getStandardLayoutKey() method in ForegroundServicesUserState
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationListControllerTest.java121 when(mForegroundServiceController.getStandardLayoutKey(anyInt(), anyString())) in testAppOps_appOpAddedToForegroundNotif()
140 when(mForegroundServiceController.getStandardLayoutKey(anyInt(), anyString())) in testAppOps_appOpAddedToUnrelatedNotif()
160 when(mForegroundServiceController.getStandardLayoutKey( in testAppOps_addNotificationWithExistingAppOps()
182 when(mForegroundServiceController.getStandardLayoutKey( in testAdd_addNotificationWithNoExistingAppOps()
206 when(mForegroundServiceController.getStandardLayoutKey( in testAdd_addNonForegroundNotificationWithExistingAppOps()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationListController.java105 mForegroundServiceController.getStandardLayoutKey(UserHandle.getUserId(uid), pkg); in updateNotificationsForAppOp()