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

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/
BatteryInfo.java 81 public void onReceive(Context context, Intent intent) {
CryptKeeperSettings.java 61 public void onReceive(Context context, Intent intent) {
TetherSettings.java 213 public void onReceive(Context content, Intent intent) {
286 if (intent != null) mTetherChangeReceiver.onReceive(activity, intent);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 78 public void onReceive(Context context, Intent intent) {
BluetoothNameDialogFragment.java 70 public void onReceive(Context context, Intent intent) {
BluetoothPermissionActivity.java 64 public void onReceive(Context context, Intent intent) {
BluetoothPermissionRequest.java 48 public void onReceive(Context context, Intent intent) {
52 if (DEBUG) Log.d(TAG, "onReceive");
RequestPermissionActivity.java 77 public void onReceive(Context context, Intent intent) {
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 55 public void onReceive(Context context, Intent intent) {
WpsDialog.java 127 public void onReceive(Context context, Intent intent) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 60 public void onReceive(final Context context, final Intent intent) {
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpService.java 71 public void onReceive(Context context, Intent intent) {
  /development/samples/Home/src/com/example/android/home/
Home.java 586 public void onReceive(Context context, Intent intent) {
596 public void onReceive(Context context, Intent intent) {
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 145 public void onReceive(Context context, Intent intent) {
155 public void onReceive(Context context, Intent intent) {
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java 118 public void onReceive(Context context, Intent intent) {
119 log("ConnectivityReceiver: onReceive() is called with " + intent);
122 Log.v("ConnectivityReceiver", "onReceive() called with " + intent);
158 public void onReceive(Context context, Intent intent) {
160 Log.v("WifiReceiver", "onReceive() is calleld with " + intent);
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 137 public void onReceive(Context context, Intent intent) {
171 * Gets the number of times the {@link #onReceive} callback has been called for the
212 public void onReceive(Context context, Intent intent) {
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 194 public void onReceive(Context context, Intent intent) {
214 public void onReceive(Context context, Intent intent) {
220 public void onReceive(Context context, Intent intent) {
232 public void onReceive(Context context, Intent intent) {
300 public void onReceive(Context context, Intent intent) {
325 public void onReceive(Context context, Intent intent) {
333 public void onReceive(Context context, Intent intent) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 175 public void onReceive(Context context, Intent intent) {
194 public void onReceive(Context context, Intent intent) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 324 public void onReceive(Context context, Intent intent) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java 106 /* Callback from mReceiver#onReceive */
260 public void onReceive(Context context, Intent intent) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
UsbAccessoryTestActivity.java 139 public void onReceive(Context context, Intent intent) {
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 305 public void onReceive(Context context, Intent intent) {
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 358 public void onReceive(Context context, Intent intent) {
378 Log.i(TAG, "onReceive " + intent.getAction());
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/
DeviceControlActivity.java 96 public void onReceive(Context context, Intent intent) {
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ChangedContacts.java 61 public void onReceive(Context context, Intent intent) {

Completed in 534 milliseconds

<<11121314151617181920>>