Searched refs:mountObb (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerIntegrationTest.java74 mountObb(filePath);
90 mountObb(filePath1);
95 mountObb(filePath2);
100 mountObb(filePath3);
126 mountObb(filePath, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.MOUNTED);
139 mountObb(filePath, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.ERROR_COULD_NOT_MOUNT);
153 mountObb(filePath3, OBB_FILE_3_PASSWORD, OnObbStateChangeListener.MOUNTED);
158 mountObb(filePath1, OBB_FILE_1_PASSWORD, OnObbStateChangeListener.MOUNTED);
224 mountObb(filePath, OBB_FILE_2_UNSIGNED, OnObbStateChangeListener.ERROR_INTERNAL);
234 mountObb(filePat
[all...]
H A DStorageManagerBaseTest.java102 mOfficialObbFilePath = mountObb(mObbFilePath);
304 protected String mountObb(String obbFilePath, String key, int expectedState) { method in class:StorageManagerBaseTest
314 protected String mountObb(String obbFilePath) { method in class:StorageManagerBaseTest
358 boolean success = mSm.mountObb(obbFilePath, key, obbListener);
390 assertTrue("mountObb call failed", mSm.mountObb(obbFilePath, key, obbListener));
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java128 private void mountObb(StorageManager sm, final int resource, final File file, method in class:MountServiceTests
133 assertTrue("mountObb call on " + file.getPath() + " should succeed",
134 sm.mountObb(file.getPath(), null, observer));
154 assertTrue("mountObb call on " + file.getPath() + " should succeed", sm.mountObb(file
204 mountObb(sm, R.raw.test1, outFile, OnObbStateChangeListener.MOUNTED);
206 mountObb(sm, R.raw.test1, outFile, OnObbStateChangeListener.ERROR_ALREADY_MOUNTED);
223 mountObb(sm, R.raw.test1_nosig, outFile, OnObbStateChangeListener.ERROR_INTERNAL);
238 mountObb(sm, R.raw.test1_wrongpackage, outFile,
H A DMockStorageManager.java217 public void mountObb(String rawPath, String canonicalPath, String key, IObbActionListener token, method in class:MockStorageManager
/frameworks/base/native/android/
H A Dstorage_manager.cpp128 void mountObb(const char* rawPath, const char* key, AStorageManager_obbCallbackFunc func, function in struct:AStorageManager
133 ALOGE("mountObb failed to resolve path %s: %s", rawPath, strerror(errno));
141 mMountService->mountObb(rawPath16, canonicalPath16, key16, mObbActionListener, cb->nonce);
188 mgr->mountObb(filename, key, cb, data);
/frameworks/base/libs/storage/include/storage/
H A DIMountService.h65 virtual void mountObb(const String16& rawPath, const String16& canonicalPath,
/frameworks/base/core/java/android/os/storage/
H A DIStorageManager.aidl150 void mountObb(in String rawPath, in String canonicalPath, in String key,
H A DStorageManager.java562 public boolean mountObb(String rawPath, String key, OnObbStateChangeListener listener) { method in class:StorageManager
569 mStorageManager.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce);
/frameworks/base/libs/storage/
H A DIMountService.cpp445 void mountObb(const String16& rawPath, const String16& canonicalPath, const String16& key, function in class:android::BpMountService
456 ALOGD("mountObb could not contact remote\n");
461 ALOGD("mountObb caught exception %d\n", err);
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java2546 public void mountObb( method in class:StorageManagerService
3409 // Rethrow the error so mountObb can get it

Completed in 7733 milliseconds