OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onObbResult
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/libs/storage/
IObbActionListener.cpp
33
virtual void
onObbResult
(const String16& filename, const int32_t nonce, const int32_t state) { }
49
onObbResult
(filename, nonce, state);
/frameworks/base/include/storage/
IObbActionListener.h
32
virtual void
onObbResult
(const String16& filename, const int32_t nonce, const int32_t state) = 0;
/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
116
public void
onObbResult
(String filename, int nonce, int status) {
/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 151 milliseconds