Searched refs:ACTION_BOOT_COMPLETED (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIApplication.java68 IntentFilter filter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNextAlarmTracker.java123 filter.addAction(Intent.ACTION_BOOT_COMPLETED);
236 } else if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java76 IntentFilter filter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED);
/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java106 if (intent != null && Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) {
146 filter.addAction(Intent.ACTION_BOOT_COMPLETED);
H A DBluetoothManagerService.java200 } else if (Intent.ACTION_BOOT_COMPLETED.equals(action)) {
235 IntentFilter filter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java468 } else if (Intent.ACTION_BOOT_COMPLETED.equals(action)) {
700 bootCompleteFilter.addAction(Intent.ACTION_BOOT_COMPLETED);
816 * This is exposed since {@link Intent#ACTION_BOOT_COMPLETED} is not sticky. If
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java383 IntentFilter filter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java291 if (Intent.ACTION_BOOT_COMPLETED.equals(action)
301 if (Intent.ACTION_BOOT_COMPLETED.equals(action)
958 filter.addAction(Intent.ACTION_BOOT_COMPLETED);
/frameworks/base/core/java/android/content/
H A DIntent.java533 * <li> {@link #ACTION_BOOT_COMPLETED}
1636 public static final String ACTION_BOOT_COMPLETED = "android.intent.action.BOOT_COMPLETED"; field in class:Intent
2509 * {@link #ACTION_BOOT_COMPLETED} is sent. This is sent as a foreground
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java419 intentFilter = new IntentFilter(Intent.ACTION_BOOT_COMPLETED);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java1019 new IntentFilter(Intent.ACTION_BOOT_COMPLETED));
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java4635 intent = new Intent(Intent.ACTION_BOOT_COMPLETED);
8137 Intent bcIntent = new Intent(Intent.ACTION_BOOT_COMPLETED)
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java6225 Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED, null);
19246 Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED, null);

Completed in 401 milliseconds