Searched refs:components (Results 1 – 5 of 5) sorted by relevance
81 final void setupServices(Context context, ComponentName... components) { in setupServices() argument83 new SetupServicesTask().execute(components); in setupServices()144 protected Boolean doInBackground(ComponentName... components) { in doInBackground() argument145 List<ComponentName> enableComponents = Arrays.asList(components); in doInBackground()
1114 String[] components = testPath.split("\\."); in pathToIdentifier() local1115 String name = components[components.length - 1]; in pathToIdentifier()1118 for (int i = 0; i < components.length - 1; i++) { in pathToIdentifier()1120 className = components[i]; in pathToIdentifier()1122 className = className + "." + components[i]; in pathToIdentifier()1143 String[] components = test.split("\\."); in generateTestCaseTrieFromPaths() local1145 if (components.length == 1) { in generateTestCaseTrieFromPaths()1151 result += components[0]; in generateTestCaseTrieFromPaths()1161 String[] components = test.split("\\."); in generateTestCaseTrieFromPaths() local1162 ArrayList<String> testGroup = testGroups.get(components[0]); in generateTestCaseTrieFromPaths()[all …]
639 final String[] components = { in enableComponent() local648 for (String component : components) { in enableComponent()
65 components = name.split(".")66 for comp in components[1:]:
132498 private final java.lang.Iterable components132542 private final java.lang.Iterable components