Home
last modified time | relevance | path

Searched refs:TACHYON_CALL_ACTION (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java242 private static final String TACHYON_CALL_ACTION = field in QuickContactActivity
392 if (TACHYON_CALL_ACTION.equals(intent.getAction())) {
1606 thirdIntent = new Intent(TACHYON_CALL_ACTION); in dataItemToEntry()