Home
last modified time | relevance | path

Searched refs:LOCKED_BOOT_COMPLETE (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/calllog/app/src/android/provider/cts/contacts/testapp/
DBootReceiver.java16 public static final String LOCKED_BOOT_COMPLETE = "locked_boot_complete"; field in BootReceiver
24 prefs.edit().putBoolean(LOCKED_BOOT_COMPLETE, true).commit(); in onReceive()
33 .putBoolean(LOCKED_BOOT_COMPLETE, true).commit(); in onReceive()
DCallLogDirectBootTest.java51 BootReceiver.waitForBootComplete(mDe, BootReceiver.LOCKED_BOOT_COMPLETE,60000); in testShadowCallComposerPicture()