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

  /frameworks/base/core/java/android/os/storage/
IObbActionListener.aidl 36 void onObbResult(in String filename, int nonce, int status) = 0;
StorageManager.java 369 public void onObbResult(String filename, int nonce, int status) {
    [all...]
  /frameworks/base/libs/storage/
IObbActionListener.cpp 33 virtual void onObbResult(const String16& /* filename */, const int32_t /* nonce */,
50 onObbResult(filename, nonce, state);
  /frameworks/base/libs/storage/include/storage/
IObbActionListener.h 32 virtual void onObbResult(const String16& filename, const int32_t nonce, const int32_t state) = 0;
  /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...]

Completed in 814 milliseconds