HomeSort by relevance Sort by last modified time
    Searched refs:bootCompleted (Results 1 - 10 of 10) 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 77 public boolean bootCompleted;
183 if (mKeyguardState.bootCompleted) {
421 mKeyguardState.bootCompleted = true;
444 pw.println(prefix + "bootCompleted=" + mKeyguardState.bootCompleted);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 74 mUsbService.bootCompleted();
176 public void bootCompleted() {
178 mDeviceManager.bootCompleted();
UsbDeviceManager.java 253 public void bootCompleted() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java 176 mMountService.bootCompleted();
    [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 

Completed in 129 milliseconds