Home | History | Annotate | Download | only in contacts

Lines Matching defs:serviceName

1183             final String serviceName = accountType.getViewContactNotifyServiceClassName();
1185 if (!TextUtils.isEmpty(serviceName) && !TextUtils.isEmpty(resPackageName)) {
1188 intent.setClassName(resPackageName, serviceName);