Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceController.java85 return services.getStandardLayoutKeys(pkg) == null; in isSystemAlertWarningNeeded()
94 public ArraySet<String> getStandardLayoutKeys(int userId, String pkg) { in getStandardLayoutKeys() method in ForegroundServiceController
98 return services.getStandardLayoutKeys(pkg); in getStandardLayoutKeys()
147 final Set<String> notificationKeys = getStandardLayoutKeys(userId, packageName); in onAppOpChanged()
DForegroundServicesUserState.java142 public ArraySet<String> getStandardLayoutKeys(String pkg) { in getStandardLayoutKeys() method in ForegroundServicesUserState
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DAppOpsCoordinatorTest.java240 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DAppOpsCoordinator.java226 mForegroundServiceController.getStandardLayoutKeys(userId, packageName); in handleAppOpsChanged()