Searched refs:servicePackageName (Results 1 – 3 of 3) sorted by relevance
96 final String servicePackageName = "com.google.android.syncadapters.contacts"; in syncContactHiResPhoto() local100 intent.setClassName(servicePackageName, serviceName); in syncContactHiResPhoto()
886 final String servicePackageName = accountType in postViewNotificationToSyncAdapter() local888 if (!TextUtils.isEmpty(serviceName) && !TextUtils.isEmpty(servicePackageName)) { in postViewNotificationToSyncAdapter()893 intent.setPackage(servicePackageName); in postViewNotificationToSyncAdapter()912 intent.setClassName(servicePackageName, serviceName); in postViewNotificationToSyncAdapter()
727 final String servicePackageName = accountType.getViewContactNotifyServicePackageName(); in postViewNotificationToSyncAdapter() local728 if (!TextUtils.isEmpty(serviceName) && !TextUtils.isEmpty(servicePackageName)) { in postViewNotificationToSyncAdapter()731 intent.setClassName(servicePackageName, serviceName); in postViewNotificationToSyncAdapter()