Home
last modified time | relevance | path

Searched refs:selections (Results 1 – 13 of 13) 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.java201 int statusCode, @NonNull List<ContentSelection> selections); in onContentSelectionsAvailable() argument
232 int statusCode, List<ContentSelection> selections) { in onContentSelectionsAvailable() argument
236 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.java156 return (statusCode, selections) -> { in wrapSelectionsCallback()
158 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.java2250 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) {
2251 super.onPickOptionResult(finished, selections, result);
2252 if (selections.length != 1) {
2260 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/opt/gamesdk/third_party/protobuf-3.0.0/
Dtests.sh141 sudo debconf-set-selections
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/jenkins/docker/
DDockerfile19 …o "oracle-java7-installer shared/accepted-oracle-license-v1-1 select true" | debconf-set-selections
/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.proto2475 // this number of network choices when exp1 and exp2 make different network selections.