OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:updateoperation
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
UserPresetsManager.java
104
static class
UpdateOperation
{
111
UpdateOperation
op = new
UpdateOperation
();
144
UpdateOperation
op = (
UpdateOperation
) msg.obj;
/developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/quiz/
QuizListenerService.java
136
Intent
updateOperation
= new Intent(this, UpdateQuestionService.class);
138
updateOperation
.setAction("question_" + questionIndex + "_answer_" + i);
139
updateOperation
.setData(dataItem.getUri());
140
updateOperation
.putExtra(UpdateQuestionService.EXTRA_QUESTION_INDEX,
142
updateOperation
.putExtra(UpdateQuestionService.EXTRA_QUESTION_CORRECT, correct);
143
PendingIntent updateIntent = PendingIntent.getService(this, 0,
updateOperation
,
/development/samples/wearable/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java
136
Intent
updateOperation
= new Intent(this, UpdateQuestionService.class);
138
updateOperation
.setAction("question_" + questionIndex + "_answer_" + i);
139
updateOperation
.setData(dataItem.getUri());
140
updateOperation
.putExtra(UpdateQuestionService.EXTRA_QUESTION_INDEX,
142
updateOperation
.putExtra(UpdateQuestionService.EXTRA_QUESTION_CORRECT, correct);
143
PendingIntent updateIntent = PendingIntent.getService(this, 0,
updateOperation
,
/system/keymaster/
google_keymaster_test.cpp
425
device.
UpdateOperation
(update_request, &update_response);
476
device.
UpdateOperation
(update_request, &update_response);
508
device.
UpdateOperation
(update_request, &update_response);
540
device.
UpdateOperation
(update_request, &update_response);
652
device.
UpdateOperation
(update_request, &update_response);
688
device.
UpdateOperation
(update_request, &update_response);
724
device.
UpdateOperation
(update_request, &update_response);
760
device.
UpdateOperation
(update_request, &update_response);
[
all
...]
google_keymaster.cpp
211
void GoogleKeymaster::
UpdateOperation
(const UpdateOperationRequest& request,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar
/system/keymaster/include/keymaster/
google_keymaster.h
76
void
UpdateOperation
(const UpdateOperationRequest& request, UpdateOperationResponse* response);
Completed in 517 milliseconds