/frameworks/base/core/java/android/app/contentsuggestions/ |
D | ClassificationsRequest.java | 43 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()
|
D | ContentSuggestionsManager.java | 212 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()
|
D | ISelectionsCallback.aidl | 24 void onContentSelectionsAvailable(int statusCode, in List<ContentSelection> selections); in onContentSelectionsAvailable() argument
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | StartVoiceInteractionActivity.java | 189 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()
|
D | TestInteractionActivity.java | 242 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/ |
D | ContentSuggestionsService.java | 165 return (statusCode, selections) -> { in wrapSelectionsCallback() 167 callback.onContentSelectionsAvailable(statusCode, selections); in wrapSelectionsCallback()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IVoiceInteractorCallback.aidl | 31 in VoiceInteractor.PickOptionRequest.Option[] selections, in Bundle result); in deliverPickOptionResult() argument
|
D | ResolverActivity.java | 2299 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/ |
D | VoiceInteractionSession.java | 586 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/ |
D | VoiceInteractor.java | 573 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) { in onPickOptionResult() argument
|
/frameworks/base/proto/src/ |
D | wifi.proto | 2585 // this number of network choices when exp1 and exp2 make different network selections.
|