Home
last modified time | relevance | path

Searched refs:onSystemReady (Results 1 – 25 of 96) sorted by relevance

1234

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DAppsFilterImplTest.java259 appsFilter.onSystemReady(mPmInternal); in testSystemReadyPropogates()
273 appsFilter.onSystemReady(mPmInternal); in testQueriesAction_FilterMatches()
305 appsFilter.onSystemReady(mPmInternal); in testQueriesProtectedAction_FilterDoesNotMatch()
347 appsFilter.onSystemReady(mPmInternal); in testQueriesProvider_FilterMatches()
370 appsFilter.onSystemReady(mPmInternal); in testOnUserUpdated_FilterMatches()
420 appsFilter.onSystemReady(mPmInternal); in testQueriesDifferentProvider_Filters()
442 appsFilter.onSystemReady(mPmInternal); in testQueriesProviderWithSemiColon_FilterMatches()
461 appsFilter.onSystemReady(mPmInternal); in testQueriesAction_NoMatchingAction_Filters()
478 appsFilter.onSystemReady(mPmInternal); in testQueriesAction_NoMatchingActionFilterLowSdk_DoesntFilter()
500 appsFilter.onSystemReady(mPmInternal); in testNoQueries_Filters()
[all …]
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLaunchParamsPersisterTests.java143 mTarget.onSystemReady(); in setUp()
294 target.onSystemReady(); in testSavesAndRestoresLaunchParamsAcrossInstances()
312 target.onSystemReady(); in testUsesRecordWithSameWindowLayoutAffinityAcrossInstances_NoPreviousRecord()
340 target.onSystemReady(); in testUsesRecordWithSameWindowLayoutAffinityAcrossInstances_HasOldPreviousRecord()
409 target.onSystemReady(); in testClearsWriteQueueItem()
426 target.onSystemReady(); in testClearsFile()
454 target.onSystemReady(); in testClearsWriteQueueItemOnPackageUninstalled()
471 target.onSystemReady(); in testClearsFileOnPackageUninstalled()
489 target.onSystemReady(); in testClearsRemovedPackageFilesOnStartUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java245 mViewMediator.onSystemReady(); in onLockdown_showKeyguard_evenIfKeyguardIsNotEnabledExternally()
264 mViewMediator.onSystemReady(); in doNotHideKeyguard_whenLockdown_onKeyguardNotEnabledExternally()
292 mViewMediator.onSystemReady(); in testOnStartedWakingUp_whileSleeping_ifWakeAndUnlocking_doesNotShowKeyguard()
312 mViewMediator.onSystemReady(); in testOnStartedWakingUp_whileSleeping_ifNotWakeAndUnlocking_showsKeyguard()
360 mViewMediator.onSystemReady(); in wakeupFromDreamingWhenKeyguardHides_orderUnlockAndWakeOff()
383 mViewMediator.onSystemReady(); in wakeupFromDreamingWhenKeyguardHides_orderUnlockAndWakeOn()
421 mViewMediator.onSystemReady(); in restoreBouncerWhenSimLockedAndKeyguardIsGoingAway()
446 mViewMediator.onSystemReady(); in restoreBouncerWhenSimLockedAndKeyguardIsGoingAway_initiallyNotShowing()
699 mViewMediator.onSystemReady(); in startMockKeyguardExitAnimation()
730 mViewMediator.onSystemReady(); in testKeyguardDelayedOnGoingToSleep_ifScreenOffAnimationWillPlayButIsntPlayingYet()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBaseAppStateTracker.java188 void onSystemReady() { in onSystemReady() method in BaseAppStateTracker
189 mInjector.onSystemReady(); in onSystemReady()
300 void onSystemReady() { in onSystemReady() method in BaseAppStateTracker.Injector
320 getPolicy().onSystemReady(); in onSystemReady()
H A DAppBindServiceEventsTracker.java71 void onSystemReady() { in onSystemReady() method in AppBindServiceEventsTracker
72 super.onSystemReady(); in onSystemReady()
H A DAppBroadcastEventsTracker.java70 void onSystemReady() { in onSystemReady() method in AppBroadcastEventsTracker
71 super.onSystemReady(); in onSystemReady()
H A DBaseAppStatePolicy.java101 public void onSystemReady() { in onSystemReady() method in BaseAppStatePolicy
/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java194 mSystemInjector.onSystemReady(); in onBootPhase()
195 mService.onSystemReady(); in onBootPhase()
388 void onSystemReady() { in onSystemReady() method in LocationManagerService
451 mGnssManagerService.onSystemReady(); in onSystemThirdPartyAppsCanStart()
1816 synchronized void onSystemReady() { in onSystemReady() method in LocationManagerService.SystemInjector
1817 mUserInfoHelper.onSystemReady(); in onSystemReady()
1818 mAppOpsHelper.onSystemReady(); in onSystemReady()
1820 mSettingsHelper.onSystemReady(); in onSystemReady()
1821 mAppForegroundHelper.onSystemReady(); in onSystemReady()
1824 mDeviceStationaryHelper.onSystemReady(); in onSystemReady()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/os/
H A DNativeTombstoneManagerService.java47 mManager.onSystemReady(); in onBootPhase()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DFeatureConfig.java29 void onSystemReady(); in onSystemReady() method
/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/
H A DSystemLocationPermissionsHelper.java42 public void onSystemReady() { in onSystemReady() method in SystemLocationPermissionsHelper
H A DSystemDeviceStationaryHelper.java36 public void onSystemReady() { in onSystemReady() method in SystemDeviceStationaryHelper
H A DSystemAppForegroundHelper.java46 public void onSystemReady() { in onSystemReady() method in SystemAppForegroundHelper
H A DSystemLocationPowerSaveModeHelper.java49 public void onSystemReady() { in onSystemReady() method in SystemLocationPowerSaveModeHelper
H A DSystemScreenInteractiveHelper.java44 public void onSystemReady() { in onSystemReady() method in SystemScreenInteractiveHelper
H A DSystemDeviceIdleHelper.java49 public synchronized void onSystemReady() { in onSystemReady() method in SystemDeviceIdleHelper
H A DSystemEmergencyHelper.java53 public synchronized void onSystemReady() { in onSystemReady() method in SystemEmergencyHelper
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardService.aidl99 void onSystemReady(); in onSystemReady() method
/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/
H A DAccessPolicy.kt258 fun MutateStateScope.onSystemReady() {
261 with(it) { onSystemReady() }
372 open fun MutateStateScope.onSystemReady() {}
H A DAccessCheckingService.kt214 internal fun onSystemReady() {
216 with(policy) { onSystemReady() }
/aosp14/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceWrapper.java189 public void onSystemReady() { in onSystemReady() method in KeyguardServiceWrapper
191 mService.onSystemReady(); in onSystemReady()
H A DKeyguardServiceDelegate.java191 mKeyguardService.onSystemReady();
399 public void onSystemReady() { in onSystemReady() method in KeyguardServiceDelegate
401 mKeyguardService.onSystemReady(); in onSystemReady()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryUsageStatsStoreTest.java65 mBatteryStats.onSystemReady(); in setup()
74 mBatteryUsageStatsStore.onSystemReady(); in setup()
/aosp14/frameworks/base/services/core/java/com/android/server/uri/
H A DUriGrantsManagerInternal.java34 void onSystemReady(); in onSystemReady() method
/aosp14/frameworks/base/services/incremental/
H A DBinderIncrementalService.cpp104 void BinderIncrementalService::onSystemReady() { in onSystemReady() function in android::os::incremental::BinderIncrementalService
105 mImpl.onSystemReady(); in onSystemReady()
354 ((android::os::incremental::BinderIncrementalService*)self)->onSystemReady(); in Incremental_IncrementalService_OnSystemReady()

1234