HomeSort by relevance Sort by last modified time
    Searched refs:bootCompleted (Results 1 - 16 of 16) 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/native/libs/binder/
IServiceManager.cpp 153 char bootCompleted[PROPERTY_VALUE_MAX];
154 property_get("sys.boot_completed", bootCompleted, "0");
155 gSystemBootCompleted = strcmp(bootCompleted, "1") == 0 ? true : false;
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceDelegate.java 77 public boolean bootCompleted;
195 if (mKeyguardState.bootCompleted) {
411 mKeyguardState.bootCompleted = true;
445 pw.println(prefix + "bootCompleted=" + mKeyguardState.bootCompleted);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 82 mUsbService.bootCompleted();
212 public void bootCompleted() {
214 mDeviceManager.bootCompleted();
UsbDeviceManager.java 394 public void bootCompleted() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
StorageManagerService.java 200 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/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 743 milliseconds