Home
last modified time | relevance | path

Searched refs:PHASE_LOCK_SETTINGS_READY (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DSystemService.java81 public static final int PHASE_LOCK_SETTINGS_READY = 480; field in SystemService
117 PHASE_LOCK_SETTINGS_READY,
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java157 dpms.systemReady(SystemService.PHASE_LOCK_SETTINGS_READY); in testMigration()
269 dpms.systemReady(SystemService.PHASE_LOCK_SETTINGS_READY); in testMigration2_profileOwnerOnUser0()
336 dpms.systemReady(SystemService.PHASE_LOCK_SETTINGS_READY); in testMigration3_managedProfileOwner()
487 dpms.systemReady(SystemService.PHASE_LOCK_SETTINGS_READY); in bootDpmsUp()
/frameworks/base/services/api/
Dcurrent.txt66 field public static final int PHASE_LOCK_SETTINGS_READY = 480; // 0x1e0
/frameworks/base/services/java/com/android/server/
DSystemServer.java2121 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_LOCK_SETTINGS_READY); in startOtherServices()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1029 mService.onBootPhase(SystemService.PHASE_LOCK_SETTINGS_READY); in initService()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java621 case SystemService.PHASE_LOCK_SETTINGS_READY: in onBootPhase()