Home
last modified time | relevance | path

Searched refs:mConfigs (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/car/src/android/car/cts/
DCarPropertyConfigTest.java43 private List<CarPropertyConfig> mConfigs = new ArrayList<>(); field in CarPropertyConfigTest
50 mConfigs = mCarPropertyManager.getPropertyList(); in setUp()
55 for (CarPropertyConfig cfg : mConfigs) { in testGetPropertyId()
85 for (CarPropertyConfig cfg : mConfigs) { in testGetAccess()
100 for (CarPropertyConfig cfg : mConfigs) { in testGetAreaType()
130 for (CarPropertyConfig cfg : mConfigs) { in testGetChangeMode()
138 for (CarPropertyConfig cfg : mConfigs) { in testGetConfigArrayAndPropertyId()
146 for (CarPropertyConfig cfg : mConfigs) { in testSampleRate()
160 for (CarPropertyConfig cfg : mConfigs) { in testGlobalProperty()
169 for (CarPropertyConfig cfg : mConfigs) { in testAreaIds()
[all …]
/cts/tests/tests/drm/src/android/drm/cts/
DDRMTest.java65 private ArrayList<Config> mConfigs = new ArrayList<Config>(); field in DRMTest
75 mConfigs.clear(); in setUp()
79 mConfigs.add(config); in setUp()
110 for (Config config : mConfigs) { in testRegisterAndDeregister()
117 for (Config config : mConfigs) { in testAcquireRights()
125 for (Config config : mConfigs) { in testGetConstraints()
142 for (Config config : mConfigs) { in testCanHandle()
149 for (Config config : mConfigs) { in testGetOriginalMimeType()
156 for (Config config : mConfigs) { in testCheckRightsStatus()
169 for (Config config : mConfigs) { in testRemoveRights()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DInputSurface.java45 private EGLConfig[] mConfigs = new EGLConfig[1]; field in InputSurface
97 if (!EGL14.eglChooseConfig(mEGLDisplay, attribList, 0, mConfigs, 0, mConfigs.length, in eglSetup()
107 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, mConfigs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
137 mEGLSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, mConfigs[0], mSurface, in createEGLSurface()
DAudioRecordingConfigurationTest.java189 testDevice, callback.mConfigs); in doCallbackTest()
194 verifyPrivilegedInfoIsSafe(callback.mConfigs.get(0)); in doCallbackTest()
201 assertEquals("Should not have found record configurations", callback.mConfigs.size(), in doCallbackTest()
260 List<AudioRecordingConfiguration> mConfigs; field in AudioRecordingConfigurationTest.MyAudioRecordingCallback
268 mConfigs = new ArrayList<AudioRecordingConfiguration>(); in reset()
280 mConfigs = configs; in onRecordingConfigChanged()
DAudioPlaybackConfigurationTest.java366 private List<AudioPlaybackConfiguration> mConfigs; field in AudioPlaybackConfigurationTest.MyAudioPlaybackCallback
373 mConfigs.clear(); in reset()
391 return mConfigs; in getConfigs()
403 mConfigs = configs; in onPlaybackConfigChanged()
DMediaRecorderTest.java1665 assertTrue(callback.mConfigs.size() <= 1); in testAudioRecordInfoCallback()
1666 if (callback.mConfigs.size() == 1) { in testAudioRecordInfoCallback()
1667 checkRecordingConfig(callback.mConfigs.get(0)); in testAudioRecordInfoCallback()
DAudioRecordTest.java981 assertTrue(callback.mConfigs.size() <= 1); in testAudioRecordInfoCallback()
982 if (callback.mConfigs.size() == 1) { in testAudioRecordInfoCallback()
983 checkRecordingConfig(callback.mConfigs.get(0)); in testAudioRecordInfoCallback()