Searched refs:args (Results 201 - 225 of 955) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageVerificationState.java54 * @param args
56 public PackageVerificationState(int requiredVerifierUid, InstallArgs args) { argument
58 mArgs = args;
/frameworks/base/test-runner/src/junit/runner/
H A DBaseTestRunner.java154 protected String processArguments(String[] args) { argument
156 for (int i= 0; i < args.length; i++) {
157 if (args[i].equals("-noloading")) {
159 } else if (args[i].equals("-nofilterstack")) {
161 } else if (args[i].equals("-c")) {
162 if (args.length > i+1)
163 suiteName= extractClassName(args[i+1]);
168 suiteName= args[i];
/frameworks/native/libs/binder/
H A DBinder.cpp66 Vector<String16>& args, const sp<IShellCallback>& callback,
74 const size_t numArgs = args.size();
77 send.writeString16(args[i]);
154 status_t BBinder::dump(int /*fd*/, const Vector<String16>& /*args*/)
222 Vector<String16> args; local
224 args.add(data.readString16());
226 return dump(fd, args);
234 Vector<String16> args; local
236 args.add(data.readString16());
244 //return shellCommand(in, out, err, args, resultReceive
65 shellCommand(const sp<IBinder>& target, int in, int out, int err, Vector<String16>& args, const sp<IShellCallback>& callback, const sp<IResultReceiver>& resultReceiver) argument
[all...]
/frameworks/support/customtabs/tests/src/android/support/customtabs/
H A DTestCustomTabsCallback.java37 public void extraCallback(final String callbackName, final Bundle args)
39 TestCustomTabsCallback.this.extraCallback(callbackName, args);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceRecyclerViewAccessibilityDelegate.java71 public boolean performAccessibilityAction(View host, int action, Bundle args) {
73 return mDefaultItemDelegate.performAccessibilityAction(host, action, args);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp306 virtual void notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { argument
307 mNotifyConfigurationChangedArgsQueue.push_back(*args);
310 virtual void notifyDeviceReset(const NotifyDeviceResetArgs* args) { argument
311 mNotifyDeviceResetArgsQueue.push_back(*args);
314 virtual void notifyKey(const NotifyKeyArgs* args) { argument
315 mNotifyKeyArgsQueue.push_back(*args);
318 virtual void notifyMotion(const NotifyMotionArgs* args) { argument
319 mNotifyMotionArgsQueue.push_back(*args);
322 virtual void notifySwitch(const NotifySwitchArgs* args) { argument
323 mNotifySwitchArgsQueue.push_back(*args);
1199 NotifyConfigurationChangedArgs args; local
1564 NotifySwitchArgs args; local
1584 NotifyKeyArgs args; local
1621 NotifyKeyArgs args; local
1732 NotifyKeyArgs args; local
1845 NotifyKeyArgs args; local
2006 NotifyMotionArgs args; local
2092 NotifyMotionArgs args; local
2183 NotifyMotionArgs args; local
2207 NotifyMotionArgs args; local
2241 NotifyMotionArgs args; local
2650 NotifyMotionArgs args; local
2678 NotifyMotionArgs args; local
3129 NotifyKeyArgs args; local
3563 NotifyMotionArgs args; local
3586 NotifyMotionArgs args; local
3679 NotifyMotionArgs args; local
3704 NotifyMotionArgs args; local
5044 NotifyMotionArgs args; local
5084 NotifyMotionArgs args; local
5129 NotifyMotionArgs args; local
5171 NotifyMotionArgs args; local
5200 NotifyMotionArgs args; local
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DALooperRoster.cpp115 void ALooperRoster::dump(int fd, const Vector<String16>& args) { argument
118 for (size_t i = 0; i < args.size(); i++) {
119 if (args[i] == String16("-c")) {
121 } else if (args[i] == String16("-von")) {
123 } else if (args[i] == String16("-voff")) {
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternChecker.java80 protected byte[] doInBackground(Void... args) {
122 protected Boolean doInBackground(Void... args) {
163 protected byte[] doInBackground(Void... args) {
200 protected byte[] doInBackground(Void... args) {
234 protected Boolean doInBackground(Void... args) {
/frameworks/base/tools/aapt2/
H A DFlags.cpp136 const std::vector<StringPiece>& args,
138 for (size_t i = 0; i < args.size(); i++) {
139 StringPiece arg = args[i];
155 if (i >= args.size()) {
160 flag.action(args[i]);
135 Parse(const StringPiece& command, const std::vector<StringPiece>& args, std::ostream* out_error) argument
/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DFragmentNestingPagerSupport.java90 private final Bundle args; field in class:FragmentNestingPagerSupport.TabsAdapter.TabInfo
94 args = _args;
107 public void addTab(ActionBar.Tab tab, Class<?> clss, Bundle args) { argument
108 TabInfo info = new TabInfo(clss, args);
124 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
H A DFragmentNestingStatePagerSupport.java90 private final Bundle args; field in class:FragmentNestingStatePagerSupport.TabsAdapter.TabInfo
94 args = _args;
107 public void addTab(ActionBar.Tab tab, Class<?> clss, Bundle args) { argument
108 TabInfo info = new TabInfo(clss, args);
124 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentTabsPager.java96 private final Bundle args; field in class:FragmentTabsPager.TabsAdapter.TabInfo
101 args = _args;
131 public void addTab(TabHost.TabSpec tabSpec, Class<?> clss, Bundle args) { argument
135 TabInfo info = new TabInfo(tag, clss, args);
149 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DFragmentNestingPagerSupport.java90 private final Bundle args; field in class:FragmentNestingPagerSupport.TabsAdapter.TabInfo
94 args = _args;
107 public void addTab(ActionBar.Tab tab, Class<?> clss, Bundle args) { argument
108 TabInfo info = new TabInfo(clss, args);
124 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
H A DFragmentNestingStatePagerSupport.java90 private final Bundle args; field in class:FragmentNestingStatePagerSupport.TabsAdapter.TabInfo
94 args = _args;
107 public void addTab(ActionBar.Tab tab, Class<?> clss, Bundle args) { argument
108 TabInfo info = new TabInfo(clss, args);
124 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentTabsPager.java96 private final Bundle args; field in class:FragmentTabsPager.TabsAdapter.TabInfo
101 args = _args;
131 public void addTab(TabHost.TabSpec tabSpec, Class<?> clss, Bundle args) { argument
135 TabInfo info = new TabInfo(tag, clss, args);
149 return Fragment.instantiate(mContext, info.clss.getName(), info.args);
/frameworks/native/include/binder/
H A DSafeInterface.h249 status_t callRemote(TagType tag, Args&&... args) const {
261 status_t error = writeInputs(&data, std::forward<Args>(args)...);
279 error = readOutputs(reply, std::forward<Args>(args)...);
300 void callRemoteAsync(TagType tag, Args&&... args) const {
311 status_t error = writeInputs(&data, std::forward<Args>(args)...);
570 status_t readInputs(const Parcel& data, RawTuple* args) {
571 return dispatchArg<0>(data, args);
579 const Parcel& data, RawTuple* args) {
580 return SafeInterface::ParcelHandler{mLogTag}.read(data, &std::get<I>(*args));
584 const Parcel& /*data*/, RawTuple* /*args*/) {
[all...]
/frameworks/native/libs/binder/include/binder/
H A DSafeInterface.h249 status_t callRemote(TagType tag, Args&&... args) const {
261 status_t error = writeInputs(&data, std::forward<Args>(args)...);
279 error = readOutputs(reply, std::forward<Args>(args)...);
300 void callRemoteAsync(TagType tag, Args&&... args) const {
311 status_t error = writeInputs(&data, std::forward<Args>(args)...);
570 status_t readInputs(const Parcel& data, RawTuple* args) {
571 return dispatchArg<0>(data, args);
579 const Parcel& data, RawTuple* args) {
580 return SafeInterface::ParcelHandler{mLogTag}.read(data, &std::get<I>(*args));
584 const Parcel& /*data*/, RawTuple* /*args*/) {
[all...]
/frameworks/base/tools/apilint/
H A Dapilint.py99 self.args = []
102 self.args.append(r)
670 for arg in m.args:
680 def is_get(m): return len(m.args) == 0 and m.typ == "boolean"
681 def is_set(m): return len(m.args) == 1 and m.args[0] == "boolean"
725 for arg in m.args:
786 for arg in m.args:
810 for arg in c.args:
821 for arg in m.args
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java129 default void startAssist(Bundle args) { } argument
226 SomeArgs args = SomeArgs.obtain();
227 args.argi1 = vis;
228 args.argi2 = fullscreenStackVis;
229 args.argi3 = dockedStackVis;
230 args.argi4 = mask;
231 args.arg1 = fullscreenStackBounds;
232 args.arg2 = dockedStackBounds;
233 mHandler.obtainMessage(MSG_SET_SYSTEMUI_VISIBILITY, args).sendToTarget();
381 public void startAssist(Bundle args) { argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp2373 void InputDispatcher::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { argument
2375 ALOGD("notifyConfigurationChanged - eventTime=%lld", args->eventTime);
2382 ConfigurationChangedEntry* newEntry = new ConfigurationChangedEntry(args->eventTime);
2391 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { argument
2395 args->eventTime, args->deviceId, args->source, args->policyFlags,
2396 args->action, args
2482 shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args) argument
2486 notifyMotion(const NotifyMotionArgs* args) argument
2561 shouldSendMotionToInputFilterLocked(const NotifyMotionArgs* args) argument
2566 notifySwitch(const NotifySwitchArgs* args) argument
2579 notifyDeviceReset(const NotifyDeviceResetArgs* args) argument
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationController.java102 final SomeArgs args = SomeArgs.obtain();
103 args.arg1 = Region.obtain(region);
104 mHandler.obtainMessage(MSG_ON_MAGNIFIED_BOUNDS_CHANGED, args).sendToTarget();
109 final SomeArgs args = SomeArgs.obtain();
110 args.argi1 = left;
111 args.argi2 = top;
112 args.argi3 = right;
113 args.argi4 = bottom;
114 mHandler.obtainMessage(MSG_ON_RECTANGLE_ON_SCREEN_REQUESTED, args)
771 final SomeArgs args
[all...]
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp207 // The first argument after the VM args is the "parent dir", which
292 Vector<String8> args; local
297 // The Remainder of args get passed to startup class main(). Make
299 args.add(application ? String8("application") : String8("tool"));
311 ALOGV("Class name = %s, args = %s", className.string(), restOfArgs.string());
318 args.add(String8("start-system-server"));
330 args.add(abiFlag);
335 args.add(String8(argv[i]));
344 runtime.start("com.android.internal.os.ZygoteInit", args, zygote);
346 runtime.start("com.android.internal.os.RuntimeInit", args, zygot
[all...]
/frameworks/base/core/java/android/os/
H A DShellCommand.java59 String[] args, ShellCallback callback, int firstArgPos) {
64 mArgs = args;
79 String[] args, ShellCallback callback, ResultReceiver resultReceiver) {
82 if (args != null && args.length > 0) {
83 cmd = args[0];
89 init(target, in, out, err, args, callback, start);
58 init(Binder target, FileDescriptor in, FileDescriptor out, FileDescriptor err, String[] args, ShellCallback callback, int firstArgPos) argument
78 exec(Binder target, FileDescriptor in, FileDescriptor out, FileDescriptor err, String[] args, ShellCallback callback, ResultReceiver resultReceiver) argument
/frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
H A DBrowserListFragment.java48 // For args
77 final Bundle args = getArguments();
78 mComponent = args.getParcelable(ARG_COMPONENT);
79 mNodeId = args.getString(ARG_ID);
109 final Bundle args = new Bundle();
110 args.putParcelable(BrowserListFragment.ARG_COMPONENT, mComponent);
111 args.putParcelable(BrowserListFragment.ARG_ID, item.media.getDescription().getIconUri());
112 fragment.setArguments(args);
/frameworks/native/cmds/dumpsys/tests/
H A Ddumpsys_test.cpp74 virtual Result Perform(const ArgumentTuple& args) { argument
75 int fd = ::std::tr1::get<0>(args);
88 // Matcher for args using Android's Vector<String16> format
110 errors << "\nExpected args: " << expected_stream.str()
111 << "\nActual args: " << actual_stream.str();
151 void ExpectDumpWithArgs(const char* name, std::vector<std::string> args, argument
154 EXPECT_CALL(*binder_mock, dump(_, AndroidElementsAre(args)))
164 void CallMain(const std::vector<std::string>& args) { argument
166 int argc = (int)args.size() + 1;
168 for (const std::string& arg : args) {
[all...]

Completed in 872 milliseconds

1234567891011>>