Searched refs:ACTION_BOOT_COMPLETED (Results 1 – 13 of 13) sorted by relevance
42 if (!Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
85 case Intent.ACTION_BOOT_COMPLETED: in onReceive()
133 Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED); in initializeBenchmarks()
88 IntentFilter bootCompletedFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in onCreate()
1202 }, new IntentFilter(Intent.ACTION_BOOT_COMPLETED)); in systemReady()
554 Intent.ACTION_BOOT_COMPLETED)); in ImsResolver()
1382 mTestBootCompleteReceiver.onReceive(null, new Intent(Intent.ACTION_BOOT_COMPLETED)); in testBootCompleteNonFbeEnabledCarrierImsService()
729 final Intent bootIntent = new Intent(Intent.ACTION_BOOT_COMPLETED, null); in finishUserUnlockedCompleted()
2393 public static final String ACTION_BOOT_COMPLETED = "android.intent.action.BOOT_COMPLETED"; field in Intent
246 SAFE_BROADCASTS.add(Intent.ACTION_BOOT_COMPLETED);
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
7596 …field public static final java.lang.String ACTION_BOOT_COMPLETED = "android.intent.action.BOOT_COM…
10574 field public static final String ACTION_BOOT_COMPLETED = "android.intent.action.BOOT_COMPLETED";