Home
last modified time | relevance | path

Searched refs:mLaunchIntentDetected (Results 1 – 1 of 1) sorted by relevance

/platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/
DAppSmokeTest.java68 private boolean mLaunchIntentDetected = false; field in AppSmokeTest
144 mLaunchIntentDetected = true;
208 mLaunchIntentDetected = false; in before()
243 if (!launchResult && !mLaunchIntentDetected) { in testAppLaunch()