Searched refs:isObbMounted (Results 1 – 13 of 13) sorted by relevance
276 assertTrue("Cannot open file when OBB is not mounted!", mSm.isObbMounted(obbPath)); in openFileOnMountedObb()364 success &= mSm.isObbMounted(obbListener.officialPath()); in doMountObb_noThrow()366 success &= !mSm.isObbMounted(obbListener.officialPath()); in doMountObb_noThrow()398 mSm.isObbMounted(obbListener.officialPath())); in doMountObb()401 mSm.isObbMounted(obbListener.officialPath())); in doMountObb()427 success &= !mSm.isObbMounted(obbFilePath); in unmountObb_noThrow()450 assertFalse("Obb should NOT be mounted, but SM reports it is!", mSm.isObbMounted( in unmountObb()565 assertTrue("OBB " + filePath + " is not currently mounted!", mSm.isObbMounted(filePath)); in doWaitForPath()
196 assertTrue("mounted path should still be mounted!", mSm.isObbMounted(obbFilePath)); in testUnmount_DontForce()204 mSm.isObbMounted(obbFilePath)); in testUnmount_DontForce()
150 assertTrue("OBB should be mounted", sm.isObbMounted(file.getPath())); in mountObb()174 assertTrue("OBB should be mounted", sm.isObbMounted(file.getPath())); in waitForObbActionCompletion()205 assertFalse("OBB should not be mounted", sm.isObbMounted(file.getPath())); in unmountObb()237 sm.isObbMounted(outFile.getPath())); in testAttemptMountNonObb()253 sm.isObbMounted(outFile.getPath())); in testAttemptMountObbWrongPackage()
141 int isObbMounted(const char* filename) { in isObbMounted() function143 return mMountService->isObbMounted(filename16); in isObbMounted()188 return mgr->isObbMounted(filename) != 0; in AStorageManager_isObbMounted()
67 virtual bool isObbMounted(const String16& filename) = 0;
496 public boolean isObbMounted(String filename) { in isObbMounted() method in StorageManager502 return mMountService.isObbMounted(filename); in isObbMounted()
539 public boolean isObbMounted(String filename) throws RemoteException { in isObbMounted() method in IMountService.Stub.Proxy1075 boolean status = isObbMounted(filename); in onTransact()1223 public boolean isObbMounted(String filename) throws RemoteException; in isObbMounted() method
476 bool isObbMounted(const String16& filename) in isObbMounted() function in android::BpMountService
1748 public boolean isObbMounted(String filename) { in isObbMounted() method in MountService
15246 method public boolean isObbMounted(java.lang.String);
15296 method public boolean isObbMounted(java.lang.String);
16219 method public boolean isObbMounted(java.lang.String);