Searched refs:installedServiceInfos (Results 1 – 2 of 2) sorted by relevance
189 final List<AccessibilityServiceInfo> installedServiceInfos = in getInstalledServices() local192 if (installedServiceInfos == null) { in getInstalledServices()196 for (final AccessibilityServiceInfo info : installedServiceInfos) { in getInstalledServices()
814 final List<AccessibilityServiceInfo> installedServiceInfos = in getInstalledServiceInfoWithComponentName() local816 if ((installedServiceInfos == null) || (componentName == null)) { in getInstalledServiceInfoWithComponentName()819 for (int i = 0; i < installedServiceInfos.size(); i++) { in getInstalledServiceInfoWithComponentName()820 if (componentName.equals(installedServiceInfos.get(i).getComponentName())) { in getInstalledServiceInfoWithComponentName()821 return installedServiceInfos.get(i); in getInstalledServiceInfoWithComponentName()