Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py51 ANDROID_DEVICE_SL4A_CLIENT_PORT_KEY = "sl4a_client_port" variable
240 if ANDROID_DEVICE_SL4A_CLIENT_PORT_KEY in c:
242 client_port = int(c.pop(ANDROID_DEVICE_SL4A_CLIENT_PORT_KEY))
246 (ANDROID_DEVICE_SL4A_CLIENT_PORT_KEY, c))