Searched refs:bootCompleted (Results 1 – 11 of 11) sorted by relevance
228 char bootCompleted[PROPERTY_VALUE_MAX]; in getService() local229 property_get("sys.boot_completed", bootCompleted, "0"); in getService()230 gSystemBootCompleted = strcmp(bootCompleted, "1") == 0 ? true : false; in getService()
76 public boolean bootCompleted; field in KeyguardServiceDelegate.KeyguardState194 if (mKeyguardState.bootCompleted) {407 mKeyguardState.bootCompleted = true; in onBootCompleted()441 pw.println(prefix + "bootCompleted=" + mKeyguardState.bootCompleted); in dump()
836 public void bootCompleted() { in bootCompleted() method in ZygoteProcess839 bootCompleted(Build.SUPPORTED_32_BIT_ABIS[0]); in bootCompleted()842 bootCompleted(Build.SUPPORTED_64_BIT_ABIS[0]); in bootCompleted()846 private void bootCompleted(String abi) { in bootCompleted() method in ZygoteProcess
93 mUsbService.bootCompleted(); in onBootPhase()223 public void bootCompleted() { in bootCompleted() method in UsbService225 mDeviceManager.bootCompleted(); in bootCompleted()
380 public void bootCompleted() { in bootCompleted() method in UsbDeviceManager
111 AdbService::bootCompleted, mAdbService)); in onBootPhase()272 public void bootCompleted() { in bootCompleted() method in AdbService
314 VMRuntime.bootCompleted(); in handleBootCompleted()
228 mStorageManagerService.bootCompleted(); in onBootPhase()1668 private void bootCompleted() { in bootCompleted() method in StorageManagerService
4591 final boolean bootCompleted = in getKeyguardDrawnTimeout()4594 return bootCompleted ? 1000 : 5000; in getKeyguardDrawnTimeout()
5246 ZYGOTE_PROCESS.bootCompleted(); in finishBooting()5247 VMRuntime.bootCompleted(); in finishBooting()
2481 HSPLcom/android/server/adb/AdbService;->bootCompleted()V13936 HSPLcom/android/server/usb/UsbDeviceManager;->bootCompleted()V14016 HSPLcom/android/server/usb/UsbService;->bootCompleted()V