Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DMediaGrantsTest.java555 long gen1 = getGenerationForMediaGrant(fileId1, in test_generationGrantedExistsAndIsIncreasing_success()
558 long gen2 = getGenerationForMediaGrant(fileId2, in test_generationGrantedExistsAndIsIncreasing_success()
561 long gen3 = getGenerationForMediaGrant(fileId3, in test_generationGrantedExistsAndIsIncreasing_success()
595 private long getGenerationForMediaGrant(Long fileId, String packageName, in getGenerationForMediaGrant() method