Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aClient.java84 public Sl4aClient(ITestDevice device, File sl4aApkFile) throws DeviceNotAvailableException { in Sl4aClient()
101 private static void installSl4a(ITestDevice device, File sl4aApkFile) in installSl4a()
124 public static Sl4aClient startSL4A(ITestDevice device, File sl4aApkFile) in startSL4A()
/tools/tradefederation/core/src/com/android/tradefed/util/
DBluetoothUtils.java211 public static boolean enableBtsnoopLogging(ITestDevice device, File sl4aApkFile) in enableBtsnoopLogging()
243 public static boolean disableBtsnoopLogging(ITestDevice device, File sl4aApkFile) in disableBtsnoopLogging()
DSl4aBluetoothUtil.java216 public void startSl4a(ITestDevice device, File sl4aApkFile) throws DeviceNotAvailableException { in startSl4a()