OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:updateOperation
(Results
1 - 4
of
4
) sorted by null
/developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java
133
Intent
updateOperation
= new Intent(this, UpdateQuestionService.class);
135
updateOperation
.setAction("question_" + questionIndex + "_answer_" + i);
136
updateOperation
.setData(dataItem.getUri());
137
updateOperation
.putExtra(UpdateQuestionService.EXTRA_QUESTION_INDEX,
139
updateOperation
.putExtra(UpdateQuestionService.EXTRA_QUESTION_CORRECT, correct);
140
PendingIntent updateIntent = PendingIntent.getService(this, 0,
updateOperation
,
/developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java
133
Intent
updateOperation
= new Intent(this, UpdateQuestionService.class);
135
updateOperation
.setAction("question_" + questionIndex + "_answer_" + i);
136
updateOperation
.setData(dataItem.getUri());
137
updateOperation
.putExtra(UpdateQuestionService.EXTRA_QUESTION_INDEX,
139
updateOperation
.putExtra(UpdateQuestionService.EXTRA_QUESTION_CORRECT, correct);
140
PendingIntent updateIntent = PendingIntent.getService(this, 0,
updateOperation
,
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
QuizListenerService.java
133
Intent
updateOperation
= new Intent(this, UpdateQuestionService.class);
135
updateOperation
.setAction("question_" + questionIndex + "_answer_" + i);
136
updateOperation
.setData(dataItem.getUri());
137
updateOperation
.putExtra(UpdateQuestionService.EXTRA_QUESTION_INDEX,
139
updateOperation
.putExtra(UpdateQuestionService.EXTRA_QUESTION_CORRECT, correct);
140
PendingIntent updateIntent = PendingIntent.getService(this, 0,
updateOperation
,
/system/security/keystore/
keystore_client_impl.cpp
181
result =
updateOperation
(handle, empty_params, input_data, &num_input_bytes_consumed,
184
ALOGE("
UpdateOperation
failed: %d", result);
293
int32_t KeystoreClientImpl::
updateOperation
(keymaster_operation_handle_t handle,
Completed in 506 milliseconds