OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apkPaths
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java
56
private static String[]
apkPaths
;
67
public static void setApkPaths(String[]
apkPaths
) {
68
ClassPathPackageInfoSource.
apkPaths
=
apkPaths
;
123
for (String apkPath :
apkPaths
) {
InstrumentationTestRunner.java
299
String[]
apkPaths
=
301
ClassPathPackageInfoSource.setApkPaths(
apkPaths
);
[
all
...]
Completed in 48 milliseconds