Home
last modified time | relevance | path

Searched full:boot (Results 1 – 25 of 112) sorted by relevance

12345

/packages/services/Car/car_product/init/
Dinit.bootstat.rc10 # the device, /data is decrypted, and the system is entering the main boot phase.
13 # property:init.svc.bootanim=running: The boot animation is running
17 # Boot animation stopped, is considered the point at which
18 # the user may interact with the device, so it is a good proxy for the boot
26 # Log all boot events.
29 on property:boot.car_service_created=1
Dinit.car.rc7 on boot
/packages/services/Car/tools/bootio/
Dbootio.cpp17 // The bootio tool provides options to collect I/O stats for processes during boot.
45 " -p, --print Dump the boot io data to the console\n" in ShowHelp()
50 printf("Boot I/O:\n"); in PrintBootIo()
83 printf("Boot I/O: no profiling requested. Exiting.\n"); in StartDataCollection()
87 LOG(ERROR) << "Boot I/O: failed to parse string:" << start; in StartDataCollection()
88 printf("Boot I/O: failed to parse string: %s\n", start.c_str()); in StartDataCollection()
97 LOG(INFO) << "Boot I/O: collecting data. samples=" << samples << "timeout=" << timeout; in StartDataCollection()
98 printf("Boot I/O: collecting data\ntimeout=%d, samples=%d\n", in StartDataCollection()
/packages/apps/Dialer/java/com/android/incallui/latencyreport/
DLatencyReport.java35 // Time elapsed since boot when the call was created by the connection service.
38 // Time elapsed since boot when telecom began processing the call.
41 // Time elapsed since boot when telecom finished processing the call. This includes things like
45 // Time elapsed since boot when the call was added to the InCallUi.
48 // Time elapsed since boot when the call was added and call blocking evaluation was completed.
51 // Time elapsed since boot when the call notification was shown.
54 // Time elapsed since boot when the InCallUI was shown.
/packages/services/Car/TrustAgent/
DAndroidManifest.xml47 <!-- Warning: the meta data must be included if the service is direct boot aware.
48 If not included, the device will crash before boot completes. Rendering the
54 <!-- CarUnlockService needs to be direct boot aware, since the trust agent
55 binds to it during direct boot.-->
58 <!-- Warning: the meta data must be included if the service is direct boot aware.
59 If not included, the device will crash before boot completes. Rendering the device
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DBootCompletedReceiver.java44 * Receiver that handles boot completion broadcast.
53 // needs to be sent after boot completes. onCreate() starts before boot complete happens in onReceive()
64 // pre boot. But in the event that it may be a bit slow, wait a bit. in onReceive()
73 Log.i(TAG, "Boot complete, newly created contact database detected. Pref Time: " + in onReceive()
DContactsUpgradeReceiver.java32 * This will be launched during system boot, after the core system has
39 * All of this heavy lifting happens before the boot animation ends.
/packages/services/Car/car-support-lib/src/android/support/car/hardware/
DCarSensorEvent.java98 * reception from the car in nanoseconds since system boot.
177 /** The time in nanoseconds since system boot. */
219 /** The time in nanoseconds since system boot. */
249 /** The time in nanoseconds since system boot. */
279 * The time in nanoseconds since system boot.
512 /** The time in nanoseconds since system boot. */
545 /** The time in nanoseconds since system boot. */
571 /** The time in nanoseconds since system boot. */
616 /** The time in nanoseconds since system boot. */
642 /** The time in nanoseconds since system boot. */
[all …]
/packages/services/Car/tools/bootanalyze/
Dconfig.yaml25 early-boot: processing action \(early-boot\)
26 boot: processing action \(boot\)
DREADME.md3 The bootanalyze tool helps to profile boot timing.
13 On some devise clock is showing incorrect time for first couple of seconds after boot.
Dbootanalyze.py19 bootanalyze read logcat and dmesg loga and determines key points for boot.
51 BOOTLOADER_TIME_PROP = "\[ro\.boot\.boottime\]:\s+\[([^\]]+)\]"
210 print "Boot up time too big, will capture bugreport %s" % (bugreport_file)
419 parser = argparse.ArgumentParser(description='Measures boot time.')
684 print "Saving boot chart as " + boot_chart_file_name + ".tgz"
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDownloadManagerWrapper.java60 // This is expected to happen on boot when the device is encrypted. in remove()
75 // This is expected to happen on boot when the device is encrypted. in openDownloadedFile()
90 // This is expected to happen on boot when the device is encrypted. in query()
104 // This is expected to happen on boot when the device is encrypted. in enqueue()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeClock.java31 * Creates a fake clock with the time set to now and the boot time set to now - 100,000.
57 throw new IllegalStateException("current time can not be before boot time"); in setCurrentTimeMillis()
64 throw new IllegalStateException("boot time can not be after current time"); in setBootTimeMillis()
/packages/providers/TvProvider/src/com/android/providers/tv/
DTransientRowHelper.java33 * once after boot.
66 * Ensures that transient rows, inserted previously before current boot, are deleted.
74 // This can be the second execution of TvProvider after boot since system kills in ensureOldTransientRowsDeleted()
DTvProviderUpgradeReceiver.java32 * This will be launched during system boot, after the core system has
39 * All of this heavy lifting happens before the boot animation ends.
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
DImsFrameworkService.java25 * Example service to handle IMS setup after boot completed event.
49 // Code to execute after boot completes, e.g. connecting to the IMS PDN in handleBootCompleted()
/packages/apps/Settings/src/com/android/settings/notification/
DBootSoundPreferenceController.java29 // Boot Sounds needs to be a system property so it can be accessed during boot.
/packages/apps/Calendar/src/com/android/calendar/alerts/
DInitAlarmsService.java29 * rescheduling them. This is expected to be called only on boot up, to restore
39 // conditions with the provider's boot up actions.
/packages/apps/TV/src/com/android/tv/receiver/
DBootCompletedReceiver.java36 * Boot completed receiver for TV app.
52 if (DEBUG) Log.d(TAG, "boot completed " + intent); in onReceive()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarReceiver.java30 * This IntentReceiver executes when the boot completes and ensures that
33 * the boot completes because the alarm manager may not have been started
DCalendarUpgradeReceiver.java30 * This will be launched during system boot, after the core system has
37 * All of this heavy lifting happens before the boot animation ends.
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaUpgradeReceiver.java31 * This will be launched during system boot, after the core system has
38 * All of this heavy lifting happens before the boot animation ends.
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DUserSwitchListenerService.java58 "boot completed, user is " + UserHandle.myUserId() in onReceive()
59 + " boot user id: " in onReceive()
/packages/apps/TV/src/com/android/tv/util/
DOnboardingUtils.java48 * Checks if this is the first boot after the onboarding experience has been applied.
56 * Marks that the first boot has been completed.
/packages/apps/RetailDemo/src/com/android/retaildemo/
DDemoPlayer.java187 // Error reading the last boot count, just write the current boot count. in checkIfDownloadingAllowed()
192 // We need to download the video atmost once after every boot. in checkIfDownloadingAllowed()

12345