Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java167 public void onBootPhaseAppsCanStart() { in onBootPhaseAppsCanStart() method in ConditionProviders
168 super.onBootPhaseAppsCanStart(); in onBootPhaseAppsCanStart()
H A DNotificationHistoryManager.java86 void onBootPhaseAppsCanStart() { in onBootPhaseAppsCanStart() method in NotificationHistoryManager
H A DManagedServices.java346 public void onBootPhaseAppsCanStart() {} in onBootPhaseAppsCanStart() method in ManagedServices
H A DNotificationManagerService.java2776 mListeners.onBootPhaseAppsCanStart();
2777 mAssistants.onBootPhaseAppsCanStart();
2778 mConditionProviders.onBootPhaseAppsCanStart();
2779 mHistoryManager.onBootPhaseAppsCanStart();
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java630 verify(mHistoryManager, never()).onBootPhaseAppsCanStart(); in setUp()
632 verify(mHistoryManager).onBootPhaseAppsCanStart(); in setUp()