Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherProvider.java576 final String actionQuickContact = "com.android.contacts.action.QUICK_CONTACT"; in updateContactsShortcuts() local
601 actionQuickContact.equals(intent.getAction())) && in updateContactsShortcuts()
606 final Intent newIntent = new Intent(actionQuickContact); in updateContactsShortcuts()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherProvider.java914 final String actionQuickContact = "com.android.contacts.action.QUICK_CONTACT"; in updateContactsShortcuts() local
939 actionQuickContact.equals(intent.getAction())) && in updateContactsShortcuts()
944 final Intent newIntent = new Intent(actionQuickContact); in updateContactsShortcuts()