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

/frameworks/base/core/tests/coretests/src/android/bluetooth/
H A DBluetoothTestRunner.java43 public void onCreate(Bundle arguments) { argument
44 super.onCreate(arguments);
46 String val = arguments.getString("enable_iterations");
55 val = arguments.getString("discoverable_iterations");
64 val = arguments.getString("scan_iterations");
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java74 * with no optional arguments, to run all tests (except performance tests).
150 * in addition to the other arguments.
292 public void onCreate(Bundle arguments) { argument
293 super.onCreate(arguments);
307 if (arguments != null) {
309 testClassesArg = arguments.getString(ARGUMENT_TEST_CLASS);
310 mDebug = getBooleanArgument(arguments, "debug");
311 mJustCount = getBooleanArgument(arguments, "count");
312 mSuiteAssignmentMode = getBooleanArgument(arguments, "suiteAssignment");
313 mPackageOfTests = arguments
425 getBooleanArgument(Bundle arguments, String tag) argument
[all...]
H A DInstrumentationCoreTestRunner.java64 public void onCreate(Bundle arguments) { argument
78 if (arguments != null) {
79 String classArg = arguments.getString(ARGUMENT_TEST_CLASS);
83 super.onCreate(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);
325 this->arguments.push_back(expression);
340 WriteArgumentList(to, this->arguments);
378 WriteArgumentList(to, this->arguments);
H A DAST.h145 vector<Expression*> arguments; member in struct:MethodCall
174 vector<Expression*> arguments; member in struct:NewExpression
H A Dgenerate_java.cpp154 queryLocalInterface->arguments.push_back(new LiteralExpression("DESCRIPTOR"));
177 ne->arguments.push_back(obj);
392 realCall->arguments.push_back(v);
/frameworks/base/tests/DumpRenderTree/assets/
H A Drun_reliability_tests.py275 opts, arguments = option_parser.parse_args()
276 main(opts, arguments)
/frameworks/base/services/java/com/android/server/
H A DAccessibilityManagerService.java329 SomeArgs arguments = ((SomeArgs) message.obj);
331 AccessibilityServiceInfo info = (AccessibilityServiceInfo) arguments.arg1;
332 Service service = (Service) arguments.arg2;
/frameworks/base/core/java/android/content/
H A DContextWrapper.java357 String profileFile, Bundle arguments) {
358 return mBase.startInstrumentation(className, profileFile, arguments);
356 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
H A DContext.java187 * default string table, substituting the format arguments as defined in
191 * @param formatArgs The format arguments that will be used for substitution.
1039 * may be included in the Intent extras to supply arguments along with
1097 * {@link #startService} with the arguments containing the command to be
1155 * @param arguments Additional optional arguments to pass to the
1162 String profileFile, Bundle arguments);
1161 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
/frameworks/base/tools/preload/
H A Dsorttable.js24 if (arguments.callee.done) return;
26 arguments.callee.done = true;
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java326 String profileFile, Bundle arguments) {
325 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
/frameworks/base/core/java/android/app/
H A DIActivityManager.java182 int flags, Bundle arguments, IInstrumentationWatcher watcher)
181 startInstrumentation(ComponentName className, String profileFile, int flags, Bundle arguments, IInstrumentationWatcher watcher) argument
H A DActivityManagerNative.java725 Bundle arguments = data.readBundle();
728 boolean res = startInstrumentation(className, profileFile, fl, arguments, w);
2088 int flags, Bundle arguments, IInstrumentationWatcher watcher)
2096 data.writeBundle(arguments);
2087 startInstrumentation(ComponentName className, String profileFile, int flags, Bundle arguments, IInstrumentationWatcher watcher) argument
H A DInstrumentation.java106 * @param arguments Any additional arguments that were supplied when the
109 public void onCreate(Bundle arguments) { argument
H A DContextImpl.java899 String profileFile, Bundle arguments) {
902 className, profileFile, 0, arguments, null);
898 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java803 * List of initialization arguments to pass to all processes when binding applications to them.
10334 * Searches array of arguments for the specified string
10950 if (DEBUG_SERVICE) Slog.v(TAG, "Sending arguments to service: "
11067 // pending arguments, then fake up one so its onStartCommand() will
11941 // We are done with the associated start arguments.
11948 // We are done with the associated start arguments.
13337 String profileFile, int flags, Bundle arguments,
13340 if (arguments != null && arguments.hasFileDescriptors()) {
13385 app.instrumentationArguments = arguments;
13336 startInstrumentation(ComponentName className, String profileFile, int flags, Bundle arguments, IInstrumentationWatcher watcher) argument
[all...]

Completed in 412 milliseconds