Searched defs:runDeviceTests (Results 1 – 7 of 7) sorted by relevance
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/ |
D | Utils.java | 31 public static void runDeviceTests(ITestDevice device, String packageName) in runDeviceTests() method in Utils 36 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
|
D | DocumentsTest.java | 89 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() method in DocumentsTest
|
D | KeySetHostTest.java | 141 private boolean runDeviceTests(String pkgName) throws DeviceNotAvailableException { in runDeviceTests() method in KeySetHostTest 152 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests() method in KeySetHostTest
|
D | AppSecurityTests.java | 506 private boolean runDeviceTests(String pkgName) throws DeviceNotAvailableException { in runDeviceTests() method in AppSecurityTests 517 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests() method in AppSecurityTests
|
D | SplitTests.java | 387 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() method in SplitTests
|
/cts/hostsidetests/net/src/com/android/cts/net/ |
D | HostsideNetworkTests.java | 77 public void runDeviceTests(String packageName, String testClassName) in runDeviceTests() method in HostsideNetworkTests
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | BaseDevicePolicyTest.java | 159 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName) in runDeviceTests() method in BaseDevicePolicyTest 181 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName, in runDeviceTests() method in BaseDevicePolicyTest 187 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName, in runDeviceTests() method in BaseDevicePolicyTest
|