Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/
Darc.py38 _PLAY_STORE_PKG = 'com.android.vending' variable
878 if disable_play_store and not is_package_disabled(_PLAY_STORE_PKG):
880 if not is_package_disabled(_PLAY_STORE_PKG):
904 adb_shell('pm enable ' + _PLAY_STORE_PKG)
961 if is_package_disabled(_PLAY_STORE_PKG):
963 adb_shell('am force-stop ' + _PLAY_STORE_PKG)
965 '-d package:' + _PLAY_STORE_PKG)