HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CALL (Results 1 - 25 of 72) sorted by null

1 2 3

  /cts/tests/app/src/android/app/cts/
ActivityManagerRecentTaskInfoTest.java 59 baseIntent.setAction(Intent.ACTION_CALL);
71 assertEquals(Intent.ACTION_CALL, values.baseIntent.getAction());
93 baseIntent.setAction(Intent.ACTION_CALL);
104 assertEquals(Intent.ACTION_CALL, values.baseIntent.getAction());
  /packages/services/Telecomm/src/com/android/server/telecom/components/
UserCallActivity.java 90 if (!Intent.ACTION_CALL.equals(intent.getAction())) {
92 intent.setAction(Intent.ACTION_CALL);
UserCallIntentProcessor.java 91 if (Intent.ACTION_CALL.equals(action) ||
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
NestedFragmentTest.java 77 new Intent(Intent.ACTION_CALL), 16777216 /* requestCode */);
87 new IntentFilter(Intent.ACTION_CALL), activityResult, true /* block */);
97 new Intent(Intent.ACTION_CALL),
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
NewOutgoingCallIntentBroadcasterTest.java 97 Intent intent = new Intent(Intent.ACTION_CALL, null);
108 Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(voicemailNumber));
151 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);
165 Intent intent = new Intent(Intent.ACTION_CALL, handle);
180 Intent intent = new Intent(Intent.ACTION_CALL, handle);
208 Intent intent = buildIntent(handle, Intent.ACTION_CALL, null);
237 Intent intent = buildIntent(handle, Intent.ACTION_CALL, gatewayExtras);
282 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);
298 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);
316 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null)
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
BasicInCallServiceTest.java 70 final Intent intent = new Intent(Intent.ACTION_CALL, TEST_NUMBER);
TelecomAvailabilityTest.java 78 final Intent intent = new Intent(Intent.ACTION_CALL, Uri.fromParts("tel", "1234567", null));
  /packages/apps/Settings/src/com/android/settings/applications/
EnterpriseDefaultApps.java 41 PHONE(new Intent[] {new Intent(Intent.ACTION_DIAL), new Intent(Intent.ACTION_CALL)});
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/telephony/
DialerActivity.java 43 Intent intent = new Intent(Intent.ACTION_CALL, uri);
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoProcessOutgoingCallPermissionTest.java 43 Intent intent = new Intent(Intent.ACTION_CALL, uri);
55 @AppModeFull(reason = "Instant apps cannot start the ACTION_CALL action")
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
EmergencyCallUtil.java 56 Intent callIntent = new Intent(Intent.ACTION_CALL);
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomBroadcastIntentProcessor.java 108 Intent callIntent = new Intent(Intent.ACTION_CALL, intent.getData());
NewOutgoingCallIntentBroadcaster.java 80 * so, it will be allowed to make emergency calls, even with the ACTION_CALL intent.
209 if (Intent.ACTION_CALL.equals(action)
267 if (Intent.ACTION_CALL.equals(action)) {
487 action = Intent.ACTION_CALL;
  /packages/apps/Contacts/src/com/android/contacts/
CallUtil.java 45 * use {@link Intent#ACTION_CALL} instead of ACTION_CALL_PRIVILEGED.
115 return new Intent(Intent.ACTION_CALL, uri);
122 final Intent intent = new Intent(Intent.ACTION_CALL, getCallUri(number));
  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 73 return new Intent(Intent.ACTION_CALL, mUri);
92 return context.getString(R.string.action_call, PhoneNumberUtils.formatNumber(ssp));
165 if (Intent.ACTION_CALL.equals(intent.getAction())) {
  /packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/preferences/
ContactPreferencesTest.java 129 Intent intent = new Intent(Intent.ACTION_CALL);
  /packages/services/Telephony/tests/src/com/android/phone/tests/
CallDialTest.java 90 fireIntent(Intent.ACTION_CALL);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteraction.java 65 return number == null ? null : new Intent(Intent.ACTION_CALL).setData(
  /packages/apps/Dialer/java/com/android/dialer/callintent/
CallIntentBuilder.java 181 Intent intent = new Intent(Intent.ACTION_CALL, uri);
  /packages/apps/Dialer/java/com/android/dialer/util/
DialerUtils.java 77 if ((Intent.ACTION_CALL.equals(intent.getAction()))) {
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PhoneAccountTest.java 147 Intent intent = new Intent(Intent.ACTION_CALL);
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 127 * Test ACTION_CALL when uri is a phone number, it will call the entered phone number.
133 Intent intent = new Intent(Intent.ACTION_CALL, uri);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelecomManagerFacade.java 370 Intent intent = new Intent(Intent.ACTION_CALL);
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
ContactDetailsFragment.java 318 Intent callIntent = new Intent(Intent.ACTION_CALL);
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
Vvm3VoicemailMessageCreator.java 299 Intent.ACTION_CALL,

Completed in 450 milliseconds

1 2 3