Searched refs:installedServiceInfos (Results 1 – 2 of 2) sorted by relevance
203 final List<AccessibilityServiceInfo> installedServiceInfos = in getInstalledServices() local206 if (installedServiceInfos == null) { in getInstalledServices()210 for (final AccessibilityServiceInfo info : installedServiceInfos) { in getInstalledServices()
959 final List<AccessibilityServiceInfo> installedServiceInfos = in getInstalledServiceInfoWithComponentName() local961 if ((installedServiceInfos == null) || (componentName == null)) { in getInstalledServiceInfoWithComponentName()964 for (int i = 0; i < installedServiceInfos.size(); i++) { in getInstalledServiceInfoWithComponentName()965 if (componentName.equals(installedServiceInfos.get(i).getComponentName())) { in getInstalledServiceInfoWithComponentName()966 return installedServiceInfos.get(i); in getInstalledServiceInfoWithComponentName()