Searched defs:cmd (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Launcher3/
H A Dupdate_gallery_files.py52 cmd = 'cp %s/%s WallpaperPicker/%s/' % (gallery_dir, file_path, dir) variable
53 print cmd
54 os.system(cmd)
H A Dupdate_system_wallpaper_cropper.py56 cmd = 'cp %s %s/%s' % (file_path, framework_dir, dir) variable
57 print cmd
58 os.system(cmd)
/packages/apps/Mms/src/com/android/mms/transaction/
H A DNotificationPlayer.java76 public CreationAndCompletionThread(Command cmd) { argument
78 mCmd = cmd;
122 private void startSound(Command cmd) { argument
139 mCompletionThread = new CreationAndCompletionThread(cmd);
147 long delay = SystemClock.uptimeMillis() - cmd.requestTime;
153 Log.w(mTag, "error loading sound for " + cmd.uri, e);
165 Command cmd = null;
169 cmd = mCmdQueue.removeFirst();
172 switch (cmd.code) {
175 startSound(cmd);
306 enqueueLocked(Command cmd) argument
[all...]
/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasServerConnection.java213 public String makeUriString(final String cmd) { argument
215 if (cmd != null) {
216 uriString += "?Cmd=" + cmd + makeUserString();
221 private String makeUriString(final String cmd, final String extra) { argument
222 return makeUriString(cmd) + extra;
335 * @param cmd The command we're sending to the server.
341 protected EasResponse sendHttpClientPost(String cmd, final HttpEntity entity, argument
343 final boolean isPingCommand = cmd.equals("Ping");
350 if (cmd.startsWith("SmartForward&") || cmd
387 sendHttpClientPost(final String cmd, final byte[] bytes, final long timeout) argument
398 sendHttpClientPost(final String cmd, final byte[] bytes) argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DMenuExecutor.java370 DataManager manager, JobContext jc, int cmd, Path path) {
372 Log.v(TAG, "Execute cmd: " + cmd + " for " + path);
375 switch (cmd) {
409 " ms to execute cmd for " + path);
369 execute( DataManager manager, JobContext jc, int cmd, Path path) argument
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfpclient.cpp567 static jboolean sendATCmdNative(JNIEnv *env, jobject object, jint cmd, argument
576 if ((status = sBluetoothHfpClientInterface->send_at_cmd(cmd,val1,val2,arg)) !=
578 ALOGE("Failed to send cmd, status: %d", status);
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc_NativeNfcTag.cpp745 transceive_info.cmd.FelCmd = phNfc_eFelica_Raw;
751 transceive_info.cmd.MfCmd = phHal_eMifareRaw;
762 transceive_info.cmd.MfCmd = (phNfc_eMifareCmdList_t)buf[0];
770 transceive_info.cmd.JewelCmd = phNfc_eJewel_Raw;
776 transceive_info.cmd.MfCmd = phHal_eMifareRaw;
788 transceive_info.cmd.MfCmd = (phNfc_eMifareCmdList_t)buf[0];
795 transceive_info.cmd.Iso144434Cmd = phNfc_eIso14443_4_Raw;
799 transceive_info.cmd.Iso15693Cmd = phNfc_eIso15693_Cmd;
1068 uint8_t cmd[] = {0x90, 0x60, 0x00, 0x00, 0x00}; local
1069 // Identifies as DESfire, use get version cmd t
[all...]
/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java174 static final String CMD_MSG = "cmd message";
491 CatLog.d(LOG_TAG, "Current cmd type: " +
693 private boolean isCmdInteractive(CatCmdMessage cmd) { argument
694 switch (cmd.getCmdType()) {
714 DelayedCmd cmd = mStkContext[slotId].mCmdsQ.poll();
715 if (cmd != null) {
718 " id: " + cmd.id + "sim id: " + cmd.slotId);
719 switch (cmd.id) {
721 handleCmd(cmd
[all...]
/packages/apps/FMRadio/jni/fmr/
H A Dfm.h172 enum fm_scan_cmd_t cmd; member in struct:fm_scan_t

Completed in 200 milliseconds