OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:installcode
(Results
1 - 2
of
2
) sorted by null
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
InstrumentationApkTest.java
78
String
installCode
= getDevice().installPackage(mCtsBuild.getTestApp(apkFileName),
81
apkFileName, getDevice().getSerialNumber(),
installCode
),
installCode
);
WrappedGTest.java
84
String
installCode
= mDevice.installPackage(testApp, true);
86
if (
installCode
!= null) {
88
mDevice.getSerialNumber(),
installCode
);
Completed in 173 milliseconds