Searched refs:LOCKED_BOOT_COMPLETE (Results 1 – 2 of 2) sorted by relevance
16 public static final String LOCKED_BOOT_COMPLETE = "locked_boot_complete"; field in BootReceiver24 prefs.edit().putBoolean(LOCKED_BOOT_COMPLETE, true).commit(); in onReceive()33 .putBoolean(LOCKED_BOOT_COMPLETE, true).commit(); in onReceive()
51 BootReceiver.waitForBootComplete(mDe, BootReceiver.LOCKED_BOOT_COMPLETE,60000); in testShadowCallComposerPicture()