Home
last modified time | relevance | path

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

/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DExternalStorageHelper.java55 public final String PLAYSTORE_PKG = "com.android.vending"; field in ExternalStorageHelper
240 mDevice.wait(Until.findObject(By.res(PLAYSTORE_PKG, "buy_button").text("INSTALL")), in installFromPlayStore()
243 mDevice.wait(Until.findObject(By.res(PLAYSTORE_PKG, "launch_button").text("OPEN")), in installFromPlayStore()