Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DContactDetailsHelperImpl.java61 AutoConfigConstants.CONTACTS_VIEW, in addRemoveFavoriteContact()
79 AutoConfigConstants.CONTACTS_VIEW, in makeCallFromDetailsPageByType()
87 AutoConfigConstants.CONTACTS_VIEW, in makeCallFromDetailsPageByType()
95 AutoConfigConstants.CONTACTS_VIEW, in makeCallFromDetailsPageByType()
DDialHelperImpl.java324 AutoConfigConstants.CONTACTS_VIEW, in searchContactsByName()
340 AutoConfigConstants.CONTACTS_VIEW, in searchContactsByNumber()
355 AutoConfigConstants.CONTACTS_VIEW, in getFirstSearchResult()
377 AutoConfigConstants.CONTACTS_VIEW, in sortContactListBy()
386 AutoConfigConstants.CONTACTS_VIEW, in sortContactListBy()
393 AutoConfigConstants.CONTACTS_VIEW, in sortContactListBy()
405 AutoConfigConstants.CONTACTS_VIEW, in sortContactListBy()
413 AutoConfigConstants.CONTACTS_VIEW, in sortContactListBy()
426 AutoConfigConstants.CONTACTS_VIEW, in getFirstContactFromContactList()
454 AutoConfigConstants.CONTACTS_VIEW, in openDetailsPage()
[all …]
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DAutoConfigConstants.java191 public static final String CONTACTS_VIEW = "CONTACTS_VIEW"; field in AutoConfigConstants
DAutoDialConfigUtility.java299 mDialConfigMap.put(AutoConfigConstants.CONTACTS_VIEW, contactsScreenConfig); in loadDefaultContactsConfig()