Searched refs:shortcutServiceInfo (Results 1 – 2 of 2) sorted by relevance
165 AccessibilityServiceInfo shortcutServiceInfo = getServiceInfo(context); in getServiceName() local166 if (shortcutServiceInfo != null) { in getServiceName()167 return shortcutServiceInfo.getResolveInfo().loadLabel(context.getPackageManager()); in getServiceName()