Home
last modified time | relevance | path

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

/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/
DAppCloningHostTest.java438 assertTrue(isUserVolumeMounted(String.valueOf(currentUserId))); in testCrashingMediaProviderDoesNotAffectVolumeMounts()
439 assertTrue(isUserVolumeMounted(sCloneUserId)); in testCrashingMediaProviderDoesNotAffectVolumeMounts()
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/
DBaseHostTestCase.java224 protected boolean isUserVolumeMounted(String userId) throws Exception { in isUserVolumeMounted() method in BaseHostTestCase