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

  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerRecentTaskInfoTest.java 79 baseIntent.setAction(Intent.ACTION_CALL);
91 assertEquals(Intent.ACTION_CALL, values.baseIntent.getAction());
118 baseIntent.setAction(Intent.ACTION_CALL);
129 assertEquals(Intent.ACTION_CALL, values.baseIntent.getAction());
  /cts/tests/tests/permission/src/android/permission/cts/
NoCallPermissionTest.java 30 * Verify that Intent.ACTION_CALL requires permissions.
37 Intent intent = new Intent(Intent.ACTION_CALL, uri);
41 fail("startActivity(Intent.ACTION_CALL) did not throw SecurityException as expected");
  /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 156 Intent newIntent = new Intent(Intent.ACTION_CALL, uri);
230 if (!Intent.ACTION_CALL.equals(intent.getAction())) {
232 intent.setAction(Intent.ACTION_CALL);
241 : Intent.ACTION_CALL;
246 if (Intent.ACTION_CALL.equals(action)) {
PhoneInterfaceManager.java 245 // This is just a wrapper around the ACTION_CALL intent, but we still
255 Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(url));
NotificationMgr.java     [all...]
InCallScreen.java     [all...]
OtaUtils.java 313 Intent newIntent = new Intent(Intent.ACTION_CALL);
    [all...]
  /frameworks/base/services/java/com/android/server/
DemoDataSet.java 91 Intent.ACTION_CALL, Uri.fromParts("voicemail", "", null));
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 128 * Test ACTION_CALL when uri is a phone number, it will call the entered phone number.
137 Intent intent = new Intent(Intent.ACTION_CALL, uri);
  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 117 return new Intent(Intent.ACTION_CALL, mUri);
136 return context.getString(R.string.action_call, PhoneNumberUtils.formatNumber(ssp));
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java 650 mShortcutAction = Intent.ACTION_CALL;
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 481 * <li> {@link #ACTION_CALL}
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 107 milliseconds