HomeSort by relevance Sort by last modified time
    Searched defs:updateOperation (Results 1 - 8 of 8) 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 166 result = updateOperation(handle, empty_params, input_data, &num_input_bytes_consumed,
169 ALOGE("UpdateOperation failed: %d", int32_t(result));
278 KeyStoreNativeReturnCode KeystoreClientImpl::updateOperation(uint64_t handle,
  /tools/external/gradle/
gradle-api-3.2.jar 
gradle-api-3.3.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 212 milliseconds