HomeSort by relevance Sort by last modified time
    Searched defs:onObbResult (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/storage/
IObbActionListener.cpp 33 virtual void onObbResult(const String16& /* filename */, const int32_t /* nonce */,
50 onObbResult(filename, nonce, state);
  /frameworks/base/native/android/
storage_manager.cpp 44 virtual void onObbResult(const android::String16& filename, const int32_t nonce,
166 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const int32_t state) {
  /frameworks/base/services/core/java/com/android/server/
StorageManagerService.java     [all...]
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 377 public void onObbResult(String filename, int nonce, int status) {
    [all...]

Completed in 82 milliseconds