| /packages/services/Car/car_product/init/ |
| D | init.bootstat.rc | 10 # 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
|
| D | init.car.rc | 7 on boot
|
| /packages/services/Car/tools/bootio/ |
| D | bootio.cpp | 17 // 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/ |
| D | LatencyReport.java | 35 // 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/ |
| D | AndroidManifest.xml | 47 <!-- 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/ |
| D | BootCompletedReceiver.java | 44 * 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()
|
| D | ContactsUpgradeReceiver.java | 32 * 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/ |
| D | CarSensorEvent.java | 98 * 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/ |
| D | config.yaml | 25 early-boot: processing action \(early-boot\) 26 boot: processing action \(boot\)
|
| D | README.md | 3 The bootanalyze tool helps to profile boot timing. 13 On some devise clock is showing incorrect time for first couple of seconds after boot.
|
| D | bootanalyze.py | 19 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/ |
| D | DownloadManagerWrapper.java | 60 // 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/ |
| D | FakeClock.java | 31 * 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/ |
| D | TransientRowHelper.java | 33 * 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()
|
| D | TvProviderUpgradeReceiver.java | 32 * 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/ |
| D | ImsFrameworkService.java | 25 * 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/ |
| D | BootSoundPreferenceController.java | 29 // Boot Sounds needs to be a system property so it can be accessed during boot.
|
| /packages/apps/Calendar/src/com/android/calendar/alerts/ |
| D | InitAlarmsService.java | 29 * 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/ |
| D | BootCompletedReceiver.java | 36 * 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/ |
| D | CalendarReceiver.java | 30 * This IntentReceiver executes when the boot completes and ensures that 33 * the boot completes because the alarm manager may not have been started
|
| D | CalendarUpgradeReceiver.java | 30 * 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/ |
| D | MediaUpgradeReceiver.java | 31 * 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/ |
| D | UserSwitchListenerService.java | 58 "boot completed, user is " + UserHandle.myUserId() in onReceive() 59 + " boot user id: " in onReceive()
|
| /packages/apps/TV/src/com/android/tv/util/ |
| D | OnboardingUtils.java | 48 * 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/ |
| D | DemoPlayer.java | 187 // 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()
|