Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/tradefed/
DSl4aBluetoothDiscovery.java90 Sl4aClient dutClient = Sl4aClient.startSL4A(mDut, null); in run()
91 Sl4aClient discovererClient = Sl4aClient.startSL4A(mDiscoverer, null); in run()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java208 Sl4aClient sl4aClient = Sl4aClient.startSL4A(device, sl4aApkFile); in startSl4a()
606 Sl4aClient client = Sl4aClient.startSL4A(device, null); in getSl4aClient()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/
DSl4aClientTest.java193 Sl4aClient.startSL4A(mMockDevice, new File(fakePath)); in testCreateSl4aClient()
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aClient.java124 public static Sl4aClient startSL4A(ITestDevice device, File sl4aApkFile) in startSL4A() method in Sl4aClient