Searched refs:arguments (Results 1 - 25 of 55) sorted by relevance

123

/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageInstrumentation.java26 private Bundle arguments; field in class:MemoryUsageInstrumentation
29 public void onCreate(Bundle arguments) { argument
30 this.arguments = arguments;
31 super.onCreate(arguments);
35 return arguments;
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/scriptsupport/
H A DScriptTestRunner.java23 * Extends InstrumentationTestRunner to allow the script to pass arguments to the application
29 public void onCreate(Bundle arguments) { argument
30 mTestsRelativePath = arguments.getString("path");
31 super.onCreate(arguments);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestRunner.java85 public void onCreate(Bundle arguments) { argument
86 String val = arguments.getString("enable_iterations");
95 val = arguments.getString("discoverable_iterations");
104 val = arguments.getString("scan_iterations");
113 val = arguments.getString("enable_pan_iterations");
122 val = arguments.getString("pair_iterations");
131 val = arguments.getString("connect_a2dp_iterations");
140 val = arguments.getString("connect_headset_iterations");
149 val = arguments.getString("connect_input_iterations");
158 val = arguments
[all...]
/frameworks/support/v4/jellybean/android/support/v4/view/accessibility/
H A DAccessibilityNodeProviderCompatJellyBean.java31 public boolean performAction(int virtualViewId, int action, Bundle arguments); argument
54 public boolean performAction(int virtualViewId, int action, Bundle arguments) {
55 return bridge.performAction(virtualViewId, action, arguments);
H A DAccessibilityNodeInfoCompatJellyBean.java44 public static boolean performAction(Object info, int action, Bundle arguments) { argument
45 return ((AccessibilityNodeInfo) info).performAction(action, arguments);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeProvider.java106 * @param arguments Optional action arguments.
113 public boolean performAction(int virtualViewId, int action, Bundle arguments) { argument
H A DIAccessibilityInteractionConnection.aidl51 void performAccessibilityAction(long accessibilityNodeId, int action, in Bundle arguments,
/frameworks/testing/androidtestlib/src/com/android/test/runner/
H A DAndroidJUnitRunner.java186 public void onCreate(Bundle arguments) { argument
187 super.onCreate(arguments);
188 mArguments = arguments;
194 * Get the Bundle object that contains the arguments passed to the instrumentation
203 private boolean getBooleanArgument(Bundle arguments, String tag) { argument
204 String tagString = arguments.getString(tag);
256 * Builds a {@link TestRequest} based on given input arguments.
260 TestRequest buildRequest(Bundle arguments, PrintStream writer) { argument
267 String testClassName = arguments.getString(ARGUMENT_TEST_CLASS);
274 String testSize = arguments
[all...]
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeProviderCompat.java51 Bundle arguments) {
52 return compat.performAction(virtualViewId, action, arguments);
153 * @param arguments Optional arguments.
159 public boolean performAction(int virtualViewId, int action, Bundle arguments) { argument
H A DAccessibilityNodeInfoCompat.java51 public boolean performAction(Object info, int action, Bundle arguments); argument
259 public boolean performAction(Object info, int action, Bundle arguments) { argument
683 public boolean performAction(Object info, int action, Bundle arguments) { argument
684 return AccessibilityNodeInfoCompatJellyBean.performAction(info, action, arguments);
767 * Bundle arguments = new Bundle();
768 * arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT,
770 * info.performAction(AccessibilityNodeInfo.ACTION_NEXT_AT_MOVEMENT_GRANULARITY, arguments);
793 * Bundle arguments = new Bundle();
794 * arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT,
797 * arguments);
1177 performAction(int action, Bundle arguments) argument
[all...]
/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java60 public static boolean performAccessibilityAction(View view, int action, Bundle arguments) { argument
61 return view.performAccessibilityAction(action, arguments);
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java80 * with no optional arguments, to run all tests (except performance tests).
156 * in addition to the other arguments.
302 public void onCreate(Bundle arguments) { argument
303 super.onCreate(arguments);
304 mArguments = arguments;
317 if (arguments != null) {
319 testClassesArg = arguments.getString(ARGUMENT_TEST_CLASS);
320 mDebug = getBooleanArgument(arguments, "debug");
321 mJustCount = getBooleanArgument(arguments, "count");
322 mSuiteAssignmentMode = getBooleanArgument(arguments, "suiteAssignmen
451 getBooleanArgument(Bundle arguments, String tag) argument
[all...]
H A DInstrumentationCoreTestRunner.java64 public void onCreate(Bundle arguments) { argument
76 if (arguments != null) {
77 String classArg = arguments.getString(ARGUMENT_TEST_CLASS);
81 super.onCreate(arguments);
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DTracer.java166 private void doTrace(Object[] arguments) { argument
176 log(String.format("%s (%s)", caller, join(", ", arguments)));
196 * arguments and where in the user's code the method is called from. If a
201 * Special note about array arguments. You can safely pass arrays of reference types
207 * @param arguments arguments of the method being traced.
209 public static void trace(Object... arguments) { argument
210 Tracer.getInstance().doTrace(arguments);
/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceConnection.aidl151 * @param arguments Optional action arguments.
158 int action, in Bundle arguments, int interactionId,
H A DUiTestAutomationBridge.java449 * @param arguments Optional action arguments.
453 Bundle arguments) {
454 return performAccessibilityAction(ACTIVE_WINDOW_ID, accessibilityNodeId, action, arguments);
464 * @param arguments Optional action arguments.
468 int action, Bundle arguments) {
473 accessibilityWindowId, accessibilityNodeId, action, arguments);
452 performAccessibilityActionInActiveWindow(long accessibilityNodeId, int action, Bundle arguments) argument
467 performAccessibilityAction(int accessibilityWindowId, long accessibilityNodeId, int action, Bundle arguments) argument
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjector.java257 * @param arguments The action arguments, or {@code null} if no arguments.
261 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
269 return sendActionToAndroidVox(action, arguments);
273 return mAccessibilityInjectorFallback.performAccessibilityAction(action, arguments);
596 * @param arguments The action arguments, if applicable.
599 private boolean sendActionToAndroidVox(int action, Bundle arguments) { argument
617 if (arguments !
[all...]
H A DAccessibilityInjectorFallback.java60 * The arguments for the action invocation are specified as offset
272 boolean performAccessibilityAction(int action, Bundle arguments) { argument
277 final int axis = getAxisForGranularity(arguments.getInt(
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java131 public boolean performAccessibilityAction(View view, int action, Bundle arguments); argument
192 public boolean performAccessibilityAction(View view, int action, Bundle arguments) { argument
295 public boolean performAccessibilityAction(View view, int action, Bundle arguments) { argument
296 return ViewCompatJB.performAccessibilityAction(view, action, arguments);
639 * @param arguments Optional action arguments.
642 public static boolean performAccessibilityAction(View view, int action, Bundle arguments) { argument
643 return IMPL.performAccessibilityAction(view, action, arguments);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
H A DDirListActivity.java214 Bundle arguments = new Bundle(1);
215 arguments.putString("name", item.getName());
216 arguments.putString("relativePath", item.getRelativePath());
217 showDialog(DIALOG_RUN_ABORT_DIR, arguments);
/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);
H A DAST.h155 vector<Expression*> arguments; member in struct:MethodCall
185 vector<Expression*> arguments; member in struct:NewExpression
/frameworks/base/tests/DumpRenderTree/assets/
H A Drun_reliability_tests.py275 opts, arguments = option_parser.parse_args()
276 main(opts, arguments)
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java488 Bundle arguments, int interactionId,
501 args.arg2 = arguments;
527 Bundle arguments = (Bundle) args.arg2;
548 arguments);
550 succeeded = target.performAccessibilityAction(action, arguments);
487 performAccessibilityActionClientThread(long accessibilityNodeId, int action, Bundle arguments, int interactionId, IAccessibilityInteractionConnectionCallback callback, int flags, int interogatingPid, long interrogatingTid) argument
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java494 // Prepare arguments for racoon.
529 // Prepare arguments for mtpd.
639 // TODO: clear arguments from memory once launched
714 for (String[] arguments : mArguments) {
715 restart = restart || (arguments != null);
723 // Start the daemon with arguments.
725 String[] arguments = mArguments[i];
726 if (arguments == null) {
756 // Send over the arguments.
758 for (String argument : arguments) {
[all...]

Completed in 5398 milliseconds

123