Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java999 public static String mountModeToString(int mountMode) { in mountModeToString() argument
1000 switch (mountMode) { in mountModeToString()
1012 return "INVALID(" + mountMode + ")"; in mountModeToString()