OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smoketest
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/SmokeTest/src/com/android/smoketest/
SmokeTestActivity.java
17
package com.android.
smoketest
;
28
* -w com.android.
smoketest
/.tests.SmokeTestInstrumentationTestRunner
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java
17
package com.android.
smoketest
;
/build/
envsetup.sh
966
function
smoketest
()
function
978
(cd "$T" && mmm tests/
SmokeTest
) &&
979
adb uninstall com.android.
smoketest
> /dev/null &&
980
adb uninstall com.android.
smoketest
.tests > /dev/null &&
982
adb install $ANDROID_PRODUCT_OUT/data/app/
SmokeTest
.apk &&
983
adb shell am instrument -w com.android.
smoketest
.tests/android.test.InstrumentationTestRunner
Completed in 57 milliseconds