Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountType.java180 public String getViewContactNotifyServiceClassName() { in getViewContactNotifyServiceClassName() method in AccountType
DGoogleAccountType.java194 public String getViewContactNotifyServiceClassName() { in getViewContactNotifyServiceClassName() method in GoogleAccountType
DExternalAccountType.java270 public String getViewContactNotifyServiceClassName() { in getViewContactNotifyServiceClassName() method in ExternalAccountType
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java938 final String serviceName = accountType.getViewContactNotifyServiceClassName(); in postViewNotificationToSyncAdapter()