Searched defs:arguments (Results 26 - 50 of 58) sorted by relevance

123

/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java740 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
741 if (super.performAccessibilityAction(action, arguments)) {
H A DGallery.java1398 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
1399 if (super.performAccessibilityAction(action, arguments)) {
H A DHorizontalScrollView.java766 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
767 if (super.performAccessibilityAction(action, arguments)) {
H A DSimpleMonthView.java639 Bundle arguments) {
638 onPerformActionForVirtualView(int virtualViewId, int action, Bundle arguments) argument
H A DRadialTimePickerView.java1331 public boolean performAccessibilityAction(View host, int action, Bundle arguments) { argument
1332 if (super.performAccessibilityAction(host, action, arguments)) {
1497 Bundle arguments) {
1496 onPerformActionForVirtualView(int virtualViewId, int action, Bundle arguments) argument
H A DScrollView.java813 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
814 if (super.performAccessibilityAction(action, arguments)) {
H A DStackView.java1251 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
1252 if (super.performAccessibilityAction(action, arguments)) {
H A DNumberPicker.java2312 public boolean performAction(int virtualViewId, int action, Bundle arguments) { argument
2394 return mInputText.performAccessibilityAction(action, arguments);
2460 return super.performAction(virtualViewId, action, arguments);
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java81 * with no optional arguments, to run all tests (except performance tests).
157 * in addition to the other arguments.
303 public void onCreate(Bundle arguments) { argument
304 super.onCreate(arguments);
305 mArguments = arguments;
318 if (arguments != null) {
320 testClassesArg = arguments.getString(ARGUMENT_TEST_CLASS);
321 mDebug = getBooleanArgument(arguments, "debug");
322 mJustCount = getBooleanArgument(arguments, "count");
323 mSuiteAssignmentMode = getBooleanArgument(arguments, "suiteAssignmen
451 getBooleanArgument(Bundle arguments, String tag) argument
[all...]
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java778 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
779 if (super.performAccessibilityAction(action, arguments)) {
/frameworks/base/core/java/android/content/
H A DContextWrapper.java556 String profileFile, Bundle arguments) {
557 return mBase.startInstrumentation(className, profileFile, arguments);
555 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
H A DContext.java382 * default string table, substituting the format arguments as defined in
386 * @param formatArgs The format arguments that will be used for substitution.
1933 * may be included in the Intent extras to supply arguments along with
2001 * {@link #startService} with the arguments containing the command to be
2075 * @param arguments Additional optional arguments to pass to the
2082 @Nullable String profileFile, @Nullable Bundle arguments);
2081 startInstrumentation(@onNull ComponentName className, @Nullable String profileFile, @Nullable Bundle arguments) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java614 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
615 if (super.performAccessibilityAction(action, arguments)) {
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java473 String profileFile, Bundle arguments) {
472 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
/frameworks/base/tools/aidl/
H A DAST.cpp37 WriteArgumentList(FILE* to, const vector<Expression*>& arguments) argument
39 size_t N = arguments.size();
41 arguments[i]->Write(to);
351 this->arguments.push_back(expression);
366 WriteArgumentList(to, this->arguments);
414 this->arguments.push_back(expression);
422 WriteArgumentList(to, this->arguments);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthView.java758 Bundle arguments) {
757 onPerformActionForVirtualView(int virtualViewId, int action, Bundle arguments) argument
/frameworks/base/core/java/android/app/
H A DInstrumentation.java112 * @param arguments Any additional arguments that were supplied when the
115 public void onCreate(Bundle arguments) { argument
H A DContextImpl.java1821 String profileFile, Bundle arguments) {
1823 if (arguments != null) {
1824 arguments.setAllowFds(false);
1827 className, profileFile, 0, arguments, null, null, getUserId(),
1820 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
H A DActivityManagerNative.java1009 Bundle arguments = data.readBundle();
1016 boolean res = startInstrumentation(className, profileFile, fl, arguments, w, c, userId,
3641 int flags, Bundle arguments, IInstrumentationWatcher watcher,
3650 data.writeBundle(arguments);
3640 startInstrumentation(ComponentName className, String profileFile, int flags, Bundle arguments, IInstrumentationWatcher watcher, IUiAutomationConnection connection, int userId, String instructionSet) argument
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java299 public boolean performAccessibilityAction(int action, Bundle arguments); argument
H A DWebView.java2045 public boolean super_performAccessibilityAction(int action, Bundle arguments) { argument
2046 return WebView.super.performAccessibilityAction(action, arguments);
2369 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
2370 return mProvider.getViewDelegate().performAccessibilityAction(action, arguments);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java276 public boolean performAccessibilityAction(View view, int action, Bundle arguments); argument
410 public boolean performAccessibilityAction(View view, int action, Bundle arguments) { argument
1044 public boolean performAccessibilityAction(View view, int action, Bundle arguments) { argument
1045 return ViewCompatJB.performAccessibilityAction(view, action, arguments);
1539 * @param arguments Optional action arguments.
1542 public static boolean performAccessibilityAction(View view, int action, Bundle arguments) { argument
1543 return IMPL.performAccessibilityAction(view, action, arguments);
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java209 public boolean performAction(Object info, int action, Bundle arguments); argument
466 public boolean performAction(Object info, int action, Bundle arguments) { argument
1021 public boolean performAction(Object info, int action, Bundle arguments) { argument
1022 return AccessibilityNodeInfoCompatJellyBean.performAction(info, action, arguments);
1308 * Bundle arguments = new Bundle();
1309 * arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT,
1311 * arguments.putBoolean(AccessibilityNodeInfo.ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN,
1313 * info.performAction(AccessibilityNodeInfo.ACTION_NEXT_AT_MOVEMENT_GRANULARITY, arguments);
1340 * Bundle arguments = new Bundle();
1341 * arguments
1852 performAction(int action, Bundle arguments) argument
[all...]
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1605 public boolean performAccessibilityAction(final int action, final Bundle arguments) { argument
1611 return performAccessibilityAction(action, arguments);
1617 return mAwContents.performAccessibilityAction(action, arguments);
1619 return mWebViewPrivate.super_performAccessibilityAction(action, arguments);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java152 * Bundle arguments = new Bundle();
153 * arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT,
155 * arguments.putBoolean(AccessibilityNodeInfo.ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN,
157 * info.performAction(AccessibilityNodeInfo.ACTION_NEXT_AT_MOVEMENT_GRANULARITY, arguments);
184 * Bundle arguments = new Bundle();
185 * arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT,
187 * arguments.putBoolean(AccessibilityNodeInfo.ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN,
190 * arguments);
215 * Bundle arguments = new Bundle();
216 * arguments
1261 performAction(int action, Bundle arguments) argument
[all...]

Completed in 525 milliseconds

123