Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/gba/cts/
DGbaServiceTest.java130 sConfig.setConfig(true, key, BTID, TelephonyManager.GBA_FAILURE_REASON_UNKNOWN); in testAuthSuccess()
180 sConfig.setConfig(true, new byte[16], BTID, TelephonyManager.GBA_FAILURE_REASON_UNKNOWN); in testGbaNotSupported()
196 sConfig.setConfig(false, new byte[16], BTID, r); in testAuthFail()
247 sConfig.setConfig(false, new byte[16], BTID, in testServiceReleaseDefault()
268 sConfig.setConfig(false, new byte[16], BTID, in testServiceReleaseDuration()
293 sConfig.setConfig(false, new byte[16], BTID, in testServiceNoRelease()
DTestGbaConfig.java45 void setConfig(boolean success, byte[] key, String id, int reason) { in setConfig() method in TestGbaConfig
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsConfig.java34 public int setConfig(int item, int value) { in setConfig() method in TestImsConfig
40 public int setConfig(int item, String value) { in setConfig() method in TestImsConfig
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/perfetto/
DPerfettoTests.java146 TraceConfig.DataSource.newBuilder().setConfig(dataSourceConfig).build(); in getPerfettoConfig()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1446 mBitmap.setConfig(Bitmap.Config.ALPHA_8); in testSetConfig()
1455 mBitmap.setConfig(Bitmap.Config.ARGB_8888); in testSetConfigExpanding()
1462 mBitmap.setConfig(Bitmap.Config.ALPHA_8); in testSetConfigMutable()
2067 bitmap.setConfig(Config.ARGB_8888); in testHardwareSetConfig()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DAtomTestCase.java202 .setConfig(dataSourceConfig) in getPerfettoConfig()