Searched refs:servicePackageName (Results 1 – 3 of 3) sorted by relevance
886 final String servicePackageName = accountType in postViewNotificationToSyncAdapter() local888 if (!TextUtils.isEmpty(serviceName) && !TextUtils.isEmpty(servicePackageName)) { in postViewNotificationToSyncAdapter()900 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()
434 final String servicePackageName = serviceInfo.packageName; in containsTargetNameInList() local441 if (servicePackageName.equals(activityPackageName) in containsTargetNameInList()