Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityManagerUtilsTest.java68 checkShouldSamplePackage_fixedAndroidId(0.1f); in shouldSamplePackage_sampleSome_fixedAndroidId()
69 checkShouldSamplePackage_fixedAndroidId(0.5f); in shouldSamplePackage_sampleSome_fixedAndroidId()
70 checkShouldSamplePackage_fixedAndroidId(0.9f); in shouldSamplePackage_sampleSome_fixedAndroidId()
87 private void checkShouldSamplePackage_fixedAndroidId(float sampleRate) { in checkShouldSamplePackage_fixedAndroidId() method in ActivityManagerUtilsTest