Home
last modified time | relevance | path

Searched defs:isSupported (Results 1 – 9 of 9) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/tile/
DQuickSettings.kt26 fun isSupported(): Boolean { in isSupported() method
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApkVerityInstallTest.java195 boolean isSupported) throws Exception { in testInstallSplitOnly()
217 boolean updateIncremental, boolean isSupported) throws Exception { in testInstallSplitOnlyMissingSignature()
239 boolean updateIncremental, boolean isSupported) throws Exception { in testInstallSplitOnlyWithoutBaseSignature()
259 boolean updateIncremental, boolean isSupported) throws Exception { in testInstallSplitAndSignatureForBase()
281 boolean isSupported) throws Exception { in testUpdateBaseWithSignature()
368 boolean updateIncremental, boolean isSupported) throws Exception { in testInstallBaseWithFsvSigThenSplitWithout()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceSetupTest.java628 + isSupportedNoJpegR, isSupported, isSupportedNoJpegR); in testFeatureCombinationQueryConsistencyByCamera() local
639 + isSupportedNoHdr, isSupported, isSupportedNoHdr); in testFeatureCombinationQueryConsistencyByCamera() local
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DSatelliteManagerTest.java417 Boolean isSupported = supported.get(); in testRequestIsSatelliteSupported() local
DSatelliteManagerTestBase.java627 public boolean isSupported = false; field in SatelliteManagerTestBase.SatelliteSupportedStateCallbackTest
1077 Boolean isSupported = supported.get(); in isSatelliteSupported() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSubscriptionManagerTest.java1302 private void checkUsageSetting(int inputSetting, boolean isSupported) throws Exception { in checkUsageSetting()
1673 private static boolean isSupported() { in isSupported() method
/cts/tests/tests/opengl/src/android/opengl/cts/
DCompressedTextureLoader.java75 public boolean isSupported() { return isFormatSupported(mFormatName); } in isSupported() method in CompressedTextureLoader.Texture
/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiTests.java1528 private static boolean isSupported() { in isSupported() method in DeviceConfigApiTests
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java360 public boolean isSupported() { in isSupported() method in VehiclePropertyVerifier