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

1234567891011>>

/frameworks/support/v4/jellybean/android/support/v4/view/
H A DAccessibilityDelegateCompatJellyBean.java42 public boolean performAccessibilityAction(View host, int action, Bundle args); argument
91 public boolean performAccessibilityAction(View host, int action, Bundle args) {
92 return bridge.performAccessibilityAction(host, action, args);
103 Bundle args) {
104 return ((AccessibilityDelegate) delegate).performAccessibilityAction(host, action, args);
102 performAccessibilityAction(Object delegate, View host, int action, Bundle args) argument
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DThreadUtilTest.java181 private void setResultData(String key, Object... args) { argument
183 results.get(key).set(args);
195 public void set(Object... args) { argument
196 mArgs = args;
/frameworks/av/include/media/
H A DRingBuffer.h122 void emplace(Args&&... args);
291 void RingBuffer<T>::emplace(Args&&... args) { argument
293 mBuffer.emplace_back(std::forward<Args>(args)...);
299 mBuffer[mFrontIdx] = T(std::forward<Args>(args)...);
/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/
H A DAppWidget.java64 public Parser(String[] args) { argument
65 mTokenizer = new Tokenizer(args);
123 public Tokenizer(String[] args) { argument
124 mArgs = args;
160 public static void main(String[] args) { argument
161 Parser parser = new Parser(args);
/frameworks/base/cmds/media/src/com/android/commands/media/
H A DMedia.java54 * @param args The command-line arguments
56 public static void main(String[] args) { argument
57 (new Media()).run(args);
/frameworks/base/cmds/settings/src/com/android/commands/settings/
H A DSettingsCmd.java55 public static void main(String[] args) { argument
56 if (args == null || args.length < 2) {
61 mArgs = args;
/frameworks/base/cmds/sm/src/com/android/commands/sm/
H A DSm.java37 public static void main(String[] args) { argument
40 new Sm().run(args);
53 public void run(String[] args) throws Exception { argument
54 if (args.length < 1) {
63 mArgs = args;
64 String op = args[0];
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
H A DTelecom.java40 * @param args The command-line arguments
42 public static void main(String[] args) { argument
43 (new Telecom()).run(args);
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DRunTestCommand.java66 public void run(String[] args) { argument
67 int ret = parseArgs(args);
94 private int parseArgs(String[] args) { argument
105 for (int i = 0; i < args.length; i++) {
106 if (args[i].equals("-e")) {
107 if (i + 2 < args.length) {
108 String key = args[++i];
109 String value = args[++i];
122 } else if (args[i].equals("-c")) {
123 if (i + 1 < args
[all...]
/frameworks/base/core/java/android/content/
H A DCursorLoader.java231 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { argument
232 super.dump(prefix, fd, writer, args);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDebug.java160 * @param args Command-line arguments supplied to dumpsys dbinfo
162 public static void dump(Printer printer, String[] args) { argument
164 for (String arg : args) {
/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java195 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { argument
/frameworks/base/core/java/android/os/
H A DIBinder.java201 * @param args additional arguments to the dump request.
203 public void dump(FileDescriptor fd, String[] args) throws RemoteException; argument
211 * @param args additional arguments to the dump request.
213 public void dumpAsync(FileDescriptor fd, String[] args) throws RemoteException; argument
222 * @param args Command-line arguments.
227 String[] args, ResultReceiver resultReceiver) throws RemoteException;
226 shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, String[] args, ResultReceiver resultReceiver) argument
/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java53 String[] args) throws RemoteException;
74 String prefix, String[] args) throws IOException, RemoteException {
75 go(caller, iface, out, prefix, args, DEFAULT_TIMEOUT);
79 String prefix, String[] args, long timeout) throws IOException, RemoteException {
83 caller.go(iface, out, prefix, args);
91 caller.go(iface, tp.getWriteFd().getFileDescriptor(), prefix, args);
99 String[] args) throws IOException, RemoteException {
100 goDump(binder, out, args, DEFAULT_TIMEOUT);
104 String[] args, long timeout) throws IOException, RemoteException {
108 binder.dump(out, args);
52 go(IInterface iface, FileDescriptor fd, String prefix, String[] args) argument
73 go(Caller caller, IInterface iface, FileDescriptor out, String prefix, String[] args) argument
78 go(Caller caller, IInterface iface, FileDescriptor out, String prefix, String[] args, long timeout) argument
98 goDump(IBinder binder, FileDescriptor out, String[] args) argument
103 goDump(IBinder binder, FileDescriptor out, String[] args, long timeout) argument
[all...]
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DLineBreakBufferedWriterTest.java204 private static List<String> createTestGolden(String... args) { argument
206 for (String s : args) {
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.cpp36 status_t CommonClockService::dump(int fd, const Vector<String16>& args) { argument
38 return mTimeServer.dumpClockInterface(fd, args, mListeners.size());
H A Dcommon_time_config_service.cpp34 status_t CommonTimeConfigService::dump(int fd, const Vector<String16>& args) { argument
35 return mTimeServer.dumpConfigInterface(fd, args);
/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProviderBase.java108 public void dump(FileDescriptor fd, String[] args) { argument
110 onDump(fd, pw, args);
171 public void onDump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMapper.java191 final String[] args;
194 args = strings(parentDocumentId);
197 args = EMPTY_ARGS;
213 DatabaseUtils.appendSelectionArgs(args, strings(ROW_STATE_VALID)));
234 * @param args Argument for selection SQL.
243 String[] args,
262 queryCandidate(selection, args, mappingKeys, values)) {
320 final String[] args;
323 args = strings(parentId);
326 args
238 putDocuments( String parentId, ContentValues[] valuesList, @Nullable ContentValues[] rootExtraValuesList, String selection, String[] args, String[] mappingKeys) argument
410 queryCandidate( String selection, String[] args, String[] mappingKeys, ContentValues values) argument
432 queryCandidate( String selection, String[] args, String mappingKey, ContentValues values) argument
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DDomainMatcher.java135 public static void main(String[] args) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBatteryControllerImpl.java76 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
190 public void dispatchDemoCommand(String command, Bundle args) { argument
199 String level = args.getString("level");
200 String plugged = args.getString("plugged");
H A DClock.java277 public void dispatchDemoCommand(String command, Bundle args) { argument
284 String millis = args.getString("millis");
285 String hhmm = args.getString("hhmm");
H A DHotspotControllerImpl.java58 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/services/core/java/com/android/server/
H A DCountryDetectorService.java210 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { argument
H A DDockObserver.java247 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
259 if (args == null || args.length == 0 || "-a".equals(args[0])) {
267 } else if (args.length == 3 && "set".equals(args[0])) {
268 String key = args[1];
269 String value = args[2];
280 } else if (args.length == 1 && "reset".equals(args[
[all...]

Completed in 773 milliseconds

1234567891011>>