Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 631) sorted by relevance

12345678910>>...26

/frameworks/base/telecomm/java/android/telecom/
DLog.java54 public Void doInBackground(Void... args) { in initMd5Sum()
73 public static void d(String prefix, String format, Object... args) { in d()
79 public static void d(Object objectPrefix, String format, Object... args) { in d()
85 public static void i(String prefix, String format, Object... args) { in i()
91 public static void i(Object objectPrefix, String format, Object... args) { in i()
97 public static void v(String prefix, String format, Object... args) { in v()
103 public static void v(Object objectPrefix, String format, Object... args) { in v()
109 public static void w(String prefix, String format, Object... args) { in w()
115 public static void w(Object objectPrefix, String format, Object... args) { in w()
121 public static void e(String prefix, Throwable tr, String format, Object... args) { in e()
[all …]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
DL.java51 public static void d(String msg, Object... args) { in d()
57 public static void d(Element element, String msg, Object... args) { in d()
63 public static void d(Throwable t, String msg, Object... args) { in d()
70 public static void w(String msg, Object... args) { in w()
74 public static void w(Element element, String msg, Object... args) { in w()
78 public static void w(Throwable t, String msg, Object... args) { in w()
96 public static void e(String msg, Object... args) { in e()
102 public static void e(Element element, String msg, Object... args) { in e()
108 public static void e(Throwable t, String msg, Object... args) { in e()
DPreconditions.java23 public static void check(boolean value, String error, Object... args) { in check()
29 public static void checkNotNull(Object value, String error, Object... args) { in checkNotNull()
35 public static void checkNull(Object value, String error, Object... args) { in checkNull()
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DLog.java30 public void debug(String format, Object... args) { in debug()
37 public void debugNoln(String format, Object... args) { in debugNoln()
44 public void info(String format, Object... args) { in info()
49 public void error(String format, Object... args) { in error()
54 public void exception(Throwable t, String format, Object... args) { in exception()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanHalTest.java267 Bundle args = new Bundle(); in testNotifyCapabilities() local
321 Bundle args = new Bundle(); in testNotifyResponseConfigSuccess() local
336 Bundle args = new Bundle(); in testNotifyResponseConfigFail() local
353 Bundle args = new Bundle(); in testNotifyResponsePublishSuccess() local
370 Bundle args = new Bundle(); in testNotifyResponsePublishFail() local
388 Bundle args = new Bundle(); in testNotifyResponsePublishCancel() local
404 Bundle args = new Bundle(); in testNotifyResponseSubscribeSuccess() local
421 Bundle args = new Bundle(); in testNotifyResponseSubscribeFail() local
439 Bundle args = new Bundle(); in testNotifyResponseSubscribeCancel() local
454 Bundle args = new Bundle(); in testNotifyResponseTransmitFollowupSuccess() local
[all …]
/frameworks/volley/src/main/java/com/android/volley/
DVolleyLog.java53 public static void v(String format, Object... args) { in v()
59 public static void d(String format, Object... args) { in d()
63 public static void e(String format, Object... args) { in e()
67 public static void e(Throwable tr, String format, Object... args) { in e()
71 public static void wtf(String format, Object... args) { in wtf()
75 public static void wtf(Throwable tr, String format, Object... args) { in wtf()
83 private static String buildMessage(String format, Object... args) { in buildMessage()
/frameworks/base/core/java/com/android/internal/os/
DHandlerCaller.java93 SomeArgs args = (SomeArgs)msg.obj; in sendMessageAndWait() local
118 SomeArgs args = SomeArgs.obtain(); in obtainMessageBOO() local
146 SomeArgs args = SomeArgs.obtain(); in obtainMessageIIOO() local
153 SomeArgs args = SomeArgs.obtain(); in obtainMessageIOO() local
160 SomeArgs args = SomeArgs.obtain(); in obtainMessageIOOO() local
169 SomeArgs args = SomeArgs.obtain(); in obtainMessageIIOOO() local
177 SomeArgs args = SomeArgs.obtain(); in obtainMessageOO() local
184 SomeArgs args = SomeArgs.obtain(); in obtainMessageOOO() local
193 SomeArgs args = SomeArgs.obtain(); in obtainMessageOOOO() local
203 SomeArgs args = SomeArgs.obtain(); in obtainMessageOOOOO() local
[all …]
DTransferPipe.java53 String[] args) throws RemoteException; in go()
74 String prefix, String[] args) throws IOException, RemoteException { in go()
79 String prefix, String[] args, long timeout) throws IOException, RemoteException { in go()
99 String[] args) throws IOException, RemoteException { in goDump()
104 String[] args, long timeout) throws IOException, RemoteException { in goDump()
116 binder.dumpAsync(tp.getWriteFd().getFileDescriptor(), args); in goDump() local
DZygoteConnection.java134 String args[]; in runOnce() local
381 Arguments(String args[]) throws IllegalArgumentException { in Arguments()
393 private void parseArgs(String args[]) in parseArgs()
613 private static void applyUidSecurityPolicy(Arguments args, Credentials peer) in applyUidSecurityPolicy()
652 public static void applyDebuggerSystemProperty(Arguments args) { in applyDebuggerSystemProperty()
671 private static void applyInvokeWithSecurityPolicy(Arguments args, Credentials peer) in applyInvokeWithSecurityPolicy()
686 public static void applyInvokeWithSystemProperty(Arguments args) { in applyInvokeWithSystemProperty()
/frameworks/base/core/java/android/service/notification/
DNotificationRankerService.java232 SomeArgs args = SomeArgs.obtain(); in onNotificationEnqueued() local
242 SomeArgs args = SomeArgs.obtain(); in onNotificationVisibilityChanged() local
252 SomeArgs args = SomeArgs.obtain(); in onNotificationClick() local
261 SomeArgs args = SomeArgs.obtain(); in onNotificationActionClick() local
271 SomeArgs args = SomeArgs.obtain(); in onNotificationRemovedReason() local
295 SomeArgs args = (SomeArgs) msg.obj; in handleMessage() local
307 SomeArgs args = (SomeArgs) msg.obj; in handleMessage() local
316 SomeArgs args = (SomeArgs) msg.obj; in handleMessage() local
324 SomeArgs args = (SomeArgs) msg.obj; in handleMessage() local
333 SomeArgs args = (SomeArgs) msg.obj; in handleMessage() local
/frameworks/base/core/java/android/os/
DBinder.java344 String[] args = data.readStringArray(); in onTransact() local
347 dump(fd.getFileDescriptor(), args); in onTransact() local
363 String[] args = data.readStringArray(); in onTransact() local
392 public void dump(FileDescriptor fd, String[] args) { in dump()
402 void doDump(FileDescriptor fd, PrintWriter pw, String[] args) { in doDump()
431 public void dumpAsync(final FileDescriptor fd, final String[] args) { in dumpAsync()
454 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { in dump()
467 String[] args, ResultReceiver resultReceiver) throws RemoteException { in shellCommand()
480 String[] args, ResultReceiver resultReceiver) throws RemoteException { in onShellCommand()
625 public void dump(FileDescriptor fd, String[] args) throws RemoteException { in dump()
[all …]
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMapper.java191 final String[] args; in startAddingDocuments() local
243 String[] args, in putDocuments()
262 queryCandidate(selection, args, mappingKeys, values)) { in putDocuments() argument
320 final String[] args; in stopAddingDocuments() local
371 final String[] args; in cancelAddingDocuments() local
411 String selection, String[] args, String[] mappingKeys, ContentValues values) { in queryCandidate()
433 String selection, String[] args, String mappingKey, ContentValues values) { in queryCandidate()
/frameworks/support/fragment/java/android/support/v4/app/
DLoaderManager.java51 public Loader<D> onCreateLoader(int id, Bundle args); in onCreateLoader()
126 public abstract <D> Loader<D> initLoader(int id, Bundle args, in initLoader()
144 public abstract <D> Loader<D> restartLoader(int id, Bundle args, in restartLoader()
169 public abstract void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args); in dump()
232 public LoaderInfo(int id, Bundle args, LoaderManager.LoaderCallbacks<Object> callbacks) { in LoaderInfo()
499 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { in dump()
536 private LoaderInfo createLoader(int id, Bundle args, in createLoader()
544 private LoaderInfo createAndInstallLoader(int id, Bundle args, in createAndInstallLoader()
592 … public <D> Loader<D> initLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback) { in initLoader()
643 …public <D> Loader<D> restartLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback)… in restartLoader()
[all …]
/frameworks/base/core/java/android/app/
DLoaderManager.java70 public Loader<D> onCreateLoader(int id, Bundle args); in onCreateLoader()
145 public abstract <D> Loader<D> initLoader(int id, Bundle args, in initLoader()
163 public abstract <D> Loader<D> restartLoader(int id, Bundle args, in restartLoader()
188 public abstract void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args); in dump()
245 public LoaderInfo(int id, Bundle args, LoaderManager.LoaderCallbacks<Object> callbacks) { in LoaderInfo()
512 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { in dump()
553 private LoaderInfo createLoader(int id, Bundle args, in createLoader()
561 private LoaderInfo createAndInstallLoader(int id, Bundle args, in createAndInstallLoader()
608 … public <D> Loader<D> initLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback) { in initLoader()
658 …public <D> Loader<D> restartLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback)… in restartLoader()
[all …]
DISearchManager.aidl33 void launchAssist(in Bundle args); in launchAssist()
34 boolean launchLegacyAssist(String hint, int userHandle, in Bundle args); in launchLegacyAssist()
/frameworks/base/core/java/com/android/internal/app/
DResolverTargetActionsDialogFragment.java51 Bundle args = new Bundle(); in ResolverTargetActionsDialogFragment() local
60 final Bundle args = getArguments(); in onCreateDialog() local
73 final Bundle args = getArguments(); in onClick() local
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSessionService.java76 public abstract VoiceInteractionSession onNewSession(Bundle args); in onNewSession()
108 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { in dump()
117 void doNewSession(IBinder token, Bundle args, int startFlags) { in doNewSession()
/frameworks/native/services/inputflinger/
DInputListener.cpp151 const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
155 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
159 void QueuedInputListener::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
167 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset()
174 NotifyArgs* args = mArgsQueue[i]; in flush() local
/frameworks/base/core/java/android/util/
DLocalLog.java51 public synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump()
58 public synchronized void reverseDump(FileDescriptor fd, PrintWriter pw, String[] args) { in reverseDump()
69 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump()
/frameworks/native/libs/gui/
DSurface.cpp240 va_list args; in hook_perform() local
609 int Surface::perform(int operation, va_list args) in perform()
689 int Surface::dispatchConnect(va_list args) { in dispatchConnect()
694 int Surface::dispatchDisconnect(va_list args) { in dispatchDisconnect()
699 int Surface::dispatchSetUsage(va_list args) { in dispatchSetUsage()
704 int Surface::dispatchSetCrop(va_list args) { in dispatchSetCrop()
709 int Surface::dispatchSetBufferCount(va_list args) { in dispatchSetBufferCount()
714 int Surface::dispatchSetBuffersGeometry(va_list args) { in dispatchSetBuffersGeometry()
725 int Surface::dispatchSetBuffersDimensions(va_list args) { in dispatchSetBuffersDimensions()
731 int Surface::dispatchSetBuffersUserDimensions(va_list args) { in dispatchSetBuffersUserDimensions()
[all …]
/frameworks/support/buildSrc/src/main/groovy/android/support/doclava/
DDoclavaJavadocOptionFileOption.java30 private Iterable<String> args; field in DoclavaJavadocOptionFileOption
40 public void setValue(Iterable<String> args) { in setValue()
/frameworks/base/core/java/com/android/internal/view/
DIInputConnectionWrapper.java268 SomeArgs args = (SomeArgs)msg.obj; in executeMessage() local
284 SomeArgs args = (SomeArgs)msg.obj; in executeMessage() local
300 SomeArgs args = (SomeArgs)msg.obj; in executeMessage() local
316 SomeArgs args = (SomeArgs)msg.obj; in executeMessage() local
332 SomeArgs args = (SomeArgs)msg.obj; in executeMessage() local
512 SomeArgs args = (SomeArgs)msg.obj; in executeMessage() local
518 SomeArgs args = (SomeArgs)msg.obj; in executeMessage() local
567 SomeArgs args = (SomeArgs) msg.obj; in executeMessage() local
621 SomeArgs args = new SomeArgs(); in obtainMessageISC() local
628 SomeArgs args = new SomeArgs(); in obtainMessageIISC() local
[all …]
/frameworks/support/compat/ics/android/support/v4/text/
DICUCompatIcs.java62 final Object[] args = new Object[] { localeStr }; in getScript() local
80 final Object[] args = new Object[] { localeStr }; in addLikelySubtags() local
/frameworks/base/core/java/android/security/
DKeystoreArguments.java28 public byte[][] args; field in KeystoreArguments
44 public KeystoreArguments(byte[][] args) { in KeystoreArguments()
/frameworks/opt/chips/src/com/android/ex/chips/
DCopyDialog.java25 final Bundle args = new Bundle(1); in newInstance() local
33 final Bundle args = getArguments(); in onCreateDialog() local

12345678910>>...26