Searched refs:servicePackageName (Results 1 – 2 of 2) sorted by relevance
98 final String servicePackageName = "com.google.android.syncadapters.contacts"; in syncContactHiResPhoto() local102 intent.setClassName(servicePackageName, serviceName); in syncContactHiResPhoto()
960 final String servicePackageName = accountType.getViewContactNotifyServicePackageName(); in postViewNotificationToSyncAdapter() local961 if (!TextUtils.isEmpty(serviceName) && !TextUtils.isEmpty(servicePackageName)) { in postViewNotificationToSyncAdapter()964 intent.setClassName(servicePackageName, serviceName); in postViewNotificationToSyncAdapter()