Searched refs:mStoredGainIndexes (Results 1 – 2 of 2) sorted by relevance
721 private final SparseIntArray mStoredGainIndexes = new SparseIntArray(); field in CarAudioVolumeGroupTest.SettingsBuilder736 mStoredGainIndexes.put(userId, TEST_GAIN_INDEX); in setGainIndexForUser()742 for (int storeIndex = 0; storeIndex < mStoredGainIndexes.size(); storeIndex++) { in build()743 int gainUserId = mStoredGainIndexes.keyAt(storeIndex); in build()747 mStoredGainIndexes.get(gainUserId, DEFAULT_GAIN)); in build()
2252 private final SparseIntArray mStoredGainIndexes = new SparseIntArray(); field in CarVolumeGroupUnitTest.SettingsBuilder2267 mStoredGainIndexes.put(userId, TEST_GAIN_INDEX); in setGainIndexForUser()2283 for (int storeIndex = 0; storeIndex < mStoredGainIndexes.size(); storeIndex++) { in build()2284 int gainUserId = mStoredGainIndexes.keyAt(storeIndex); in build()2287 mGroupId)).thenReturn(mStoredGainIndexes.get(gainUserId, in build()