Searched refs:albumIdFour (Results 1 – 1 of 1) sorted by relevance
1392 final long albumIdFour = valuesFour.getAsLong(AudioColumns.ALBUM_ID); in testComputeAudioKeyValues_167339595_differentAlbumIds() local1394 assertNotEquals(albumIdThree, albumIdFour); in testComputeAudioKeyValues_167339595_differentAlbumIds()1451 final long albumIdFour = valuesFour.getAsLong(AudioColumns.ALBUM_ID); in testComputeAudioKeyValues_167339595_sameAlbumId() local1453 assertEquals(albumIdThree, albumIdFour); in testComputeAudioKeyValues_167339595_sameAlbumId()