Searched refs:getStandardLayoutKey (Results 1 – 4 of 4) sorted by relevance
61 return services.getStandardLayoutKey(pkg) == null; in isSystemAlertWarningNeeded()70 public String getStandardLayoutKey(int userId, String pkg) { in getStandardLayoutKey() method in ForegroundServiceController74 return services.getStandardLayoutKey(pkg); in getStandardLayoutKey()
132 public String getStandardLayoutKey(String pkg) { in getStandardLayoutKey() method in ForegroundServicesUserState
121 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()
105 mForegroundServiceController.getStandardLayoutKey(UserHandle.getUserId(uid), pkg); in updateNotificationsForAppOp()