Searched refs:BOOT_COMPLETE (Results 1 – 2 of 2) sorted by relevance
15 public static final String BOOT_COMPLETE = "boot_complete"; field in BootReceiver31 dePrefs.edit().putBoolean(BOOT_COMPLETE, true).commit(); in onReceive()32 cePrefs.edit().putBoolean(BOOT_COMPLETE, true) in onReceive()
104 BootReceiver.waitForBootComplete(mCe, BootReceiver.BOOT_COMPLETE, 60000); in testShadowCallComposerPicture()