Searched refs:setConfig (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | TestImsConfig.java | 34 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/tests/tests/telephony/current/src/android/telephony/gba/cts/ |
D | GbaServiceTest.java | 130 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()
|
D | TestGbaConfig.java | 45 void setConfig(boolean success, byte[] key, String id, int reason) { in setConfig() method in TestGbaConfig
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/perfetto/ |
D | PerfettoTests.java | 146 TraceConfig.DataSource.newBuilder().setConfig(dataSourceConfig).build(); in getPerfettoConfig()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 1446 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/ |
D | AtomTestCase.java | 203 .setConfig(dataSourceConfig) in getPerfettoConfig()
|