/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/com/android/internal/app/ |
D | IVoiceInteractorCallback.aidl | 31 in VoiceInteractor.PickOptionRequest.Option[] selections, in Bundle result); in deliverPickOptionResult() argument
|
D | ResolverActivity.java | 1902 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) { in onPickOptionResult() argument 1903 super.onPickOptionResult(finished, selections, result); in onPickOptionResult() 1904 if (selections.length != 1) { in onPickOptionResult() 1912 final TargetInfo ti = ra.mAdapter.getItem(selections[0].getIndex()); in onPickOptionResult()
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 529 VoiceInteractor.PickOptionRequest.Option[] selections, Bundle result) { in sendPickOptionResult() argument 532 + " finished=" + finished + " selections=" + selections in sendPickOptionResult() 537 mCallback.deliverPickOptionResult(mInterface, finished, selections, result); in sendPickOptionResult() 550 VoiceInteractor.PickOptionRequest.Option[] selections, Bundle result) { in sendIntermediatePickOptionResult() argument 551 sendPickOptionResult(false, selections, result); in sendIntermediatePickOptionResult() 562 VoiceInteractor.PickOptionRequest.Option[] selections, Bundle result) { in sendPickOptionResult() argument 563 sendPickOptionResult(true, selections, result); in sendPickOptionResult()
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | configuration.jd | 86 configuration activity should provide binary choices and just a few selections to customize 109 <p>In your configuration activity, build a simple UI that provides selections for users to
|
/frameworks/base/docs/html/training/swipe/ |
D | respond-refresh-request.jd | 118 * Listen for option item selections so that we receive a notification
|
/frameworks/base/docs/html/training/printing/ |
D | custom-docs.jd | 86 a document for printing. These selections can influence the final output as the user chooses 88 As these selections are made, the print framework asks your adapter to lay out and generate a
|
/frameworks/base/docs/html/training/tv/playback/ |
D | guided-step.jd | 123 Actions aren't limited to single-line selections. Here are additional types of 245 Finally, respond to subaction selections by overriding
|
/frameworks/base/core/java/android/app/ |
D | VoiceInteractor.java | 554 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) { in onPickOptionResult() argument
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
D | device-art.jd | 440 * Generates the frame from the current selections (g_currentImage and g_currentDevice).
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | tv.jd | 32 control device to navigate and make selections rather than touching elements on screen. These
|
/frameworks/base/docs/html/training/testing/unit-testing/ |
D | instrumented-unit-tests.jd | 374 test your app against every combination of your selections when generating
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | device-art.jd | 530 * Generates the frame from the current selections (g_currentImage and g_currentDevice).
|
/frameworks/base/docs/html/guide/topics/text/ |
D | copy-paste.jd | 232 users to copy and paste multiple selections as a single clip. For example, if you have a list 1074 objects per clip is to support copying and pasting of multiple selections rather than
|
/frameworks/base/docs/html/design/wear/ |
D | watchfaces.jd | 415 <p>Settings on the watch should be limited to binary selections or scrollable lists. Settings
|
/frameworks/base/docs/html/guide/practices/ |
D | tablets-and-handsets.jd | 312 <p>For example, Activity A from above can handle item selections depending on whether it's using
|