Searched refs:onBootPhase (Results 1 - 25 of 49) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/
H A DContextHubSystemService.java37 public void onBootPhase(int phase) { method in class:ContextHubSystemService
39 Log.d(TAG, "onBootPhase: PHASE_SYSTEM_SERVICES_READY");
H A DBluetoothService.java35 public void onBootPhase(int phase) { method in class:BluetoothService
H A DSensorNotificationService.java51 public void onBootPhase(int phase) { method in class:SensorNotificationService
H A DSystemService.java36 * <li>Then {@link #onBootPhase(int)} is called as many times as there are boot phases
126 public void onBootPhase(int phase) {} method in class:SystemService
H A DDockObserver.java89 public void onBootPhase(int phase) { method in class:DockObserver
H A DSystemServiceManager.java142 service.onBootPhase(mCurrentPhase);
146 + ": onBootPhase threw an exception during phase "
H A DGestureLauncherService.java118 public void onBootPhase(int phase) { method in class:GestureLauncherService
H A DUiModeManagerService.java354 public void onBootPhase(int phase) { method in class:UiModeManagerService
H A DBatteryService.java202 public void onBootPhase(int phase) { method in class:BatteryService
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetService.java40 public void onBootPhase(int phase) { method in class:EthernetService
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiService.java41 public void onBootPhase(int phase) { method in class:WifiService
H A DRttService.java607 public void onBootPhase(int phase) { method in class:RttService
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanService.java40 public void onBootPhase(int phase) { method in class:WifiNanService
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pService.java40 public void onBootPhase(int phase) { method in class:WifiP2pService
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetService.java42 public void onBootPhase(int phase) { method in class:AppWidgetService
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningService.java50 public void onBootPhase(int phase) { method in class:WifiScanningService
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DMetricsLoggerService.java53 public void onBootPhase(int phase) { method in class:MetricsLoggerService
55 if (DBG) Log.d(TAG, "onBootPhase: PHASE_SYSTEM_SERVICES_READY");
/frameworks/base/services/core/java/com/android/server/lights/
H A DLightsService.java171 public void onBootPhase(int phase) { method in class:LightsService
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerService.java74 public void onBootPhase(int phase) { method in class:SoundTriggerService
/frameworks/base/services/core/java/com/android/server/telecom/
H A DTelecomLoaderService.java168 public void onBootPhase(int phase) { method in class:TelecomLoaderService
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteService.java81 public void onBootPhase(int phase) { method in class:TvRemoteService
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java121 public void onBootPhase(int phase) { method in class:TwilightService
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamManagerService.java106 public void onBootPhase(int phase) { method in class:DreamManagerService
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbService.java70 public void onBootPhase(int phase) { method in class:UsbService.Lifecycle
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java410 public void onBootPhase(int phase) { method in class:ShortcutService.Lifecycle
411 mService.onBootPhase(phase);
426 void onBootPhase(int phase) { method in class:ShortcutService
429 Slog.d(TAG, "onBootPhase: " + phase);

Completed in 531 milliseconds

12