Home
last modified time | relevance | path

Searched refs:selections (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/app/contentsuggestions/
DClassificationsRequest.java43 private ClassificationsRequest(@NonNull List<ContentSelection> selections, in ClassificationsRequest() argument
45 mSelections = selections; in ClassificationsRequest()
99 public Builder(@NonNull List<ContentSelection> selections) { in Builder() argument
100 mSelections = selections; in Builder()
DContentSuggestionsManager.java212 int statusCode, @NonNull List<ContentSelection> selections); in onContentSelectionsAvailable() argument
243 int statusCode, List<ContentSelection> selections) { in onContentSelectionsAvailable() argument
247 mCallback.onContentSelectionsAvailable(statusCode, selections)); in onContentSelectionsAvailable()
DISelectionsCallback.aidl24 void onContentSelectionsAvailable(int statusCode, in List<ContentSelection> selections); in onContentSelectionsAvailable() argument
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DStartVoiceInteractionActivity.java189 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) { in onPickOptionResult() argument
190 Log.i(TAG, "Pick result: finished=" + finished + " selections=" + selections in onPickOptionResult()
198 for (int i=0; i<selections.length; i++) { in onPickOptionResult()
202 sb.append(selections[i].getLabel()); in onPickOptionResult()
DTestInteractionActivity.java242 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) { in onPickOptionResult() argument
243 Log.i(TAG, "Pick result: finished=" + finished + " selections=" + selections in onPickOptionResult()
251 for (int i=0; i<selections.length; i++) { in onPickOptionResult()
255 sb.append(selections[i].getLabel()); in onPickOptionResult()
/frameworks/base/core/java/android/service/contentsuggestions/
DContentSuggestionsService.java165 return (statusCode, selections) -> { in wrapSelectionsCallback()
167 callback.onContentSelectionsAvailable(statusCode, selections); in wrapSelectionsCallback()
/frameworks/base/core/java/com/android/internal/app/
DIVoiceInteractorCallback.aidl31 in VoiceInteractor.PickOptionRequest.Option[] selections, in Bundle result); in deliverPickOptionResult() argument
DResolverActivity.java2299 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) {
2300 super.onPickOptionResult(finished, selections, result);
2301 if (selections.length != 1) {
2309 final TargetInfo ti = ra.mAdapter.getItem(selections[0].getIndex());
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java586 VoiceInteractor.PickOptionRequest.Option[] selections, Bundle result) { in sendPickOptionResult() argument
589 + " finished=" + finished + " selections=" + selections in sendPickOptionResult()
594 mCallback.deliverPickOptionResult(mInterface, finished, selections, result); in sendPickOptionResult()
607 VoiceInteractor.PickOptionRequest.Option[] selections, Bundle result) { in sendIntermediatePickOptionResult() argument
608 sendPickOptionResult(false, selections, result); in sendIntermediatePickOptionResult()
619 VoiceInteractor.PickOptionRequest.Option[] selections, Bundle result) { in sendPickOptionResult() argument
620 sendPickOptionResult(true, selections, result); in sendPickOptionResult()
/frameworks/base/core/java/android/app/
DVoiceInteractor.java573 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) { in onPickOptionResult() argument
/frameworks/base/proto/src/
Dwifi.proto2585 // this number of network choices when exp1 and exp2 make different network selections.