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

  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 268 final Intent intent = new Intent(Intent.ACTION_CALL_PRIVILEGED, uri);
280 final Intent intent = new Intent(Intent.ACTION_CALL_PRIVILEGED,
  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
PhoneNumberInteractionTest.java 186 assertEquals(Intent.ACTION_CALL_PRIVILEGED, intent.getAction());
204 assertEquals(Intent.ACTION_CALL_PRIVILEGED, intent.getAction());
  /packages/apps/Phone/src/com/android/phone/
CallController.java 219 || Intent.ACTION_CALL_PRIVILEGED.equals(action))) {
    [all...]
OutgoingCallBroadcaster.java 450 if (Intent.ACTION_CALL_PRIVILEGED.equals(action)) {
457 Log.i(TAG, "ACTION_CALL_PRIVILEGED is used while the number is a potential"
    [all...]
SimContacts.java 355 Intent intent = new Intent(Intent.ACTION_CALL_PRIVILEGED,
BluetoothHandsfree.java     [all...]
PhoneApp.java     [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 362 Intent intent = new Intent(Intent.ACTION_CALL_PRIVILEGED,
  /packages/apps/Contacts/tests/src/com/android/contacts/calllog/
CallLogFragmentTest.java 318 assertEquals(Intent.ACTION_CALL_PRIVILEGED, intent.getAction());
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java     [all...]
VoiceDialerActivity.java     [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 382 entry.intent = new Intent(Intent.ACTION_CALL_PRIVILEGED,
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java     [all...]

Completed in 403 milliseconds