Searched refs:mIndexMap (Results 1 – 1 of 1) sorted by relevance
1987 for (int i = 0; i < vss.mIndexMap.size(); i++) { in muteRingerModeStreams()1988 int device = vss.mIndexMap.keyAt(i); in muteRingerModeStreams()1989 int value = vss.mIndexMap.valueAt(i); in muteRingerModeStreams()3662 private final SparseIntArray mIndexMap = new SparseIntArray(8); field in AudioService.VolumeStreamState3716 mIndexMap.put(AudioSystem.DEVICE_OUT_DEFAULT, mIndexMax); in readSettings()3730 mIndexMap.put(AudioSystem.DEVICE_OUT_DEFAULT, index); in readSettings()3755 mIndexMap.put(device, getValidIndex(10 * index)); in readSettings()3786 for (int i = 0; i < mIndexMap.size(); i++) { in applyAllVolumes()3787 int device = mIndexMap.keyAt(i); in applyAllVolumes()3797 index = (mIndexMap.valueAt(i) + 5)/10; in applyAllVolumes()[all …]