Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountType.java191 public String getViewContactNotifyServicePackageName() { in getViewContactNotifyServicePackageName() method in AccountType
DGoogleAccountType.java201 public String getViewContactNotifyServicePackageName() { in getViewContactNotifyServicePackageName() method in GoogleAccountType
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java960 final String servicePackageName = accountType.getViewContactNotifyServicePackageName(); in postViewNotificationToSyncAdapter()