HomeSort by relevance Sort by last modified time
    Searched refs:responseIntent (Results 1 - 5 of 5) sorted by null

  /packages/services/Telephony/tests/src/com/android/services/telephony/activation/
SimActivationTest.java 51 Intent responseIntent = new Intent(ResponseReceiver.ACTION_ACTIVATION_RESPONSE);
52 responseIntent.setPackage(context().getPackageName());
54 context(), 0, responseIntent, 0);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
PermissionStatusReceiver.java 138 Intent responseIntent = new Intent(intent.getStringExtra(
140 responseIntent.setFlags(Intent.FLAG_RECEIVER_FOREGROUND);
155 responseIntent.putExtra(EXTRA_GET_PERMISSIONS_COUNT_RESULT, counts);
158 responseIntent.putExtra(EXTRA_GET_PERMISSIONS_GROUP_LIST_RESULT,
162 context.sendBroadcast(responseIntent);
164 Intent responseIntent = new Intent(intent.getStringExtra(
166 responseIntent.setFlags(Intent.FLAG_RECEIVER_FOREGROUND);
172 responseIntent.putExtra(EXTRA_GET_PERMISSIONS_APP_LIST_RESULT,
174 responseIntent.putExtra(EXTRA_GET_PERMISSIONS_APP_LABEL_LIST_RESULT,
176 responseIntent.putExtra(EXTRA_GET_PERMISSIONS_IS_SYSTEM_APP_LIST_RESULT
    [all...]
  /frameworks/base/services/restrictions/java/com/android/server/restrictions/
RestrictionsManagerService.java 176 Intent responseIntent = new Intent(
178 responseIntent.setPackage(packageName);
179 responseIntent.putExtra(RestrictionsManager.EXTRA_RESPONSE_BUNDLE, response);
180 mContext.sendBroadcastAsUser(responseIntent, new UserHandle(userHandle));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleScannerService.java 196 Intent responseIntent = new Intent(BLE_SCAN_RESP);
197 sendBroadcast(responseIntent);
  /packages/apps/Settings/tests/unit/src/com/android/settings/
TetherServiceTest.java 417 Intent responseIntent = new Intent(TEST_RESPONSE_ACTION);
418 responseIntent.putExtra(TetherService.EXTRA_RESULT, response);
420 responseIntent, android.Manifest.permission.CONNECTIVITY_INTERNAL);

Completed in 318 milliseconds