Searched defs:args (Results 176 - 200 of 756) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java202 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { argument
/frameworks/base/core/java/android/os/
H A DIBinder.java212 * @param args additional arguments to the dump request.
214 public void dump(@NonNull FileDescriptor fd, @Nullable String[] args) throws RemoteException; argument
222 * @param args additional arguments to the dump request.
224 public void dumpAsync(@NonNull FileDescriptor fd, @Nullable String[] args) argument
234 * @param args Command-line arguments.
241 @NonNull String[] args, @Nullable ShellCallback shellCallback,
239 shellCommand(@ullable FileDescriptor in, @Nullable FileDescriptor out, @Nullable FileDescriptor err, @NonNull String[] args, @Nullable ShellCallback shellCallback, @NonNull ResultReceiver resultReceiver) argument
/frameworks/base/core/java/com/android/internal/app/
H A DAssistUtils.java52 public boolean showSessionForActiveService(Bundle args, int sourceFlags, argument
56 return mVoiceInteractionManagerService.showSessionForActiveService(args,
/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java60 String[] args) throws RemoteException;
89 public static void dumpAsync(IBinder binder, FileDescriptor out, String[] args) argument
91 goDump(binder, out, args);
100 * @param args The arguments passed to the dump function of the service
102 public static byte[] dumpAsync(@NonNull IBinder binder, @Nullable String... args) argument
106 TransferPipe.dumpAsync(binder, pipe[1].getFileDescriptor(), args);
134 String prefix, String[] args) throws IOException, RemoteException {
135 go(caller, iface, out, prefix, args, DEFAULT_TIMEOUT);
139 String prefix, String[] args, long timeout) throws IOException, RemoteException {
143 caller.go(iface, out, prefix, args);
59 go(IInterface iface, FileDescriptor fd, String prefix, String[] args) argument
133 go(Caller caller, IInterface iface, FileDescriptor out, String prefix, String[] args) argument
138 go(Caller caller, IInterface iface, FileDescriptor out, String prefix, String[] args, long timeout) argument
155 goDump(IBinder binder, FileDescriptor out, String[] args) argument
160 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.java109 public void dump(FileDescriptor fd, String[] args) { argument
111 onDump(fd, pw, args);
172 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/SettingsLib/src/com/android/settingslib/suggestions/
H A DSuggestionControllerMixin.java94 null /* args */, this /* callback */);
110 public Loader<List<Suggestion>> onCreateLoader(int id, Bundle args) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java338 public synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
339 super.dump(fd, pw, args);
342 .forEach(o -> ((Dumpable) o).dump(fd, pw, args));
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipAccessibilityInteractionConnection.java63 int interrogatingPid, long interrogatingTid, MagnificationSpec spec, Bundle args) {
60 findAccessibilityNodeInfoByAccessibilityId(long accessibilityNodeId, Region interactiveRegion, int interactionId, IAccessibilityInteractionConnectionCallback callback, int flags, int interrogatingPid, long interrogatingTid, MagnificationSpec spec, Bundle args) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java211 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDemoStatusIcons.java93 public void dispatchDemoCommand(String command, Bundle args) { argument
103 String volume = args.getString("volume");
109 String zen = args.getString("zen");
116 String bt = args.getString("bluetooth");
123 String location = args.getString("location");
129 String alarm = args.getString("alarm");
135 String tty = args.getString("tty");
141 String mute = args.getString("mute");
147 String speakerphone = args.getString("speakerphone");
153 String cast = args
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DCountryDetectorService.java211 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { argument
H A DDockObserver.java256 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
261 if (args == null || args.length == 0 || "-a".equals(args[0])) {
269 } else if (args.length == 3 && "set".equals(args[0])) {
270 String key = args[1];
271 String value = args[2];
282 } else if (args.length == 1 && "reset".equals(args[
[all...]
H A DHardwarePropertiesManagerService.java129 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
H A DLockGuard.java238 public static void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/services/core/java/com/android/server/location/
H A DPassiveProvider.java116 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDeviceAdminServiceController.java60 static void debug(String format, Object... args) { argument
64 Slog.d(TAG, String.format(format, args));
/frameworks/base/services/net/java/android/net/ip/
H A DInterfaceController.java159 private void logError(String fmt, Object... args) { argument
160 mLog.e(String.format(fmt, args));
/frameworks/base/services/net/java/android/net/util/
H A DSharedLog.java77 public void dump(FileDescriptor fd, PrintWriter writer, String[] args) { argument
78 mLocalLog.readOnlyLocalLog().dump(fd, writer, args);
109 public void logf(String fmt, Object... args) { argument
110 log(String.format(fmt, args));
/frameworks/base/test-runner/src/junit/textui/
H A DTestRunner.java70 * public static void main (String[] args) {
135 public static void main(String args[]) { argument
138 TestResult r= aTestRunner.start(args);
152 public TestResult start(String args[]) throws Exception { argument
157 for (int i= 0; i < args.length; i++) {
158 if (args[i].equals("-wait"))
160 else if (args[i].equals("-c"))
161 testCase= extractClassName(args[++i]);
162 else if (args[i].equals("-m")) {
163 String arg= args[
[all...]
/frameworks/base/tools/preload/
H A DMemoryUsage.java287 public static void main(String[] args) throws IOException, argument
289 Root root = Root.fromFile(args[0]);
296 root.toFile(args[0]);
/frameworks/base/tools/preload2/src/com/android/preload/
H A DMain.java103 * @param args
105 public static void main(String[] args) { argument
107 if (args.length > 0 && args[0].equals("--seq")) {
108 m = createSequencedMain(args);
153 * @param args
156 private static Main createSequencedMain(String[] args) { argument
160 Iterator<String> it = Arrays.asList(args).iterator();

Completed in 507 milliseconds

1234567891011>>