/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/ |
D | Utils.java | 36 public static void runDeviceTests(ITestDevice device, String packageName) in runDeviceTests() method in Utils 41 public static void runDeviceTests(ITestDevice device, String packageName, int userId) in runDeviceTests() method in Utils 46 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName) in runDeviceTests() method in Utils 51 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils 56 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils 61 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
|
D | AppSecurityTests.java | 290 private void runDeviceTests(String packageName) throws DeviceNotAvailableException { in runDeviceTests() method in AppSecurityTests 294 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() method in AppSecurityTests
|
D | DocumentsTest.java | 93 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() method in DocumentsTest
|
D | ExternalStorageHostTest.java | 240 private void runDeviceTests(String packageName, String testClassName, int userId) in runDeviceTests() method in ExternalStorageHostTest 245 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests() method in ExternalStorageHostTest
|
D | KeySetHostTest.java | 155 private boolean runDeviceTests(String pkgName) throws DeviceNotAvailableException { in runDeviceTests() method in KeySetHostTest 166 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests() method in KeySetHostTest
|
D | PermissionsHostTest.java | 126 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() method in PermissionsHostTest
|
D | AdoptableHostTest.java | 315 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() method in AdoptableHostTest
|
D | SplitTests.java | 425 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 | 171 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName) in runDeviceTests() method in BaseDevicePolicyTest 190 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName, in runDeviceTests() method in BaseDevicePolicyTest 196 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName, in runDeviceTests() method in BaseDevicePolicyTest
|