Searched refs:getMediaProviderProcess (Results 1 – 2 of 2) sorted by relevance
425 String mediaProviderProcess = getMediaProviderProcess(String.valueOf(currentUserId)); in testCrashingMediaProviderDoesNotAffectVolumeMounts()437 assertNotNull(getMediaProviderProcess(String.valueOf(currentUserId))); in testCrashingMediaProviderDoesNotAffectVolumeMounts()
205 protected String getMediaProviderProcess(String userId) throws Exception { in getMediaProviderProcess() method in BaseHostTestCase