OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onObbResult
(Results
1 - 5
of
5
) 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/core/java/android/os/storage/
IObbActionListener.java
76
this.
onObbResult
(filename, nonce, status);
106
public void
onObbResult
(String filename, int nonce, int status)
135
public void
onObbResult
(String filename, int nonce, int status) throws RemoteException;
StorageManager.java
215
public void
onObbResult
(String filename, int nonce, int status) {
[
all
...]
/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/
MountService.java
[
all
...]
Completed in 305 milliseconds