/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | AbstractDozeModeTestCase.java | 31 if (!isSupported()) return; in setUp() 45 if (!isSupported()) return; in tearDown() 55 protected boolean isSupported() throws Exception { in isSupported() method in AbstractDozeModeTestCase 81 if (!isSupported()) return; in testBackgroundNetworkAccess_enabled() 101 if (!isSupported()) return; in testBackgroundNetworkAccess_whitelisted() 117 if (!isSupported()) return; in testBackgroundNetworkAccess_disabled() 127 if (!isSupported()) return; in testBackgroundNetworkAccess_enabledButWhitelistedOnNotificationAction()
|
D | AbstractBatterySaverModeTestCase.java | 30 if (!isSupported()) return; in setUp() 44 if (!isSupported()) return; in tearDown() 54 protected boolean isSupported() throws Exception { in isSupported() method in AbstractBatterySaverModeTestCase 80 if (!isSupported()) return; in testBackgroundNetworkAccess_enabled() 108 if (!isSupported()) return; in testBackgroundNetworkAccess_whitelisted() 124 if (!isSupported()) return; in testBackgroundNetworkAccess_disabled()
|
D | AbstractAppIdleTestCase.java | 30 if (!isSupported()) return; in setUp() 45 if (!isSupported()) return; in tearDown() 56 protected boolean isSupported() throws Exception { in isSupported() method in AbstractAppIdleTestCase 82 if (!isSupported()) return; in testBackgroundNetworkAccess_enabled() 113 if (!isSupported()) return; in testBackgroundNetworkAccess_whitelisted() 134 if (!isSupported()) return; in testBackgroundNetworkAccess_disabled()
|
D | DataSaverModeTest.java | 33 if (!isSupported()) return; in setUp() 49 if (!isSupported()) return; in tearDown() 59 if (!isSupported()) return; in testGetRestrictBackgroundStatus_disabled() 73 if (!isSupported()) return; in testGetRestrictBackgroundStatus_whitelisted() 92 if (!isSupported()) return; in testGetRestrictBackgroundStatus_enabled() 121 if (!isSupported()) return; in testGetRestrictBackgroundStatus_blacklisted() 151 if (!isSupported()) return; in testGetRestrictBackgroundStatus_requiredWhitelistedPackages()
|
D | MixedModesTest.java | 35 if (!isSupported()) return; in setUp() 49 if (!isSupported()) return; in tearDown() 62 if (!isSupported()) return; in testDataAndBatterySaverModes_meteredNetwork() 134 if (!isSupported()) return; in testDataAndBatterySaverModes_nonMeteredNetwork()
|
D | AbstractRestrictBackgroundNetworkTestCase.java | 202 protected boolean isSupported() throws Exception { in isSupported() method in AbstractRestrictBackgroundNetworkTestCase
|
/cts/tests/tests/net/src/android/net/cts/ |
D | ConnectivityManagerTest.java | 175 if (isSupported(type)) { in testGetNetworkInfo() 195 int desiredFoundCount = (isSupported(type) ? 1 : 0); in testGetAllNetworkInfo() 243 private boolean isSupported(int networkType) { in isSupported() method in ConnectivityManagerTest 254 if (isSupported(type)) { in testIsNetworkSupported()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaCodecListTest.java | 314 boolean isSupported = false; in areRequiredCodecTypesSupported() 317 isSupported = true; in areRequiredCodecTypesSupported() 320 if (!isSupported) { in areRequiredCodecTypesSupported()
|
D | MediaPlayerTest.java | 903 boolean isSupported = false; 915 isSupported = true; 921 if (!isSupported) {
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | RecordingTest.java | 709 if (!isSupported(sz, VIDEO_FRAME_RATE, VIDEO_FRAME_RATE)) { in recordingSizeTestByCamera() 930 boolean isSupported = isStreamConfigurationSupported( in videoSnapshotTestByCamera() 932 if (!isSupported) { in videoSnapshotTestByCamera() 1422 private boolean isSupported(Size sz, int captureRate, int encodingRate) throws Exception {
|
/cts/tests/tests/graphics/src/android/opengl/cts/ |
D | CompressedTextureLoader.java | 87 public boolean isSupported() { return isFormatSupported(mFormatName); } in isSupported() method in CompressedTextureLoader.Texture
|
D | CompressedTextureSurfaceView.java | 310 if (mCompressedTexture != null && !mCompressedTexture.isSupported()) { in onSurfaceCreated()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 4896 public static boolean isSupported( 82522 public abstract boolean isSupported( 82605 public boolean isSupported( 86421 public static boolean isSupported( 86424 public static boolean isSupported(
|
D | classes.out.dex | 118020 public static boolean isSupported() 118854 public static boolean isSupported()
|