Searched refs:getStandardLayoutKeys (Results 1 – 4 of 4) sorted by relevance
85 return services.getStandardLayoutKeys(pkg) == null; in isSystemAlertWarningNeeded()94 public ArraySet<String> getStandardLayoutKeys(int userId, String pkg) { in getStandardLayoutKeys() method in ForegroundServiceController98 return services.getStandardLayoutKeys(pkg); in getStandardLayoutKeys()147 final Set<String> notificationKeys = getStandardLayoutKeys(userId, packageName); in onAppOpChanged()
142 public ArraySet<String> getStandardLayoutKeys(String pkg) { in getStandardLayoutKeys() method in ForegroundServicesUserState
240 when(mForegroundServiceController.getStandardLayoutKeys(NOTIF_USER_ID, TEST_PKG)) in testAppOpsUpdateOnlyAppliedToRelevantNotificationWithStandardLayout()278 when(mForegroundServiceController.getStandardLayoutKeys(NOTIF_USER_ID, TEST_PKG)) in testAppOpsUpdateAppliedToAllNotificationsWithStandardLayouts()307 when(mForegroundServiceController.getStandardLayoutKeys(0, TEST_PKG)) in testAppOpsAreRemoved()
226 mForegroundServiceController.getStandardLayoutKeys(userId, packageName); in handleAppOpsChanged()