Home
last modified time | relevance | path

Searched defs:command (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
DAttachmentTypeSelectorAdapter.java83 int resource, int command) { in addItem()
91 public AttachmentListItem(String title, int resource, int command) { in AttachmentListItem()
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
DMockExecutor.java55 Runnable command = mQueue.removeFirst(); in runNext() local
/packages/apps/Email/src/com/android/email/mail/transport/
DSmtpSender.java243 private String executeSimpleCommand(String command) throws IOException, MessagingException { in executeSimpleCommand()
256 private String executeSensitiveCommand(String command, String sensitiveReplacement) in executeSensitiveCommand()
DDiscourseLogger.java79 public void addSentCommand(String command) { in addSentCommand()
/packages/apps/Music/src/com/android/music/
DMediaButtonIntentReceiver.java82 String command = null; in onReceive() local
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
DNexusRS.java161 public int command; field in NexusRS.CommandState
303 private void sendCommand(int command, int x, int y) { in sendCommand()
/packages/apps/Phone/src/com/android/phone/
DPhoneInterfaceManager.java172 private Object sendRequest(int command, Object argument) { in sendRequest()
200 private void sendRequestAsync(int command) { in sendRequestAsync()
/packages/apps/Email/src/com/android/email/mail/store/
DLocalStore.java473 PendingCommand command = new PendingCommand(); in getPendingCommands() local
492 public void addPendingCommand(PendingCommand command) { in addPendingCommand()
507 public void removePendingCommand(PendingCommand command) { in removePendingCommand()
513 public String command; field in LocalStore.PendingCommand
DImapStore.java1533 public String sendCommand(String command, boolean sensitive) in sendCommand()
1543 public List<ImapResponse> executeSimpleCommand(String command) throws IOException, in executeSimpleCommand()
1548 public List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand()
DPop3Store.java892 private String executeSimpleCommand(String command) throws IOException, MessagingException { in executeSimpleCommand()
905 private String executeSensitiveCommand(String command, String sensitiveReplacement) in executeSensitiveCommand()
/packages/apps/Email/src/com/android/email/
DMessagingController.java162 Command command; in run() local
179 Command command = new Command(); in put() local