Searched defs:onReceive (Results 51 - 75 of 130) sorted by relevance

123456

/frameworks/base/services/usb/java/com/android/server/usb/
H A DMtpNotificationManager.java111 public void onReceive(Context context, Intent intent) { method in class:MtpNotificationManager.Receiver
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java109 public void onReceive(Context context, Intent intent) { method in class:NotificationHelper
/frameworks/base/core/java/com/android/server/
H A DBootReceiver.java87 public void onReceive(final Context context, Intent intent) { method in class:BootReceiver
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
H A DAuthenticatorHelper.java221 public void onReceive(final Context context, final Intent intent) { method in class:AuthenticatorHelper
/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DIntentFilterVerificationReceiver.java77 public void onReceive(Context context, Intent intent) { method in class:IntentFilterVerificationReceiver
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHotspotControllerImpl.java151 public void onReceive(Context context, Intent intent) { method in class:HotspotControllerImpl.Receiver
152 if (DEBUG) Log.d(TAG, "onReceive " + intent.getAction());
H A DLocationControllerImpl.java193 public void onReceive(Context context, Intent intent) { method in class:LocationControllerImpl
H A DBatteryControllerImpl.java109 public void onReceive(final Context context, Intent intent) { method in class:BatteryControllerImpl
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java289 public void onReceive(Context context, Intent intent) { method in class:NetworkActivity.NetworkReceiver
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DBatteryController.java157 public void onReceive(Context context, Intent intent) { method in class:BatteryController.ChargingTracker
H A DIdleController.java148 public void onReceive(Context context, Intent intent) { method in class:IdleController.IdlenessTracker
/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java145 public void onReceive(Context context, Intent intent) { method in class:CountdownConditionProvider.Receiver
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java59 public void onReceive(final Context context, final Intent intent) { method in class:ConfigUpdateInstallReceiver
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java65 public void onReceive(Context context, Intent intent) { method in class:NetworkConnectivityListener.ConnectivityBroadcastReceiver
93 Log.d(TAG, "onReceive(): mNetworkInfo=" + mNetworkInfo + " mOtherNetworkInfo = "
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLocationStatsAggregator.java186 public void onReceive(Context context, Intent intent) { method in class:LocationStatsAggregator.LocationUpdater
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java97 public void onReceive(Context context, Intent intent) { method in class:ConnectivityManagerTestBase.ConnectivityReceiver
102 Log.v("ConnectivityReceiver", "onReceive() called with " + intent);
109 public void onReceive(Context context, Intent intent) { method in class:ConnectivityManagerTestBase.WifiReceiver
111 Log.v("WifiReceiver", "onReceive() is calleld with " + intent);
/frameworks/base/packages/Osu/src/com/android/
H A DMainActivity.java194 public void onReceive(Context c, Intent intent) { method in class:MainActivity.WifiReceiver
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java367 public void onReceive(Context context, Intent intent) { method in class:NotificationController.NotificationBroadcastReceiver
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothEventManager.java57 void onReceive(Context context, Intent intent, BluetoothDevice device); method in interface:BluetoothEventManager.Handler
139 public void onReceive(Context context, Intent intent) {
146 handler.onReceive(context, intent, device);
152 public void onReceive(Context context, Intent intent, method in class:BluetoothEventManager.AdapterStateChangedHandler
175 public void onReceive(Context context, Intent intent, method in class:BluetoothEventManager.ScanningStateChangedHandler
187 public void onReceive(Context context, Intent intent, method in class:BluetoothEventManager.DeviceFoundHandler
209 public void onReceive(Context context, Intent intent, BluetoothDevice device) { method in class:BluetoothEventManager.ConnectionStateChangedHandler
234 public void onReceive(Context context, Intent intent, method in class:BluetoothEventManager.DeviceDisappearedHandler
252 public void onReceive(Context context, Intent intent, method in class:BluetoothEventManager.NameChangedHandler
259 public void onReceive(Contex method in class:BluetoothEventManager.BondStateChangedHandler
333 public void onReceive(Context context, Intent intent, method in class:BluetoothEventManager.ClassChangedHandler
340 public void onReceive(Context context, Intent intent, method in class:BluetoothEventManager.UuidChangedHandler
347 public void onReceive(Context context, Intent intent, BluetoothDevice device) { method in class:BluetoothEventManager.PairingCancelHandler
365 public void onReceive(Context context, Intent intent, BluetoothDevice device) { method in class:BluetoothEventManager.DockEventHandler
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DSettingsDrawerActivity.java407 public void onReceive(Context context, Intent intent) { method in class:SettingsDrawerActivity.PackageReceiver
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java143 public void onReceive(Context context, Intent intent) { method in class:PowerUI.Receiver
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarBatteryController.java128 public void onReceive(Context context, Intent intent) { method in class:CarBatteryController
132 Log.d(TAG, "onReceive(). action: " + action);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerService.java294 public void onReceive(Context context, Intent intent) { method in class:TunerService.ClearReceiver
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeUI.java184 public void onReceive(Context context, Intent intent) { method in class:VolumeUI.Receiver
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacManager.java133 public void onReceive(Context context, Intent intent) { method in class:PacManager.PacRefreshIntentReceiver

Completed in 2267 milliseconds

123456