OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abiSet
(Results
1 - 2
of
2
) sorted by null
/cts/libs/commonutil/src/com/android/cts/util/
AbiUtils.java
188
Set<String>
abiSet
= new HashSet<>();
194
abiSet
.add(trimmedAbi);
198
return
abiSet
;
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java
463
Set<String>
abiSet
= getAbis();
464
if (
abiSet
== null ||
abiSet
.isEmpty()) {
467
Log.logAndDisplay(LogLevel.INFO, LOG_TAG, "ABIs: " +
abiSet
);
470
setupTestPackageList(
abiSet
);
492
Map<String, Set<String>> prerequisiteApks = getPrerequisiteApks(mTestPackageList,
abiSet
);
[
all
...]
Completed in 222 milliseconds