Searched defs:command (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Mms/src/com/android/mms/ui/ |
D | AttachmentTypeSelectorAdapter.java | 83 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/ |
D | MockExecutor.java | 55 Runnable command = mQueue.removeFirst(); in runNext() local
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
D | SmtpSender.java | 243 private String executeSimpleCommand(String command) throws IOException, MessagingException { in executeSimpleCommand() 256 private String executeSensitiveCommand(String command, String sensitiveReplacement) in executeSensitiveCommand()
|
D | DiscourseLogger.java | 79 public void addSentCommand(String command) { in addSentCommand()
|
/packages/apps/Music/src/com/android/music/ |
D | MediaButtonIntentReceiver.java | 82 String command = null; in onReceive() local
|
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/ |
D | NexusRS.java | 161 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/ |
D | PhoneInterfaceManager.java | 172 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/ |
D | LocalStore.java | 473 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
|
D | ImapStore.java | 1533 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()
|
D | Pop3Store.java | 892 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/ |
D | MessagingController.java | 162 Command command; in run() local 179 Command command = new Command(); in put() local
|