Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DAccountImageHelper.java98 final String servicePackageName = "com.google.android.syncadapters.contacts"; in syncContactHiResPhoto() local
102 intent.setClassName(servicePackageName, serviceName); in syncContactHiResPhoto()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java960 final String servicePackageName = accountType.getViewContactNotifyServicePackageName(); in postViewNotificationToSyncAdapter() local
961 if (!TextUtils.isEmpty(serviceName) && !TextUtils.isEmpty(servicePackageName)) { in postViewNotificationToSyncAdapter()
964 intent.setClassName(servicePackageName, serviceName); in postViewNotificationToSyncAdapter()