Searched defs:getMs (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageHelperTests.java38 private IMountService getMs() { method in class:PackageHelperTests
50 IMountService ms = getMs();
H A DPackageManagerTests.java1158 IMountService getMs() { method in class:PackageManagerTests
1171 String actual = getMs().getVolumeState(mPath);
1200 int ret = getMs().mountVolume(path);
1239 getMs().unmountVolume(path, true, false);
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java53 IMountService ms = getMs();
66 IMountService ms = getMs();
83 IMountService ms = getMs();
92 IMountService ms = getMs();
101 IMountService ms = getMs();
109 IMountService ms = getMs();
117 IMountService ms = getMs();
125 IMountService ms = getMs();
129 private IMountService getMs() { method in class:AsecTests
141 String state = getMs()
[all...]

Completed in 272 milliseconds