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

  /cts/tests/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());
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoProcessOutgoingCallPermissionTest.java 41 Intent intent = new Intent(Intent.ACTION_CALL, uri);
  /packages/apps/Phone/src/com/android/phone/
OutgoingCallBroadcaster.java 201 // calls via the ACTION_CALL intent, we also don't allow 3rd
249 * original ACTION_CALL intent that started the whole sequence (in cases
277 Intent newIntent = new Intent(Intent.ACTION_CALL, uri);
421 if (!Intent.ACTION_CALL.equals(intent.getAction())) {
423 intent.setAction(Intent.ACTION_CALL);
431 // (Note that the ACTION_CALL check below depends on the result of
461 action = Intent.ACTION_CALL;
467 if (Intent.ACTION_CALL.equals(action)) {
662 if (Intent.ACTION_CALL.equals(action) && (Constants.SCHEME_TEL.equals(scheme))) {
    [all...]
CallController.java 217 if (!(Intent.ACTION_CALL.equals(action)
566 // fired an ACTION_CALL intent to dial an MMI code, like for a
    [all...]
PhoneInterfaceManager.java 268 // This is just a wrapper around the ACTION_CALL intent, but we still
278 Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(url));
OtaUtils.java 501 if (!action.equals(Intent.ACTION_CALL)) {
526 if (DBG) log("isOtaSpNumber: ACTION_CALL to '" + number + "' ==> OTASP call!");
736 Intent newIntent = new Intent(Intent.ACTION_CALL);
    [all...]
NotificationMgr.java     [all...]
InCallScreen.java     [all...]
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 102 * Test ACTION_CALL when uri is a phone number, it will call the entered phone number.
106 Intent intent = new Intent(Intent.ACTION_CALL, uri);
  /packages/apps/Phone/tests/src/com/android/phone/tests/
CallDialTest.java 90 fireIntent(Intent.ACTION_CALL);
  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 68 return new Intent(Intent.ACTION_CALL, mUri);
87 return context.getString(R.string.action_call, PhoneNumberUtils.formatNumber(ssp));
  /packages/apps/Contacts/src/com/android/contacts/list/
ShortcutIntentBuilder.java 294 if (Intent.ACTION_CALL.equals(shortcutAction)) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java 354 fragment.setShortcutAction(Intent.ACTION_CALL);
  /frameworks/base/core/java/android/content/
Intent.java 491 * <li> {@link #ACTION_CALL}
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 1071 milliseconds