Home
last modified time | relevance | path

Searched refs:setConfig (Results 1 – 9 of 9) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java268 final AtomicBoolean setConfig = new AtomicBoolean(); in testSetMagnificationConfig_expectedConfig() local
279 setConfig.set(controller.setMagnificationConfig(config, false)); in testSetMagnificationConfig_expectedConfig()
281 assertTrue(getSetterErrorMessage("Failed to set config"), setConfig.get()); in testSetMagnificationConfig_expectedConfig()
298 assertTrue(getSetterErrorMessage("Failed to set config"), setConfig.get()); in testSetMagnificationConfig_expectedConfig()
311 final AtomicBoolean setConfig = new AtomicBoolean(); in testSetConfigWithDefaultModeAndCenter_expectedConfig() local
323 () -> setConfig.set(controller.setMagnificationConfig(config, false))); in testSetConfigWithDefaultModeAndCenter_expectedConfig()
324 assertTrue(getSetterErrorMessage("Failed to set config"), setConfig.get()); in testSetConfigWithDefaultModeAndCenter_expectedConfig()
336 () -> setConfig.set(controller.setMagnificationConfig(newConfig, false))); in testSetConfigWithDefaultModeAndCenter_expectedConfig()
337 assertTrue(getSetterErrorMessage("Failed to set config"), setConfig.get()); in testSetConfigWithDefaultModeAndCenter_expectedConfig()
353 final AtomicBoolean setConfig = new AtomicBoolean(); in testSetConfigWithActivatedFalse_expectedConfig() local
[all …]
DFullScreenMagnificationControllerTest.java133 final AtomicBoolean setConfig = new AtomicBoolean(); in zoomIn() local
142 setConfig.set(controller.setMagnificationConfig(config, false)); in zoomIn()
146 assertTrue("Failed to set config", setConfig.get()); in zoomIn()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsConfig.java44 public int setConfig(int item, int value) { in setConfig() method in TestImsConfig
50 public int setConfig(int item, String value) { in setConfig() method in TestImsConfig
/cts/tests/tests/telephony/current/src/android/telephony/gba/cts/
DGbaServiceTest.java119 sConfig.setConfig(true, key, BTID, TelephonyManager.GBA_FAILURE_REASON_UNKNOWN); in testAuthSuccess()
165 sConfig.setConfig(true, new byte[16], BTID, TelephonyManager.GBA_FAILURE_REASON_UNKNOWN); in testGbaNotSupported()
177 sConfig.setConfig(false, new byte[16], BTID, r); in testAuthFail()
224 sConfig.setConfig(false, new byte[16], BTID, in testServiceReleaseDefault()
DTestGbaConfig.java45 void setConfig(boolean success, byte[] key, String id, int reason) { in setConfig() method in TestGbaConfig
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/perfetto/
DPerfettoTests.java241 TraceConfig.DataSource.newBuilder().setConfig(dataSourceConfig).build(); in getBasePerfettoConfigBuilder()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1510 mBitmap.setConfig(Bitmap.Config.ALPHA_8); in testSetConfig()
1519 mBitmap.setConfig(Bitmap.Config.ARGB_8888); in testSetConfigExpanding()
1526 mBitmap.setConfig(Bitmap.Config.ALPHA_8); in testSetConfigMutable()
2131 bitmap.setConfig(Config.ARGB_8888); in testHardwareSetConfig()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt17482 method public int setConfig(int, int);
17483 method public int setConfig(int, String);
Dcurrent.txt15516 method public void setConfig(@NonNull android.graphics.Bitmap.Config);