/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | BootCompleteCacheTest.kt | 69 val boot = bootCompleteCache.addListener(bootCompleteListener) in testAddListenerGivesCurrentState_false() constant 70 assertFalse(boot) in testAddListenerGivesCurrentState_false() 76 val boot = bootCompleteCache.addListener(bootCompleteListener) in testAddListenerGivesCurrentState_true() constant 77 assertTrue(boot) in testAddListenerGivesCurrentState_true()
|
/frameworks/base/cmds/bootanimation/ |
D | bootanimation_main.cpp | 48 sp<BootAnimation> boot = new BootAnimation(audioplay::createAnimationCallbacks()); in main() local 52 boot->run("BootAnimation", PRIORITY_DISPLAY); in main()
|
D | FORMAT.md | 5 The system selects a boot animation zipfile from the following locations, in order: 39 + `p` -- this part will play unless interrupted by the end of the boot 44 * **COUNT:** how many times to play the animation, or 0 to loop forever until boot is complete 75 The file used to draw the time on top of the boot animation. The font format is as follows: 85 The file used to draw the boot progress in percentage on top of the boot animation. The font format 116 The system will end the boot animation (first completing any incomplete or even entirely unplayed
|
/frameworks/base/boot/ |
D | OWNERS | 4 # art-team@ manages the boot image profiles for frameworks 5 per-file boot-* = calin@google.com, yawanng@google.com, ngeoffray@google.com
|
/frameworks/base/config/ |
D | OWNERS | 3 # art-team@ manages the boot image profiles 4 per-file boot-* = calin@google.com, mathieuc@google.com, ngeoffray@google.com
|
/frameworks/base/core/proto/android/server/ |
D | powerstatsservice.proto | 130 * entered. Data is accumulated starting at device boot. 139 * in this state since boot 143 * Total number of times that the state was entered since boot 198 /** Accumulated energy since boot in microwatt-seconds (uWs) for this AID. */ 204 * An estimate of energy consumption since boot for the subsystem identified 214 /** Accumulated energy since device boot in microwatt-seconds (uWs) */ 241 * Reports accumulated energy since boot for each energy meter. 253 /** Accumulated energy since device boot in microwatt-seconds (uWs) */
|
D | windowmanagertrace.proto | 45 /* required: elapsed realtime in nanos since boot of when this entry was logged */
|
D | accessibilitytrace.proto | 46 /* required: elapsed realtime in nanos since boot of when this entry was logged */
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | IEventCallback.hal | 20 * @param timestamp Nanoseconds since boot. 26 * @param timestamp Nanoseconds since boot.
|
/frameworks/base/core/java/android/content/pm/parsing/component/ |
D | ParsedComponent.java | 161 final ClassLoader boot = Object.class.getClassLoader(); in ParsedComponent() local 174 this.metaData = in.readBundle(boot); in ParsedComponent() 175 this.mProperties = in.readHashMap(boot); in ParsedComponent()
|
D | ParsedPermission.java | 145 final ClassLoader boot = Object.class.getClassLoader(); in ParsedPermission() local 151 this.parsedPermissionGroup = in.readParcelable(boot); in ParsedPermission()
|
/frameworks/base/core/proto/android/app/ |
D | alarmmanager.proto | 38 // Alarm time in SystemClock.elapsedRealtime() (time since boot, including 41 // Alarm time in SystemClock.elapsedRealtime() (time since boot, including
|
/frameworks/native/cmds/installd/ |
D | otapreopt_slot.sh | 21 SLOT_SUFFIX=$(getprop ro.boot.slot_suffix)
|
/frameworks/av/apex/ |
D | mediatranscoding.rc | 3 # "disabled" and start it explicitly on boot.
|
/frameworks/base/cmds/incident_helper/testdata/ |
D | system_properties.txt | 9 [ro.boot.boottime]: [1BLL:85,1BLE:898,2BLL:0,2BLE:862,SW:6739,KL:340]
|
/frameworks/base/core/proto/android/view/inputmethod/ |
D | inputmethodeditortrace.proto | 57 /* required: elapsed realtime in nanos since boot of when this entry was logged */ 103 /* required: elapsed realtime in nanos since boot of when this entry was logged */ 136 /* required: elapsed realtime in nanos since boot of when this entry was logged */
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.rc | 1 on boot
|
/frameworks/base/services/core/ |
D | Android.bp | 137 "android.hardware.boot-V1.0-java", 138 "android.hardware.boot-V1.1-java", 139 "android.hardware.boot-V1.2-java",
|
/frameworks/libs/net/common/ |
D | Android.bp | 16 // boot classpath. It uses jarjar rules so that anything outside the framework can use this 21 // places many of its classes, even non-API service classes, on the boot classpath. Any file that 23 // rules file. Otherwise, it will end up on the boot classpath and other modules will not be able
|
/frameworks/base/services/core/java/com/android/server/recoverysystem/ |
D | RecoverySystemService.java | 39 import android.hardware.boot.V1_0.IBootControl; 309 public android.hardware.boot.V1_2.IBootControl getBootControl() throws RemoteException { in getBootControl() 315 android.hardware.boot.V1_2.IBootControl bootControlV12 = in getBootControl() 316 android.hardware.boot.V1_2.IBootControl.castFrom(bootControlV10); in getBootControl() 741 android.hardware.boot.V1_2.IBootControl bootControl; in verifySlotForNextBoot()
|
/frameworks/base/cmds/incident_helper/src/parsers/ |
D | SystemPropertiesParser.cpp | 114 Message boot(&bootTable); in Parse() local 115 ro.addSubMessage(SystemPropertiesProto::Ro::BOOT, &boot); in Parse()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tracing/ |
D | sysui_trace.proto | 56 /* required: elapsed realtime in nanos since boot of when this entry was logged */
|
/frameworks/hardware/interfaces/bufferhub/1.0/ |
D | IBufferClient.hal | 22 * @return token A per-boot-unique token in handle format. The content of
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | layerstrace.proto | 44 /* required: elapsed realtime in nanos since boot of when this entry was logged */
|
/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/ |
D | RecoverySystemServiceTestable.java | 20 import android.hardware.boot.V1_2.IBootControl;
|