Searched refs:onReceive (Results 126 - 150 of 240) sorted by relevance

12345678910

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DScreenPinningRequest.java272 public void onReceive(Context context, Intent intent) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DAccessPointControllerImpl.java268 public void onReceive(Context context, Intent intent) { method in class:AccessPointControllerImpl.Receiver
269 if (DEBUG) Log.d(TAG, "onReceive " + intent.getAction());
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java83 public void onReceive(Context context, Intent intent) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerBaseTest.java135 mNetworkController.onReceive(mContext, i);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java217 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/core/java/com/android/server/
H A DNetworkScoreService.java78 public void onReceive(Context context, Intent intent) { method in class:NetworkScoreService.ScorerChangedReceiver
H A DServiceWatcher.java139 public void onReceive(Context context, Intent intent) {
H A DLockSettingsService.java101 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacManager.java127 public void onReceive(Context context, Intent intent) { method in class:PacManager.PacRefreshIntentReceiver
H A DPermissionMonitor.java80 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java110 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNextAlarmTracker.java227 public void onReceive(Context context, Intent intent) {
229 if (DEBUG) Slog.d(TAG, "onReceive " + action);
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java428 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbService.java116 public void onReceive(Context context, Intent intent) {
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java71 public void onReceive(Context context, Intent intent) {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java385 public void onReceive(Context context, Intent intent) { method in class:TrackerService.NetworkStateBroadcastReceiver
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java109 public void onReceive(Context context, Intent intent) { method in class:NotificationHelper
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java225 public synchronized void onReceive(Context context, Intent intent) { method in class:SipWakeupTimer
234 log("onReceive: unrecognized intent: " + intent);
/frameworks/base/core/java/android/net/http/
H A DRequestQueue.java230 public void onReceive(Context ctx, Intent intent) {
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java403 public void onReceive(Context context, Intent intent) {
/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java151 public void onReceive(Context context, Intent intent) {
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java147 @Override public void onReceive(Context context, Intent intent) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java307 public void onReceive(Context context, Intent intent) { method in class:NotificationController.NotificationBroadcastReceiver
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java384 public void onReceive(Context context, Intent intent) { method in class:PowerNotificationWarnings.Receiver
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java81 public void onReceive(Context context, Intent intent) {

Completed in 690 milliseconds

12345678910