Searched defs:args (Results 101 - 125 of 251) sorted by relevance

1234567891011

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java213 public Dialog onCreateDialog(int id, Bundle args) { argument
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardMessageArea.java194 private CharSequence concat(CharSequence... args) { argument
196 if (!TextUtils.isEmpty(args[0])) {
197 b.append(args[0]);
199 for (int i = 1; i < args.length; i++) {
200 CharSequence text = args[i];
/frameworks/base/services/common_time/
H A Dcommon_time_server_api.cpp289 const Vector<String16>& args,
366 const Vector<String16>& args) {
288 dumpClockInterface(int fd, const Vector<String16>& args, size_t activeClients) argument
365 dumpConfigInterface(int fd, const Vector<String16>& args) argument
/frameworks/base/services/input/
H A DInputListener.cpp151 const NotifyConfigurationChangedArgs* args) {
152 mArgsQueue.push(new NotifyConfigurationChangedArgs(*args));
155 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { argument
156 mArgsQueue.push(new NotifyKeyArgs(*args));
159 void QueuedInputListener::notifyMotion(const NotifyMotionArgs* args) { argument
160 mArgsQueue.push(new NotifyMotionArgs(*args));
163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { argument
164 mArgsQueue.push(new NotifySwitchArgs(*args));
167 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs* args) { argument
168 mArgsQueue.push(new NotifyDeviceResetArgs(*args));
150 notifyConfigurationChanged( const NotifyConfigurationChangedArgs* args) argument
174 NotifyArgs* args = mArgsQueue[i]; local
[all...]
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java358 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
368 service.dump(fd, ipw, args);
H A DCommonTimeManagementService.java185 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DDropBoxManagerService.java305 public synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
325 for (int i = 0; args != null && i < args.length; i++) {
326 if (args[i].equals("-p") || args[i].equals("--print")) {
328 } else if (args[i].equals("-f") || args[i].equals("--file")) {
330 } else if (args[i].startsWith("-")) {
331 out.append("Unknown argument: ").append(args[i]).append("\n");
333 searchArgs.add(args[
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DProviderMap.java287 protected boolean dumpProvider(FileDescriptor fd, PrintWriter pw, String name, String[] args, argument
341 dumpProvider("", fd, pw, providers.get(i), args, dumpAll);
351 final ContentProviderRecord r, String[] args, boolean dumpAll) {
370 tp.getWriteFd().getFileDescriptor(), r.provider.asBinder(), args);
350 dumpProvider(String prefix, FileDescriptor fd, PrintWriter pw, final ContentProviderRecord r, String[] args, boolean dumpAll) argument
/frameworks/base/services/java/com/android/server/dreams/
H A DDreamManagerService.java88 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/services/java/com/android/server/location/
H A DLocationFudger.java340 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DLocationProviderProxy.java220 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
235 service.asBinder().dump(fd, args);
H A DMockProvider.java140 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/services/java/com/android/server/usb/
H A DUsbService.java258 public void dump(FileDescriptor fd, PrintWriter writer, String[] args) { argument
/frameworks/base/test-runner/src/android/test/
H A DAndroidTestRunner.java110 Constructor constructor, Object... args) {
112 TestCase testCase = (TestCase) constructor.newInstance(args);
109 newSingleTestMethod(Class testClass, String testMethodName, Constructor constructor, Object... args) argument
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentProvider.java108 public Bundle call(String method, String request, Bundle args) argument
110 return MockContentProvider.this.call(method, request, args);
224 public Bundle call(String method, String request, Bundle args) { argument
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
H A DDirListActivity.java282 protected Dialog onCreateDialog(int id, final Bundle args) { argument
289 args.getString("name"));
298 runAllTestsUnder(args.getString("relativePath"));
/frameworks/native/libs/binder/
H A DBinder.cpp132 status_t BBinder::dump(int fd, const Vector<String16>& args) argument
197 Vector<String16> args; local
199 args.add(data.readString16());
201 return dump(fd, args);
H A DBpBinder.cpp145 status_t BpBinder::dump(int fd, const Vector<String16>& args) argument
150 const size_t numArgs = args.size();
153 send.writeString16(args[i]);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DApnContext.java243 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DCallTracker.java176 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java309 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
311 super.dump(fd, pw, args);
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java56 private final Bundle args; field in class:FragmentTabHost.TabInfo
62 args = _args;
214 public void addTab(TabHost.TabSpec tabSpec, Class<?> clss, Bundle args) { argument
218 TabInfo info = new TabInfo(tag, clss, args);
332 newTab.clss.getName(), newTab.args);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTabHost.java64 private final Bundle args; field in class:FragmentTabHost.TabInfo
70 args = _args;
222 public void addTab(TabHost.TabSpec tabSpec, Class<?> clss, Bundle args) { argument
226 TabInfo info = new TabInfo(tag, clss, args);
340 newTab.clss.getName(), newTab.args);
/frameworks/support/v4/java/android/support/v4/content/
H A DCursorLoader.java203 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { argument
204 super.dump(prefix, fd, writer, args);
H A DLoader.java363 * @param args Additional arguments to the dump request.
365 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { argument

Completed in 5624 milliseconds

1234567891011