Home
last modified time | relevance | path

Searched refs:bootCompleted (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceDelegate.java77 public boolean bootCompleted; field in KeyguardServiceDelegate.KeyguardState
196 if (mKeyguardState.bootCompleted) {
409 mKeyguardState.bootCompleted = true; in onBootCompleted()
443 pw.println(prefix + "bootCompleted=" + mKeyguardState.bootCompleted); in dump()
/aosp12/frameworks/native/libs/binder/
H A DIServiceManager.cpp230 char bootCompleted[PROPERTY_VALUE_MAX]; in getService() local
231 property_get("sys.boot_completed", bootCompleted, "0"); in getService()
232 gSystemBootCompleted = strcmp(bootCompleted, "1") == 0 ? true : false; in getService()
/aosp12/packages/modules/StatsD/aidl/android/os/
H A DIStatsd.aidl36 oneway void bootCompleted(); in bootCompleted() method
/aosp12/frameworks/base/core/java/android/os/
H A DZygoteProcess.java893 public void bootCompleted() { in bootCompleted() method in ZygoteProcess
896 bootCompleted(Build.SUPPORTED_32_BIT_ABIS[0]); in bootCompleted()
899 bootCompleted(Build.SUPPORTED_64_BIT_ABIS[0]); in bootCompleted()
903 private void bootCompleted(String abi) { in bootCompleted() method in ZygoteProcess
/aosp12/packages/modules/StatsD/service/java/com/android/server/stats/
H A DStatsCompanionService.java743 statsd.bootCompleted(); in sayHiToStatsd()
817 void bootCompleted() { in bootCompleted() method in StatsCompanionService
826 statsd.bootCompleted(); in bootCompleted()
H A DStatsCompanion.java91 mStatsCompanionService.bootCompleted(); in onBootPhase()
/aosp12/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbService.java112 AdbService::bootCompleted, mAdbService)); in onBootPhase()
273 public void bootCompleted() { in bootCompleted() method in AdbService
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbService.java108 mUsbService.bootCompleted(); in onBootPhase()
252 public void bootCompleted() { in bootCompleted() method in UsbService
254 mDeviceManager.bootCompleted(); in bootCompleted()
H A DUsbDeviceManager.java405 public void bootCompleted() { in bootCompleted() method in UsbDeviceManager
/aosp12/packages/modules/StatsD/statsd/src/
H A DStatsService.h68 virtual Status bootCompleted();
H A DStatsService.cpp1054 Status StatsService::bootCompleted() { in bootCompleted() function in android::os::statsd::StatsService
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DZygoteConnection.java350 VMRuntime.bootCompleted(); in handleBootCompleted()
/aosp12/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc554 NATIVE_METHOD(VMRuntime, bootCompleted, "()V"),
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java633 private void bootCompleted() { in bootCompleted() method in HdmiControlService
686 runOnServiceThread(this::bootCompleted); in onBootPhase()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java248 mStorageManagerService.bootCompleted(); in onBootPhase()
2104 private void bootCompleted() { in bootCompleted() method in StorageManagerService
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java4401 final boolean bootCompleted = in getKeyguardDrawnTimeout()
4404 return bootCompleted ? 1000 : 5000; in getKeyguardDrawnTimeout()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4707 ZYGOTE_PROCESS.bootCompleted(); in finishBooting()
4708 VMRuntime.bootCompleted(); in finishBooting()
/aosp12/frameworks/base/services/
H A Dart-profile2964 PLcom/android/server/StorageManagerService;->bootCompleted()V
5435 PLcom/android/server/adb/AdbService;->bootCompleted()V
41426 PLcom/android/server/usb/UsbDeviceManager;->bootCompleted()V
41598 PLcom/android/server/usb/UsbService;->bootCompleted()V