HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_BOOT_COMPLETED (Results 1 - 24 of 24) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmInitReceiver.java 26 * Sets alarm on ACTION_BOOT_COMPLETED. Resets alarm on
35 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
  /packages/apps/Stk/src/com/android/stk/
BootCompletedReceiver.java 35 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarReceiver.java 42 } else if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 34 Intent.ACTION_BOOT_COMPLETED,
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 40 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) {
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java 40 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
  /frameworks/base/core/java/android/server/search/
SearchManagerService.java 58 new IntentFilter(Intent.ACTION_BOOT_COMPLETED));
  /packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java 67 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) {
89 * Handles {@link Intent#ACTION_BOOT_COMPLETED}. Called on a worker thread.
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsSystemEventReceiver.java 35 * {@link android.content.intent.ACTION_BOOT_COMPLETED},
76 } else if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
SmsReceiverService.java 20 import static android.content.Intent.ACTION_BOOT_COMPLETED;
174 } else if (ACTION_BOOT_COMPLETED.equals(action)) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 50 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
  /frameworks/base/services/java/com/android/server/
AccessibilityManagerService.java 198 if (intent.getAction() == Intent.ACTION_BOOT_COMPLETED) {
225 IntentFilter bootFiler = new IntentFilter(Intent.ACTION_BOOT_COMPLETED);
AppWidgetService.java 136 new IntentFilter(Intent.ACTION_BOOT_COMPLETED), null, null);
    [all...]
MountService.java 431 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
    [all...]
PowerManagerService.java 628 filter.addAction(Intent.ACTION_BOOT_COMPLETED);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 64 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
  /packages/apps/Calendar/src/com/android/calendar/
AlertService.java 104 if (action.equals(Intent.ACTION_BOOT_COMPLETED)
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 148 filter.addAction(Intent.ACTION_BOOT_COMPLETED);
460 } else if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 505 * <li> {@link #ACTION_BOOT_COMPLETED}
    [all...]
SyncManager.java 337 intentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 1686 milliseconds