Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactLoader.java1269 final String servicePackageName = accountType.getViewContactNotifyServicePackageName(); in postViewNotificationToSyncAdapter() local
1270 if (!TextUtils.isEmpty(serviceName) && !TextUtils.isEmpty(servicePackageName)) { in postViewNotificationToSyncAdapter()
1273 intent.setClassName(servicePackageName, serviceName); in postViewNotificationToSyncAdapter()