Searched refs:getCachedMetadata (Results 1 – 3 of 3) sorted by relevance
66 assertThat(mAudioStreamsRepository.getCachedMetadata(mMetadata.getBroadcastId())) in cacheAndGetMetadata_sameId()75 assertThat(mAudioStreamsRepository.getCachedMetadata(1)).isNull(); in cacheAndGetMetadata_differentId()
52 mAudioStreamsRepository.getCachedMetadata(preference.getAudioStreamBroadcastId()); in performAction()
83 BluetoothLeBroadcastMetadata getCachedMetadata(int broadcastId) { in getCachedMetadata() method in AudioStreamsRepository