Searched refs:unmountObb (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerIntegrationTest.java70 unmountObb(filePath, DONT_FORCE);
97 unmountObb(filePath1, DONT_FORCE);
98 unmountObb(filePath2, DONT_FORCE);
99 unmountObb(filePath3, DONT_FORCE);
122 unmountObb(filePath, DONT_FORCE);
133 unmountObb(filePath, DONT_FORCE);
154 unmountObb(filePath3, DONT_FORCE);
155 unmountObb(filePath1, DONT_FORCE);
192 unmountObb(obbFilePath, DONT_FORCE);
202 unmountObb(obbFilePat
[all...]
H A DStorageManagerBaseTest.java421 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener));
438 protected void unmountObb(String obbFilePath, boolean force) { method in class:StorageManagerBaseTest
443 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener));
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java194 private void unmountObb(final StorageManager sm, final File file, int expectedState) { method in class:MountServiceTests
197 assertTrue("unmountObb call on test1.obb should succeed",
198 sm.unmountObb(file.getPath(),
227 unmountObb(sm, outFile, OnObbStateChangeListener.UNMOUNTED);
284 unmountObb(sm, file1, OnObbStateChangeListener.UNMOUNTED);
285 unmountObb(sm, file2, OnObbStateChangeListener.UNMOUNTED);
/frameworks/base/native/android/
H A Dstorage_manager.cpp144 void unmountObb(const char* filename, const bool force, AStorageManager_obbCallbackFunc func, void* data) { function in struct:AStorageManager
147 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce);
193 mgr->unmountObb(filename, force != 0, cb, data);
/frameworks/base/include/storage/
H A DIMountService.h68 virtual void unmountObb(const String16& filename, const bool force,
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java494 public boolean unmountObb(String rawPath, boolean force, OnObbStateChangeListener listener) { method in class:StorageManager
500 mMountService.unmountObb(rawPath, force, mObbActionListener, nonce);
H A DIMountService.java518 public void unmountObb( method in class:IMountService.Stub.Proxy
1068 unmountObb(filename, force, observer, nonce);
1291 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) method in interface:IMountService
/frameworks/base/libs/storage/
H A DIMountService.cpp457 void unmountObb(const String16& filename, const bool force, function in class:android::BpMountService
467 ALOGD("unmountObb could not contact remote\n");
472 ALOGD("unmountObb caught exception %d\n", err);
/frameworks/base/services/java/com/android/server/
H A DMountService.java1925 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { method in class:MountService

Completed in 278 milliseconds