OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mupdateengine
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/os/
UpdateEngine.java
81
private IUpdateEngine
mUpdateEngine
;
85
mUpdateEngine
= IUpdateEngine.Stub.asInterface(
122
return
mUpdateEngine
.bind(updateEngineCallback);
136
mUpdateEngine
.applyPayload(url, offset, size, headerKeyValuePairs);
145
mUpdateEngine
.cancel();
154
mUpdateEngine
.suspend();
163
mUpdateEngine
.resume();
172
mUpdateEngine
.resetStatus();
Completed in 138 milliseconds