Searched refs:ACTION_BOOT_COMPLETED (Results 1 – 13 of 13) sorted by relevance
42 if (!Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
58 Intent.ACTION_BOOT_COMPLETED,
74 Intent.ACTION_BOOT_COMPLETED,
74 IntentFilter bootCompletedFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED); in onCreate()
111 }, new IntentFilter(Intent.ACTION_BOOT_COMPLETED)); in systemReady()
13243 Intent bcIntent = new Intent(Intent.ACTION_BOOT_COMPLETED).setPackage(packageName);21793 }, new IntentFilter(Intent.ACTION_BOOT_COMPLETED));
1035 } else if (Intent.ACTION_BOOT_COMPLETED.equals(action)) {1464 bootCompleteFilter.addAction(Intent.ACTION_BOOT_COMPLETED); in KeyguardUpdateMonitor()
570 final Intent bootIntent = new Intent(Intent.ACTION_BOOT_COMPLETED, null); in finishUserUnlockedCompleted()
2352 public static final String ACTION_BOOT_COMPLETED = "android.intent.action.BOOT_COMPLETED"; field in Intent
766 if (Intent.ACTION_BOOT_COMPLETED.equals(action)779 if (Intent.ACTION_BOOT_COMPLETED.equals(action)2252 filter.addAction(Intent.ACTION_BOOT_COMPLETED); in DevicePolicyManagerService()
252 SAFE_BROADCASTS.add(Intent.ACTION_BOOT_COMPLETED);
7596 …field public static final java.lang.String ACTION_BOOT_COMPLETED = "android.intent.action.BOOT_COM…
10209 field public static final String ACTION_BOOT_COMPLETED = "android.intent.action.BOOT_COMPLETED";