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

  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 126 Intent callIntent = new Intent(Intent.ACTION_CALL_PRIVILEGED,
227 Intent callIntent = new Intent(Intent.ACTION_CALL_PRIVILEGED,
367 if (Intent.ACTION_CALL_PRIVILEGED.equals(entry.intent.getAction())) {
RecentCallsListActivity.java 225 startActivity(new Intent(Intent.ACTION_CALL_PRIVILEGED, callUri));
    [all...]
ViewContactActivity.java 793 entry.intent.getAction() == Intent.ACTION_CALL_PRIVILEGED) {
800 final Intent intent = new Intent(Intent.ACTION_CALL_PRIVILEGED,
831 if (Intent.ACTION_CALL_PRIVILEGED.equals(intent.getAction())) {
    [all...]
TwelveKeyDialer.java 778 Intent intent = new Intent(Intent.ACTION_CALL_PRIVILEGED,
789 Intent intent = new Intent(Intent.ACTION_CALL_PRIVILEGED);
    [all...]
ContactsUtils.java 409 Intent intent = new Intent(Intent.ACTION_CALL_PRIVILEGED,
ContactsListActivity.java 698 Intent newIntent = new Intent(Intent.ACTION_CALL_PRIVILEGED,
    [all...]
  /packages/apps/Phone/src/com/android/phone/
OutgoingCallBroadcaster.java 238 if (Intent.ACTION_CALL_PRIVILEGED.equals(action)) {
SimContacts.java 357 Intent intent = new Intent(Intent.ACTION_CALL_PRIVILEGED,
BluetoothHandsfree.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 783 mIntent = new Intent(Intent.ACTION_CALL_PRIVILEGED, callUri);
789 mIntent = new Intent(Intent.ACTION_CALL_PRIVILEGED, callUri);
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
BluetoothVoiceDialerActivity.java 527 (!Intent.ACTION_CALL_PRIVILEGED.equals(
    [all...]
CommandRecognizerEngine.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]

Completed in 190 milliseconds