Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsRepositoryTest.java66 assertThat(mAudioStreamsRepository.getCachedMetadata(mMetadata.getBroadcastId())) in cacheAndGetMetadata_sameId()
75 assertThat(mAudioStreamsRepository.getCachedMetadata(1)).isNull(); in cacheAndGetMetadata_differentId()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DSourceAddedState.java52 mAudioStreamsRepository.getCachedMetadata(preference.getAudioStreamBroadcastId()); in performAction()
DAudioStreamsRepository.java83 BluetoothLeBroadcastMetadata getCachedMetadata(int broadcastId) { in getCachedMetadata() method in AudioStreamsRepository