Searched defs:command (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
H A DResettingRunnableCameraCommand.java29 * restarts the command if it was already running.
39 * The future corresponding to any currently-executing command.
44 public ResettingRunnableCameraCommand(CameraCommandExecutor executor, CameraCommand command) { argument
46 mCommand = command;
54 // Cancel, via interruption, the already-running command, one has
H A DRunnableCameraCommand.java27 public RunnableCameraCommand(CameraCommandExecutor executor, CameraCommand command) { argument
29 mCommand = command;
H A DCameraCommandExecutor.java44 public CommandRunnable(CameraCommand command) { argument
45 mCommand = command;
51 mLog.d("Executing command: " + mCommand + " START");
53 mLog.d("Executing command: " + mCommand + " END");
55 // This may indicate that the command would have otherwise
57 // or the command was aborted because the necessary resources
63 mLog.d("Interrupted while executing command: " + mCommand);
65 // If the camera was closed and the command failed, just return.
66 mLog.d("Unable to connect to camera while executing command: " + mCommand);
68 // If the session was closed and the command faile
100 execute(CameraCommand command) argument
[all...]
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
H A DPictureTakerImpl.java40 ImageSaver.Builder imageSaverBuilder, ImageCaptureCommand command) {
44 mCommand = command;
74 .add("command", mCommand)
39 PictureTakerImpl(MainThread mainExecutor, CameraCommandExecutor cameraCommandExecutor, ImageSaver.Builder imageSaverBuilder, ImageCaptureCommand command) argument
/packages/apps/Email/provider_src/com/android/email/mail/transport/
H A DDiscourseLogger.java78 public void addSentCommand(String command) { argument
79 addLine(command);
/packages/services/Telephony/src/com/android/phone/common/mail/store/
H A DImapConnection.java49 static final String IMAP_REDACTED_LOG = "[IMAP command redacted]";
75 * @return the login command string to sent to the IMAP server
177 List<ImapResponse> executeSimpleCommand(String command) argument
179 return executeSimpleCommand(command, false);
183 * Send a single command to the server. The command will be preceded by an IMAP command
185 * Execute a simple command at the server, a simple command being one that is sent in a single
188 * @param command th
194 executeSimpleCommand(String command, boolean sensitive) argument
202 sendCommand(String command, boolean sensitive) argument
[all...]
/packages/apps/Dialer/tests/src/com/android/dialer/util/
H A DFakeAsyncTaskExecutor.java114 public void execute(Runnable command) { argument
118 command, mNextTask));
/packages/apps/Email/src/com/android/email/mail/transport/
H A DSmtpSender.java229 * Send a single command and wait for a single response. Handles responses that continue
233 * @param command The command string to send to the server.
236 private String executeSimpleCommand(String command) throws IOException, MessagingException { argument
237 return executeSensitiveCommand(command, null);
241 * Send a single command and wait for a single response. Handles responses that continue
244 * @param command The command string to send to the server.
245 * @param sensitiveReplacement If the command includes sensitive data (e.g. authentication)
249 private String executeSensitiveCommand(String command, Strin argument
[all...]
/packages/apps/Email/provider_src/com/android/email/mail/store/
H A DImapConnection.java64 static final String IMAP_REDACTED_LOG = "[IMAP command redacted]";
72 /** # of command/response lines to log upon crash. */
103 * @return the login command string to sent to the IMAP server
267 * Send a single command to the server. The command will be preceded by an IMAP command
270 * @param command The command to send to the server
271 * @param sensitive If true, the command will not be logged
272 * @return Returns the command ta
274 sendCommand(String command, boolean sensitive) argument
281 sendCommandInternal(String command, boolean sensitive) argument
326 executeSimpleCommand(String command) argument
372 executeSimpleCommand(String command, boolean sensitive) argument
[all...]
H A DPop3Store.java387 * In extreme cases we'll do a UIDL command per message instead of a bulk
456 * Parse a single-line response. This is returned from a command of the form
489 * Parse a multi-line response. This is returned from a command of the form
697 * The server may not support the CAPA command, so we just eat this Exception
705 * Send a single command and wait for a single line response. Reopens the connection,
708 * @param command The command string to send to the server.
711 private String executeSimpleCommand(String command) throws IOException, MessagingException { argument
712 return executeSensitiveCommand(command, null);
716 * Send a single command an
724 executeSensitiveCommand(String command, String sensitiveReplacement) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java273 String command,
279 return service.sendVendorSpecificResultCode(device, command, arg);
508 String command,
516 if (!command.equals(BluetoothHeadset.VENDOR_RESULT_CODE_COMMAND_ANDROID)) {
517 Log.w(TAG, "Disallowed unsolicited result code command: " + command);
521 new HeadsetVendorSpecificResultCode(device, command, arg));
272 sendVendorSpecificResultCode(BluetoothDevice device, String command, String arg) argument
507 sendVendorSpecificResultCode(BluetoothDevice device, String command, String arg) argument
H A DHeadsetPhoneState.java409 public HeadsetVendorSpecificResultCode(BluetoothDevice device, String command, String arg) { argument
411 mCommand = command;
H A DHeadsetStateMachine.java2182 dic.exitIdle("voice-command");
2395 * Put the AT command, company ID, arguments, and device in an Intent and broadcast it.
2397 private void broadcastVendorSpecificEventIntent(String command, argument
2402 log("broadcastVendorSpecificEventIntent(" + command + ")");
2405 intent.putExtra(BluetoothHeadset.EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD, command);
3015 * @return {@code true} if the given string is a valid vendor-specific AT command.
3023 Log.e(TAG, "processVendorSpecificAt: command type error in " + atString);
3027 String command = atString.substring(0, indexOfEqual);
3028 Integer companyId = VENDOR_SPECIFIC_AT_COMMAND_COMPANY_ID.get(command);
3030 Log.e(TAG, "processVendorSpecificAt: unsupported command
[all...]
/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java163 public int channel, cla, command, p1, p2, p3; field in class:PhoneInterfaceManager.IccAPDUArgument
166 public IccAPDUArgument(int channel, int cla, int command, argument
170 this.command = command;
330 iccArgument.channel, iccArgument.cla, iccArgument.command,
370 iccArgument.cla, iccArgument.command, iccArgument.p1, iccArgument.p2,
409 iccArgument.command, iccArgument.p1, iccArgument.p2, iccArgument.p3,
756 private void handleNullReturnEvent(Message msg, String command) { argument
764 loge(command + ": CommandException: " + ar.exception);
766 loge(command
780 sendRequest(int command, Object argument) argument
789 sendRequest(int command, Object argument, Integer subId) argument
817 sendRequestAsync(int command) argument
825 sendRequestAsync(int command, Object argument) argument
1995 iccTransmitApduLogicalChannel(int channel, int cla, int command, int p1, int p2, int p3, String data) argument
2023 iccTransmitApduBasicChannel(int cla, int command, int p1, int p2, int p3, String data) argument
2046 iccExchangeSimIO(int fileID, int command, int p1, int p2, int p3, String filePath) argument
[all...]
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1784 static void gattTestNative(JNIEnv *env, jobject object, jint command, argument
1804 sGattIf->client->test_command(command, &params);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2337 void gattTestCommand(int command, UUID uuid1, String bda1, argument
2341 gattTestNative(command, uuid1.getLeastSignificantBits(),
2344 gattTestNative(command, 0,0, bda1, p1, p2, p3, p4, p5);
2347 private native void gattTestNative(int command, argument
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 410 milliseconds