Home
last modified time | relevance | path

Searched defs:DEVICE_ALLOWLIST_PATH (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/contrib/src/com/android/monkey/
DMonkeyBase.java80 private static final String DEVICE_ALLOWLIST_PATH = "/data/local/tmp/monkey_allowlist.txt"; field in MonkeyBase
353 device.pushString(allowlist.toString(), DEVICE_ALLOWLIST_PATH); in runMonkey() local