Home
last modified time | relevance | path

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

/platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/
DAppSmokeTest.java65 public LaunchParameter mAppInfo; field in AppSmokeTest
115 if (processName.startsWith(mAppInfo.packageName)) {
132 if (processName.startsWith(mAppInfo.packageName)) {
143 if (pkg.equals(mAppInfo.packageName)) {
221 mAppInfo.packageName, UserHandle.USER_ALL); in after()
232 Log.d(TAG, "Launching: " + mAppInfo.toLongString()); in testAppLaunch()
233 long timestamp = mLauncherStrategy.launch(mAppInfo.appName, mAppInfo.packageName); in testAppLaunch()