Searched refs:isObbMounted (Results 1 – 12 of 12) sorted by relevance
159 assertTrue("Cannot open file when OBB is not mounted!", mSm.isObbMounted(obbPath)); in openFileOnMountedObb()247 success &= mSm.isObbMounted(obbListener.officialPath()); in doMountObb_noThrow()249 success &= !mSm.isObbMounted(obbListener.officialPath()); in doMountObb_noThrow()282 mSm.isObbMounted(obbListener.officialPath())); in doMountObb()285 mSm.isObbMounted(obbListener.officialPath())); in doMountObb()312 success &= !mSm.isObbMounted(obbFilePath); in unmountObb_noThrow()335 assertFalse("Obb should NOT be mounted, but SM reports it is!", mSm.isObbMounted( in unmountObb()450 assertTrue("OBB " + filePath + " is not currently mounted!", mSm.isObbMounted(filePath)); in doWaitForPath()
140 assertTrue("OBB should be mounted", sm.isObbMounted(file.getPath())); in mountObb()164 assertTrue("OBB should be mounted", sm.isObbMounted(file.getPath())); in waitForObbActionCompletion()194 assertFalse("OBB should not be mounted", sm.isObbMounted(file.getPath())); in unmountObb()231 sm.isObbMounted(outFile.getPath())); in testAttemptMountNonObb()247 sm.isObbMounted(outFile.getPath())); in testAttemptMountObbWrongPackage()
172 int isObbMounted(const char* filename) { in isObbMounted() function174 return mMountService->isObbMounted(filename16); in isObbMounted()219 return mgr->isObbMounted(filename) != 0; in AStorageManager_isObbMounted()
71 virtual bool isObbMounted(const String16& filename) = 0;
73 boolean isObbMounted(in String rawPath) = 23;
684 public boolean isObbMounted(String rawPath) { in isObbMounted() method in StorageManager688 return mStorageManager.isObbMounted(rawPath); in isObbMounted()
487 bool isObbMounted(const String16& filename) in isObbMounted() function in android::BpMountService
2381 public boolean isObbMounted(String rawPath) { in isObbMounted() method in StorageManagerService
22457 method public boolean isObbMounted(java.lang.String);
52568 Landroid/os/storage/IStorageManager$Stub$Proxy;->isObbMounted(Ljava/lang/String;)Z52685 Landroid/os/storage/IStorageManager;->isObbMounted(Ljava/lang/String;)Z
35878 method public boolean isObbMounted(String);
36022 method public boolean isObbMounted(String);