Home
last modified time | relevance | path

Searched refs:boot (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DBootCompleteCacheTest.kt69 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/
Dbootanimation_main.cpp48 sp<BootAnimation> boot = new BootAnimation(audioplay::createAnimationCallbacks()); in main() local
52 boot->run("BootAnimation", PRIORITY_DISPLAY); in main()
DFORMAT.md5 The system selects a boot animation zipfile from the following locations, in order:
36 + `p` -- this part will play unless interrupted by the end of the boot
38 * **COUNT:** how many times to play the animation, or 0 to loop forever until boot is complete
66 The file used to draw the time on top of the boot animation. The font format is as follows:
102 The system will end the boot animation (first completing any incomplete or even entirely unplayed
/frameworks/hardware/interfaces/displayservice/1.0/
DIEventCallback.hal20 * @param timestamp Nanoseconds since boot.
26 * @param timestamp Nanoseconds since boot.
/frameworks/base/cmds/statsd/src/
Dactive_config_list.proto27 // Time left in activation. When this proto is loaded after device boot,
36 // When we load the activations, this metric should activate on next boot for the tll
Datoms.proto204 // TODO: service state change is very noisy shortly after boot, as well
1487 * Logs shutdown reason and duration on next boot.
1509 * Logs boot reason and duration.
1515 // Reason for bootloader boot. Eg. reboot. See bootstat.cpp for larger list
1519 // Reason for system boot. Eg. bootloader, reboot,userrequested
1523 // End of boot time in ms from unix epoch using system wall clock.
1526 // Total boot duration in ms.
1532 // Time since last boot in ms. Default: 0 if not available.
4698 * Represents boot time event with duration in ms.
4705 // Bootloader time excluding BOOTLOADER_UI_WAIT + boot complete time. Logged from bootstat.
[all …]
/frameworks/base/core/java/android/content/pm/parsing/component/
DParsedPermission.java133 final ClassLoader boot = Object.class.getClassLoader(); in ParsedPermission() local
139 this.parsedPermissionGroup = in.readParcelable(boot); in ParsedPermission()
DParsedComponent.java149 final ClassLoader boot = Object.class.getClassLoader(); in ParsedComponent() local
162 this.metaData = in.readBundle(boot); in ParsedComponent()
/frameworks/base/core/proto/android/app/
Dalarmmanager.proto38 // Alarm time in SystemClock.elapsedRealtime() (time since boot, including
41 // Alarm time in SystemClock.elapsedRealtime() (time since boot, including
/frameworks/libs/net/common/
DAndroid.bp16 // 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/native/cmds/installd/
Dotapreopt_slot.sh21 SLOT_SUFFIX=$(getprop ro.boot.slot_suffix)
Dinstalld.rc5 on early-boot
/frameworks/base/cmds/incident_helper/testdata/
Dsystem_properties.txt9 [ro.boot.boottime]: [1BLL:85,1BLE:898,2BLL:0,2BLE:862,SW:6739,KL:340]
/frameworks/native/cmds/dumpstate/
Ddumpstate.rc1 on boot
/frameworks/base/cmds/incident_helper/src/parsers/
DSystemPropertiesParser.cpp114 Message boot(&bootTable); in Parse() local
115 ro.addSubMessage(SystemPropertiesProto::Ro::BOOT, &boot); in Parse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tracing/
Dsysui_trace.proto53 /* required: elapsed realtime in nanos since boot of when this entry was logged */
/frameworks/base/core/proto/android/server/
Dwindowmanagertrace.proto45 /* required: elapsed realtime in nanos since boot of when this entry was logged */
/frameworks/hardware/interfaces/bufferhub/1.0/
DIBufferClient.hal22 * @return token A per-boot-unique token in handle format. The content of
/frameworks/native/services/surfaceflinger/layerproto/
Dlayerstrace.proto44 /* required: elapsed realtime in nanos since boot of when this entry was logged */
/frameworks/base/core/proto/android/view/inputmethod/
Dinputmethodeditortrace.proto55 /* required: elapsed realtime in nanos since boot of when this entry was logged */
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DREADME.txt49 "setprop" for the current boot, or added to local.prop to persist
/frameworks/base/core/java/android/content/pm/parsing/
DParsingPackageImpl.java1117 final ClassLoader boot = Object.class.getClassLoader();
1169 this.keySetMapping = in.readHashMap(boot);
1181 this.processes = in.readHashMap(boot);
1182 this.metaData = in.readBundle(boot);
1184 this.signingDetails = in.readParcelable(boot);
1225 this.splitDependencies = in.readSparseArray(boot);
1270 this.mimeGroups = (ArraySet<String>) in.readArraySet(boot);
/frameworks/base/config/
Ddirty-image-objects18 # Dirty-image-objects file for boot image.
27 # --boot-image=/system/framework/boot.art --dump-dirty-objects
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags63 # Running pre boot receiver
/frameworks/base/core/java/android/content/pm/
DPackageParser.java6477 final ClassLoader boot = Object.class.getClassLoader(); in SigningDetails() local
6480 this.publicKeys = (ArraySet<PublicKey>) in.readArraySet(boot); in SigningDetails()
7160 final ClassLoader boot = Object.class.getClassLoader(); in Package() local
7174 applicationInfo = dest.readParcelable(boot); in Package()
7182 dest.readParcelableList(permissions, boot); in Package()
7184 dest.readParcelableList(permissionGroups, boot); in Package()
7186 dest.readParcelableList(activities, boot); in Package()
7188 dest.readParcelableList(receivers, boot); in Package()
7190 dest.readParcelableList(providers, boot); in Package()
7192 dest.readParcelableList(services, boot); in Package()
[all …]

12