Home
last modified time | relevance | path

Searched refs:isDebuggable (Results 1 – 8 of 8) 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.java226 assumeFalse("Device is debuggable", isDebuggable()); in testStagedInstallDowngrade_DowngradeRequested_UserBuild()
312 assumeFalse("Device is debuggable", isDebuggable()); in testStagedInstallDowngradeApex_DowngradeRequested_UserBuild_Fails()
916 private boolean isDebuggable() throws Exception { in isDebuggable() method in StagedInstallTest
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DAlwaysOnHotwordDetectorNoDspTest.java111 Build::isDebuggable, "Overriding compat change below targetSdk requires userdebug");
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java457 public static boolean isDebuggable(ITestDevice device) throws Exception { in isDebuggable() method
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java145 assumeFalse(Build.isDebuggable()); in testEnforceStartFromShell()
/cts/tests/wearable/src/android/wearable/cts/
DWearableSensingManagerIsolatedServiceTest.java612 assumeTrue(Build.isDebuggable()); in attachTransportToCdm()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DUidAtomTests.java222 && DeviceUtils.isDebuggable(getDevice())) {
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dtest-current.txt2282 method public static boolean isDebuggable();