Home
last modified time | relevance | path

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

/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()
900 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()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilitySettings.java434 final String servicePackageName = serviceInfo.packageName; in containsTargetNameInList() local
441 if (servicePackageName.equals(activityPackageName) in containsTargetNameInList()