Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DAccountImageHelper.java96 final String servicePackageName = "com.google.android.syncadapters.contacts"; in syncContactHiResPhoto() local
100 intent.setClassName(servicePackageName, serviceName); in syncContactHiResPhoto()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java886 final String servicePackageName = accountType in postViewNotificationToSyncAdapter() local
888 if (!TextUtils.isEmpty(serviceName) && !TextUtils.isEmpty(servicePackageName)) { in postViewNotificationToSyncAdapter()
893 intent.setPackage(servicePackageName); in postViewNotificationToSyncAdapter()
912 intent.setClassName(servicePackageName, serviceName); in postViewNotificationToSyncAdapter()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java727 final String servicePackageName = accountType.getViewContactNotifyServicePackageName(); in postViewNotificationToSyncAdapter() local
728 if (!TextUtils.isEmpty(serviceName) && !TextUtils.isEmpty(servicePackageName)) { in postViewNotificationToSyncAdapter()
731 intent.setClassName(servicePackageName, serviceName); in postViewNotificationToSyncAdapter()