Home
last modified time | relevance | path

Searched refs:isDebuggable (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/install/src/android/cts/install/host/
DDowngradeTest.java110 assumeTrue("Device is not debuggable", isDebuggable()); in testNonStagedDowngrade_debugBuild()
123 assumeFalse("Device is debuggable", isDebuggable()); in testNonStagedDowngrade_nonDebugBuild_fail()
143 assumeTrue("Device is not debuggable", isDebuggable()); in testStagedDowngrade_debugBuild()
158 assumeFalse("Device is debuggable", isDebuggable()); in testStagedDowngrade_nonDebugBuild_fail()
187 private boolean isDebuggable() throws Exception { in isDebuggable() method in DowngradeTest
/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DStagedInstallTest.java229 assumeFalse("Device is debuggable", isDebuggable()); in testStagedInstallDowngrade_DowngradeRequested_UserBuild()
332 assumeFalse("Device is debuggable", isDebuggable()); in testStagedInstallDowngradeApex_DowngradeRequested_UserBuild_Fails()
848 private boolean isDebuggable() throws Exception { in isDebuggable() method in StagedInstallTest
/cts/tests/tests/os/src/android/os/cts/
DBuildTest.java372 assertFalse("Must be a non-debuggable build", Build.isDebuggable()); in testIsSecureUserBuild()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java368 public static boolean isDebuggable(ITestDevice device) throws Exception { in isDebuggable() method
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DUidAtomTests.java213 && DeviceUtils.isDebuggable(getDevice())) {