Home
last modified time | relevance | path

Searched refs:Option (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DTestInteractionActivity.java144 VoiceInteractor.PickOptionRequest.Option[] options = in onClick()
145 new VoiceInteractor.PickOptionRequest.Option[5]; in onClick()
146 options[0] = new VoiceInteractor.PickOptionRequest.Option("One"); in onClick()
147 options[1] = new VoiceInteractor.PickOptionRequest.Option("Two"); in onClick()
148 options[2] = new VoiceInteractor.PickOptionRequest.Option("Three"); in onClick()
149 options[3] = new VoiceInteractor.PickOptionRequest.Option("Four"); in onClick()
150 options[4] = new VoiceInteractor.PickOptionRequest.Option("Five"); in onClick()
234 public TestPickOption(Option[] options) { in TestPickOption()
242 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) { in onPickOptionResult()
DMainInteractionSession.java72 VoiceInteractor.PickOptionRequest.Option[] mPendingOptions;
271 VoiceInteractor.PickOptionRequest.Option[] picked in onClick()
272 = new VoiceInteractor.PickOptionRequest.Option[numReturn]; in onClick()
/frameworks/base/core/java/android/app/
DVoiceInteractor.java104 (PickOptionRequest.Option[]) args.arg2, (Bundle) args.arg3);
167 boolean finished, PickOptionRequest.Option[] options, Bundle result) {
391 final Option[] mOptions;
399 public static final class Option implements Parcelable { class in VoiceInteractor.PickOptionRequest
412 public Option(CharSequence label) { in Option() method in VoiceInteractor.PickOptionRequest.Option
426 public Option(CharSequence label, int index) { in Option() method in VoiceInteractor.PickOptionRequest.Option
437 public Option addSynonym(CharSequence synonym) { in addSynonym()
483 Option(Parcel in) { in Option() method in VoiceInteractor.PickOptionRequest.Option
503 public static final Parcelable.Creator<Option> CREATOR
504 = new Parcelable.Creator<Option>() {
[all …]
DVoiceInteractor.aidl19 parcelable VoiceInteractor.PickOptionRequest.Option;
/frameworks/compile/mclinker/tools/mcld/
DAndroid.mk80 $(intermediates)/Options.inc: $(LOCAL_PATH)/Options.td $(LLVM_ROOT_PATH)/include/llvm/Option/OptPar…
111 $(intermediates)/Options.inc: $(LOCAL_PATH)/Options.td $(LLVM_ROOT_PATH)/include/llvm/Option/OptPar…
DMain.cpp64 enum Option { enum in __anon976c69700111::Driver
132 llvm::opt::Option::KIND ## Class, PARAM, FLAGS, kOpt_ ## GROUP, \
/frameworks/base/core/java/com/android/internal/app/
DIVoiceInteractorCallback.aidl31 in VoiceInteractor.PickOptionRequest.Option[] selections, in Bundle result); in deliverPickOptionResult()
DIVoiceInteractor.aidl33 in VoiceInteractor.PickOptionRequest.Option[] options, in Bundle extras); in startPickOption()
DResolverActivity.java23 import android.app.VoiceInteractor.PickOptionRequest.Option;
346 final Option[] options = new Option[mAdapter.getCount()]; in sendVoiceChoicesIfNeeded()
356 Option optionForChooserTarget(TargetInfo target, int index) { in optionForChooserTarget()
357 return new Option(target.getDisplayLabel(), index); in optionForChooserTarget()
1724 public PickTargetOptionRequest(@Nullable Prompt prompt, Option[] options, in PickTargetOptionRequest()
1740 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) { in onPickOptionResult()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java148 VoiceInteractor.PickOptionRequest.Option[] options, Bundle extras) {
471 final VoiceInteractor.PickOptionRequest.Option[] mOptions;
475 VoiceInteractor.PickOptionRequest.Option[] options, Bundle extras) { in PickOptionRequest()
504 public VoiceInteractor.PickOptionRequest.Option[] getOptions() { in getOptions()
509 VoiceInteractor.PickOptionRequest.Option[] selections, Bundle result) { in sendPickOptionResult()
530 VoiceInteractor.PickOptionRequest.Option[] selections, Bundle result) { in sendIntermediatePickOptionResult()
542 VoiceInteractor.PickOptionRequest.Option[] selections, Bundle result) { in sendPickOptionResult()
553 VoiceInteractor.PickOptionRequest.Option op = mOptions[i]; in dump()
/frameworks/compile/slang/
Drs_cc_options.cpp61 PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, llvm::opt::Option::KIND##Class, \
136 if (A->getOption().getKind() == llvm::opt::Option::InputClass) in ParseArguments()
DAndroid.mk181 …Options.inc: $(LOCAL_PATH)/RSCCOptions.td $(LLVM_ROOT_PATH)/include/llvm/Option/OptParser.td $(LLV…
DRSCCOptions.td24 include "llvm/Option/OptParser.td"
/frameworks/base/docs/html/training/id-auth/
Didentify.jd53 <p>Option (a) is problematic. First, asking the user to type something before
57 <p>Option (b) is less onerous for the user, but it's
64 <p>Option (c) is the preferred technique. Account Manager allows you to get
/frameworks/base/docs/html/tools/help/
Detc1tool.jd16 <th>Option</th>
Ddmtracedump.jd24 <th>Option</th>
Dmksdcard.jd21 <th>Option</th>
Dlogcat.jd40 <th>Option</th>
Dandroid.jd55 <th width="20%">Option</th>
191 <th width="20%">Option</th>
Djobb.jd43 <th>Option</th>
Dsystrace.jd137 <th>Option</th>
262 <th>Option</th>
Dlint.jd50 <th>Option</th>
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc184 "Option `%0' is not implemented yet!",
185 "Option `%0' is not implemented yet!")
/frameworks/base/docs/html-intl/intl/zh-cn/design/style/
Dwriting.jd305 <li><strong>省略号。</strong> 省略号 (…)(MacOS 中的 Option-; 和 HTML 中的 &amp;hellip;)用于表示:
/frameworks/base/docs/html/tools/help/uiautomator/
Dindex.jd43 <th>Option</th>

12