Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java1623 @Nullable String focusKey, @Nullable String focusId, int hashValue) { in computeAudioKeyValue() argument
1625 if (focusId != null) values.remove(focusId); in computeAudioKeyValue()
1636 if (focusId != null) { in computeAudioKeyValue()
1641 values.put(focusId, id); in computeAudioKeyValue()