Home
last modified time | relevance | path

Searched refs:mConfigId (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/opengl/src/android/opengl/cts/
DEglConfigGLSurfaceView.java41 private final int mConfigId; field in EglConfigGLSurfaceView
48 mConfigId = configId; in EglConfigGLSurfaceView()
61 EGL10.EGL_CONFIG_ID, mConfigId, in chooseConfig()
/cts/tests/tests/car/src/android/car/cts/
DCarAudioManagerTest.java124 private int mConfigId = -1; field in CarAudioManagerTest
1962 mConfigId = Integer.parseInt(matchZone.group(3)); in readFirstZoneAndVolumeGroup()
1963 readFirstVolumeGroupAndVolumeGroupCount(mZoneId, mConfigId); in readFirstZoneAndVolumeGroup()
1983 mConfigId = Integer.parseInt(matchZone.group(3)); in assumePrimaryZone()
1984 readFirstVolumeGroupAndVolumeGroupCount(mZoneId, mConfigId); in assumePrimaryZone()
2010 mConfigId = zoneProto.getCurrentZoneConfigId(); in readFirstVolumeGroupAndVolumeGroupCountFromProto()
2013 if (zoneConfigProtoList.get(configIndex).getId() != mConfigId) { in readFirstVolumeGroupAndVolumeGroupCountFromProto()
2043 private final int mConfigId; field in CarAudioManagerTest.TestZoneConfigIdInfo
2048 mConfigId = configId; in TestZoneConfigIdInfo()
2064 return mZoneId == that.mZoneId && mConfigId == that.mConfigId in equals()