Home
last modified time | relevance | path

Searched refs:command (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Music/src/com/android/music/
DMediaButtonIntentReceiver.java82 String command = null; in onReceive() local
85 command = MediaPlaybackService.CMDSTOP; in onReceive()
89 command = MediaPlaybackService.CMDTOGGLEPAUSE; in onReceive()
92 command = MediaPlaybackService.CMDNEXT; in onReceive()
95 command = MediaPlaybackService.CMDPREVIOUS; in onReceive()
98 command = MediaPlaybackService.CMDPAUSE; in onReceive()
101 command = MediaPlaybackService.CMDPLAY; in onReceive()
105 if (command != null) { in onReceive()
108 if ((MediaPlaybackService.CMDTOGGLEPAUSE.equals(command) || in onReceive()
109 MediaPlaybackService.CMDPLAY.equals(command)) in onReceive()
[all …]
/packages/apps/Mms/src/com/android/mms/ui/
DAttachmentTypeSelectorAdapter.java83 int resource, int command) { in addItem() argument
84 AttachmentListItem temp = new AttachmentListItem(title, resource, command); in addItem()
91 public AttachmentListItem(String title, int resource, int command) { in AttachmentListItem() argument
94 mCommand = command; in AttachmentListItem()
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
DMockExecutor.java55 Runnable command = mQueue.removeFirst(); in runNext() local
56 command.run(); in runNext()
/packages/apps/Email/src/com/android/email/mail/transport/
DSmtpSender.java245 private String executeSimpleCommand(String command) throws IOException, MessagingException { in executeSimpleCommand() argument
246 return executeSensitiveCommand(command, null); in executeSimpleCommand()
258 private String executeSensitiveCommand(String command, String sensitiveReplacement) in executeSensitiveCommand() argument
260 if (command != null) { in executeSensitiveCommand()
261 mTransport.writeLine(command, sensitiveReplacement); in executeSensitiveCommand()
DDiscourseLogger.java79 public void addSentCommand(String command) { in addSentCommand() argument
80 addLine(command); in addSentCommand()
/packages/apps/Email/src/com/android/email/mail/store/
DImapConnection.java241 String sendCommand(String command, boolean sensitive) in sendCommand() argument
245 String commandToSend = tag + " " + command; in sendCommand()
285 List<ImapResponse> executeSimpleCommand(String command) throws IOException, in executeSimpleCommand() argument
287 return executeSimpleCommand(command, false); in executeSimpleCommand()
323 List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand() argument
325 sendCommand(command, sensitive); in executeSimpleCommand()
DPop3Store.java915 private String executeSimpleCommand(String command) throws IOException, MessagingException { in executeSimpleCommand() argument
916 return executeSensitiveCommand(command, null); in executeSimpleCommand()
928 private String executeSensitiveCommand(String command, String sensitiveReplacement) in executeSensitiveCommand() argument
932 if (command != null) { in executeSensitiveCommand()
933 mTransport.writeLine(command, sensitiveReplacement); in executeSensitiveCommand()
DImapFolder.java392 String command = ImapConstants.UID_SEARCH + " " + searchCriteria; in searchForUids() local
393 return getSearchUids(mConnection.executeSimpleCommand(command)); in searchForUids()
/packages/apps/Contacts/tests/src/com/android/contacts/util/
DFakeAsyncTaskExecutor.java114 public void execute(Runnable command) { in execute() argument
118 command, mNextTask)); in execute()
/packages/apps/Phone/src/com/android/phone/
DPhoneInterfaceManager.java179 private Object sendRequest(int command, Object argument) { in sendRequest() argument
185 Message msg = mMainThreadHandler.obtainMessage(command, request); in sendRequest()
207 private void sendRequestAsync(int command) { in sendRequestAsync() argument
208 mMainThreadHandler.sendEmptyMessage(command); in sendRequestAsync()
DBluetoothHandsfree.java1498 private void broadcastVendorSpecificEventIntent(String command, in broadcastVendorSpecificEventIntent() argument
1503 if (VDBG) log("broadcastVendorSpecificEventIntent(" + command + ")"); in broadcastVendorSpecificEventIntent()
1506 intent.putExtra(BluetoothHeadset.EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD, command); in broadcastVendorSpecificEventIntent()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2330 for (Command command : commands) { in commandSequences()
2331 command.execute(); in commandSequences()
2338 for (Command command : commands) { in commandSequences()
2339 command.execute(); in commandSequences()
2346 for (Command command : commands) { in commandSequences()
2347 command.execute(); in commandSequences()
2354 for (Command command : commands) { in commandSequences()
2355 command.execute(); in commandSequences()
2362 for (Command command : commands) { in commandSequences()
2363 command.execute(); in commandSequences()
[all …]
/packages/apps/Email/src/com/android/email/
DMessagingController.java183 Command command; in run() local
185 command = mCommands.take(); in run()
189 if (command.listener == null || isActiveListener(command.listener)) { in run()
191 command.runnable.run(); in run()
200 Command command = new Command(); in put() local
201 command.listener = listener; in put()
202 command.runnable = runnable; in put()
203 command.description = description; in put()
204 mCommands.add(command); in put()
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile148 # (thus requiring an explicit @brief command for a brief description.)
156 # an explicit \brief command for a brief description.)
188 # put the command \sideeffect (or @sideeffect) in the documentation, which
272 # the \nosubgrouping command.
374 # that is typed after a \internal command is included. If the tag is set
480 # command in the documentation regardless of this setting.
511 # popen()) the command <command> <input-file>, where <command> is the value of
672 # the \include command).
692 # the \image command).
698 # by executing (via popen()) the command <filter> <input-file>, where <filter>
[all …]
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile148 # (thus requiring an explicit @brief command for a brief description.)
156 # an explicit \brief command for a brief description.)
188 # put the command \sideeffect (or @sideeffect) in the documentation, which
272 # the \nosubgrouping command.
374 # that is typed after a \internal command is included. If the tag is set
480 # command in the documentation regardless of this setting.
511 # popen()) the command <command> <input-file>, where <command> is the value of
672 # the \include command).
692 # the \image command).
698 # by executing (via popen()) the command <filter> <input-file>, where <filter>
[all …]
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile148 # (thus requiring an explicit @brief command for a brief description.)
156 # an explicit \brief command for a brief description.)
188 # put the command \sideeffect (or @sideeffect) in the documentation, which
272 # the \nosubgrouping command.
374 # that is typed after a \internal command is included. If the tag is set
480 # command in the documentation regardless of this setting.
511 # popen()) the command <command> <input-file>, where <command> is the value of
672 # the \include command).
692 # the \image command).
698 # by executing (via popen()) the command <filter> <input-file>, where <filter>
[all …]
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile148 # (thus requiring an explicit @brief command for a brief description.)
156 # an explicit \brief command for a brief description.)
188 # put the command \sideeffect (or @sideeffect) in the documentation, which
272 # the \nosubgrouping command.
374 # that is typed after a \internal command is included. If the tag is set
480 # command in the documentation regardless of this setting.
511 # popen()) the command <command> <input-file>, where <command> is the value of
672 # the \include command).
692 # the \image command).
698 # by executing (via popen()) the command <filter> <input-file>, where <filter>
[all …]
/packages/providers/CalendarProvider/tests/
DEMMA_README7 # command have already been issued.
/packages/apps/Email/src/com/android/email/widget/
DEmailWidget.java249 String command = pathSegments.get(0); in processIntent() local
253 if (EmailWidget.COMMAND_NAME_VIEW_MESSAGE.equals(command)) { in processIntent()