OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:installCode
(Results
1 - 2
of
2
) sorted by null
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
WrappedGTest.java
96
String
installCode
= mDevice.installPackage(testApp, true, options);
98
if (
installCode
!= null) {
100
mDevice.getSerialNumber(),
installCode
);
PrintTestRunner.java
205
String
installCode
= getDevice().installPackage(mCtsBuild.getTestApp(
207
if (
installCode
!= null) {
210
+ ". Reason: " +
installCode
);
Completed in 201 milliseconds