HomeSort by relevance Sort by last modified time
    Searched defs:requestIntent (Results 1 - 22 of 22) sorted by null

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BroadcastRpcBase.java 61 final Intent requestIntent = new Intent(ACTION_REQUEST)
71 requestIntent, null, new BroadcastReceiver() {
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 68 final Intent requestIntent;
86 requestIntent = _i != null ? _i[_i.length-1] : null;
104 if (requestIntent != null) {
105 hash = (ODD_PRIME_NUMBER*hash) + requestIntent.filterHashCode();
141 if (requestIntent != other.requestIntent) {
142 if (requestIntent != null) {
143 if (!requestIntent.filterEquals(other.requestIntent)) {
146 } else if (other.requestIntent != null)
    [all...]
  /packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
EmbmsSampleDownloadService.java 276 Intent requestIntent = new Intent(VendorUtils.ACTION_FILE_DESCRIPTOR_REQUEST);
277 requestIntent.putExtra(VendorUtils.EXTRA_SERVICE_ID, request.getFileServiceId());
278 requestIntent.putExtra(VendorUtils.EXTRA_FD_COUNT, numFds);
279 requestIntent.putExtra(VendorUtils.EXTRA_TEMP_FILE_ROOT,
281 requestIntent.setComponent(mAppReceivers.get(appKey));
285 sendOrderedBroadcast(requestIntent,
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 187 * @param requestIntent original intent sent from the verifier to
191 private static void sendShortcutResetReply(Context context, Intent requestIntent, String error) {
193 replyIntent.setAction(requestIntent.getStringExtra(EXTRA_RESET_REPLY_ACTION));
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ActivityTest.java 92 Intent requestIntent = new Intent().setType("video/*");
94 shadowOf(activity).receiveResult(requestIntent, Activity.RESULT_OK,
98 assertThat(e.getMessage(), startsWith("No intent matches " + requestIntent));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowActivityTest.java 191 Intent requestIntent = new Intent().setType("video/*");
193 shadowOf(activity).receiveResult(requestIntent, Activity.RESULT_OK,
197 assertThat(e.getMessage()).startsWith("No intent matches " + requestIntent);
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 176 milliseconds