HomeSort by relevance Sort by last modified time
    Searched refs:onReceive (Results 201 - 225 of 511) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/services/tests/servicestests/src/com/android/server/
BroadcastInterceptingContext.java 59 mReceiver.onReceive(context, intent);
  /frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
BatteryWaster.java 165 public void onReceive(Context context, Intent intent) {
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 222 public void onReceive(Context context, Intent intent) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java 162 public void onReceive(Context context, Intent intent) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcRetryAlarmController.java 50 public void onReceive(Context context, Intent intent) {
54 log("onReceive: ignore empty action='" + action + "'");
67 log("onReceive: action=" + action
73 if (DBG) log("onReceive: unknown action=" + action);
  /frameworks/support/v4/jellybean-mr2/android/support/v4/media/
TransportMediatorJellybeanMR2.java 62 public void onReceive(Context context, Intent intent) {
  /packages/apps/Browser/src/com/android/browser/
PreloadRequestReceiver.java 48 public void onReceive(Context context, Intent intent) {
  /packages/apps/Email/src/com/android/email/
EmailConnectivityManager.java 118 public void onReceive(Context context, Intent intent) {
  /packages/apps/Launcher2/src/com/android/launcher2/
UninstallShortcutReceiver.java 56 public void onReceive(Context context, Intent data) {
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 115 public void onReceive(Context context, Intent intent) {
OtaStartupReceiver.java 101 public void onReceive(Context context, Intent intent) {
104 Log.v(TAG, "onReceive: intent action=" + intent.getAction() +
SipBroadcastReceiver.java 46 public void onReceive(Context context, final Intent intent) {
63 if (DBG) log("onReceive: add phone" + localSipUri + " #phones="
68 if (DBG) log("onReceive: remove phone: " + localSipUri + " #phones="
71 if (DBG) log("onReceive: start auto registration");
74 if (DBG) log("onReceive: action not processed: " + action);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 43 public void onReceive(Context context, Intent intent) {
DockEventReceiver.java 47 public void onReceive(Context context, Intent intent) {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsbSettings.java 51 public void onReceive(Context content, Intent intent) {
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiEnabler.java 49 public void onReceive(Context context, Intent intent) {
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 146 public void onReceive(Context context, Intent intent) {
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 69 public void onReceive(Context context, Intent intent) {
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetProvider.java 103 public void onReceive(Context ctx, Intent intent) {
149 super.onReceive(ctx, intent);
  /frameworks/base/services/java/com/android/server/power/
Notifier.java 447 public void onReceive(Context context, Intent intent) {
489 public void onReceive(Context context, Intent intent) {
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 425 public void onReceive(Context context, Intent intent) {
434 public void onReceive(Context context, Intent intent) {
454 public void onReceive(Context context, Intent intent) {
472 public void onReceive(Context context, Intent intent) {
497 public void onReceive(Context context, Intent intent) {
515 public void onReceive(Context context, Intent intent) {
529 public void onReceive(Context context, Intent intent) {
543 public void onReceive(Context context, Intent intent) {
570 public void onReceive(Context context, Intent intent) {
    [all...]
NetworkStatsService.java 717 public void onReceive(Context context, Intent intent) {
729 public void onReceive(Context context, Intent intent) {
738 public void onReceive(Context context, Intent intent) {
750 public void onReceive(Context context, Intent intent) {
770 public void onReceive(Context context, Intent intent) {
790 public void onReceive(Context context, Intent intent) {
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 145 public void onReceive(Context context, Intent intent) {
150 Log.v(LOG_TAG, "ConnectivityReceiver: onReceive() is called with " + intent);
153 Log.v("ConnectivityReceiver", "onReceive() called with " + intent);
184 public void onReceive(Context context, Intent intent) {
186 Log.v("WifiReceiver", "onReceive() is calleld with " + intent);
218 public void onReceive(Context context, Intent intent) {
220 Log.v("DownloadReceiver", "onReceive() is called with " + intent);
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 107 public void onReceive(Context context, Intent intent) {
126 public void onReceive(Context context, Intent intent) {
135 public void onReceive(Context context, Intent intent) {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 104 public void onReceive(Context context, Intent intent) {
162 public void onReceive(Context context, Intent intent) {
238 public void onReceive(Context context, Intent intent) {
274 public void onReceive(Context context, Intent intent) {
279 super.onReceive(context, intent);
292 public void onReceive(Context context, Intent intent) {
    [all...]

Completed in 4022 milliseconds

1 2 3 4 5 6 7 891011>>