HomeSort by relevance Sort by last modified time
    Searched refs:bootCompleted (Results 1 - 14 of 14) sorted by null

  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/
BootBroadcastReceiver.java 46 boolean bootCompleted;
51 bootCompleted = Intent.ACTION_LOCKED_BOOT_COMPLETED.equals(action);
53 bootCompleted = Intent.ACTION_BOOT_COMPLETED.equals(action);
55 if (!bootCompleted) {
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/
BootBroadcastReceiver.java 46 boolean bootCompleted;
51 bootCompleted = Intent.ACTION_LOCKED_BOOT_COMPLETED.equals(action);
53 bootCompleted = Intent.ACTION_BOOT_COMPLETED.equals(action);
55 if (!bootCompleted) {
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/
BootBroadcastReceiver.java 46 boolean bootCompleted;
51 bootCompleted = Intent.ACTION_LOCKED_BOOT_COMPLETED.equals(action);
53 bootCompleted = Intent.ACTION_BOOT_COMPLETED.equals(action);
55 if (!bootCompleted) {
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceDelegate.java 66 public boolean bootCompleted;
180 if (mKeyguardState.bootCompleted) {
372 mKeyguardState.bootCompleted = true;
395 pw.println(prefix + "bootCompleted=" + mKeyguardState.bootCompleted);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 77 mUsbService.bootCompleted();
202 public void bootCompleted() {
204 mDeviceManager.bootCompleted();
UsbDeviceManager.java 295 public void bootCompleted() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
StorageManagerService.java 186 mStorageManagerService.bootCompleted();
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1143 milliseconds