Searched refs:isObbMounted (Results 1 – 11 of 11) 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()
152 assertTrue("OBB should be mounted", sm.isObbMounted(file.getPath())); in mountObb()176 assertTrue("OBB should be mounted", sm.isObbMounted(file.getPath())); in waitForObbActionCompletion()207 assertFalse("OBB should not be mounted", sm.isObbMounted(file.getPath())); in unmountObb()239 sm.isObbMounted(outFile.getPath())); in testAttemptMountNonObb()255 sm.isObbMounted(outFile.getPath())); in testAttemptMountObbWrongPackage()
150 int isObbMounted(const char* filename) { in isObbMounted() function152 return mMountService->isObbMounted(filename16); in isObbMounted()197 return mgr->isObbMounted(filename) != 0; in AStorageManager_isObbMounted()
70 virtual bool isObbMounted(const String16& filename) = 0;
472 public boolean isObbMounted(String rawPath) { in isObbMounted() method in StorageManager476 return mMountService.isObbMounted(rawPath); in isObbMounted()
541 public boolean isObbMounted(String rawPath) throws RemoteException { in isObbMounted() method in IMountService.Stub.Proxy1562 boolean status = isObbMounted(filename); in onTransact()1920 public boolean isObbMounted(String rawPath) throws RemoteException; in isObbMounted() method
486 bool isObbMounted(const String16& filename) in isObbMounted() function in android::BpMountService
2287 public boolean isObbMounted(String rawPath) { in isObbMounted() method in MountService
23730 method public boolean isObbMounted(java.lang.String);
25686 method public boolean isObbMounted(java.lang.String);