Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkViews.java141 int connectionId = sUiTestAutomationBridge.getConnectionId(); in getNodeByAccessibilityIds() local
148 int connectionId = sUiTestAutomationBridge.getConnectionId(); in getNodeByViewId() local
262 int connectionId = sUiTestAutomationBridge.getConnectionId(); in translateCommand() local
/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnConnection.java98 public ToyVpnConnection(final VpnService service, final int connectionId, in ToyVpnConnection()