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

  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 119 final Intent phoneIntent = hasPhone ? new Intent(Intent.ACTION_CALL_PRIVILEGED,
126 mIntent = phoneIntent;
131 mIntent = phoneIntent;
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 591 final Intent phoneIntent = mHasPhone ? new Intent(Intent.ACTION_CALL_PRIVILEGED,
598 entry.intent = phoneIntent;
603 entry.intent = phoneIntent;
    [all...]

Completed in 31 milliseconds