Searched refs:installedServiceInfos (Results 1 – 2 of 2) sorted by relevance
199 final List<AccessibilityServiceInfo> installedServiceInfos = in getInstalledServices() local202 if (installedServiceInfos == null) { in getInstalledServices()206 for (final AccessibilityServiceInfo info : installedServiceInfos) { in getInstalledServices()
1083 final List<AccessibilityServiceInfo> installedServiceInfos = in getInstalledServiceInfoWithComponentName() local1085 if ((installedServiceInfos == null) || (componentName == null)) { in getInstalledServiceInfoWithComponentName()1088 for (int i = 0; i < installedServiceInfos.size(); i++) { in getInstalledServiceInfoWithComponentName()1089 if (componentName.equals(installedServiceInfos.get(i).getComponentName())) { in getInstalledServiceInfoWithComponentName()1090 return installedServiceInfos.get(i); in getInstalledServiceInfoWithComponentName()