Home
last modified time | relevance | path

Searched refs:getValidIndex (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/
H A DS2Support.java59 long index = getValidIndex(cellId); in cellIdToString()
80 private static long getValidIndex(long cellId) { in getValidIndex() method in S2Support
156 getValidIndex(cellId); in validateCellId()
207 long cellIndex = getValidIndex(cellId); in offsetCellId()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6685 Log.v(TAG, "readSettings: found stored index " + getValidIndex(index) in readSettings()
6689 mIndexMap.put(device, getValidIndex(index)); in readSettings()
6694 private int getValidIndex(int index) { in getValidIndex() method in AudioService.VolumeGroupState
6918 mIndexMap.put(device, getValidIndex(10 * index, in readSettings()
7020 index = getValidIndex(index, hasModifyAudioSettings); in setIndex()
7242 private int getValidIndex(int index, boolean hasModifyAudioSettings) { in getValidIndex() method in AudioService.VolumeStreamState
/aosp12/frameworks/base/services/
H A Dart-profile11056 HSPLcom/android/server/audio/AudioService$VolumeGroupState;->getValidIndex(I)I
11085 HSPLcom/android/server/audio/AudioService$VolumeStreamState;->getValidIndex(IZ)I