Searched refs:arglist (Results 1 – 3 of 3) sorted by relevance
147 The more general form of a macro invocation is `%{*name* *arglist*}`, where148 *arglist* is a list of whitespace-separated arguments. Within the *body*, a150 from *arglist*. For example, if the definition is
477 Object arglist[] = new Object[0]; in isMmsCapable() local478 Object retobj = sIsVoiceCapable.invoke(telephonyManager, arglist); in isMmsCapable()