| /packages/apps/Camera2/src/com/android/camera/one/v2/commands/ |
| D | CameraCommandExecutor.java | 44 public CommandRunnable(CameraCommand command) { in CommandRunnable() 100 public Future<?> execute(CameraCommand command) { in execute()
|
| D | RunnableCameraCommand.java | 27 public RunnableCameraCommand(CameraCommandExecutor executor, CameraCommand command) { in RunnableCameraCommand()
|
| D | ResettingRunnableCameraCommand.java | 44 public ResettingRunnableCameraCommand(CameraCommandExecutor executor, CameraCommand command) { in ResettingRunnableCameraCommand()
|
| /packages/apps/Contacts/src/com/android/contacts/util/concurrent/ |
| D | ContactsExecutors.java | 111 public ScheduledFuture<?> schedule(final Runnable command, long delay, TimeUnit unit) { in schedule() 128 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, in scheduleAtFixedRate() 135 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay() 165 public void execute(Runnable command) { in execute() 232 final Runnable command) { in fromRunnable()
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/ |
| D | ProviderExecutor.java | 93 public void execute(Runnable command) { in execute() 103 final Runnable command = mQueue.take(); in run() local
|
| /packages/apps/Dialer/java/com/android/incallui/async/ |
| D | PausableExecutorImpl.java | 37 public void execute(Runnable command) { in execute()
|
| /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
| D | TestScheduledExecutorService.java | 115 public void execute(Runnable command) { in execute() 120 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 132 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate() 138 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay()
|
| /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/ |
| D | RequestPinItemTest.java | 101 Intent command = RequestPinItemActivity.getCommandIntent( in testPinWidgetNoConfig_customPreview() local 130 Intent command = RequestPinItemActivity.getCommandIntent( in testPinShortcut() local
|
| /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
| D | ImapConnection.java | 331 public List<ImapResponse> executeSimpleCommand(String command) in executeSimpleCommand() 347 public List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand() 355 public String sendCommand(String command, boolean sensitive) in sendCommand()
|
| /packages/apps/Email/provider_src/com/android/email/mail/store/ |
| D | ImapConnection.java | 274 String sendCommand(String command, boolean sensitive) in sendCommand() 281 String sendCommandInternal(String command, boolean sensitive) in sendCommandInternal() 326 List<ImapResponse> executeSimpleCommand(String command) throws IOException, MessagingException { in executeSimpleCommand() 372 List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand()
|
| /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
| D | Dicttool.java | 108 final Command command = getCommandInstance(commandName); in getCommand() local 120 final Command command = getCommand(arguments); in execute() local
|
| /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
| D | MockExecutor.java | 55 Runnable command = mQueue.removeFirst(); in runNext() local
|
| /packages/apps/Dialer/java/com/android/voicemail/impl/protocol/ |
| D | CvvmProtocol.java | 47 public String getCommand(String command) { in getCommand()
|
| D | VisualVoicemailProtocol.java | 85 public String getCommand(String command) { in getCommand()
|
| /packages/apps/Test/connectivity/sl4n/utils/ |
| D | command_receiver.cpp | 63 void CommandReceiver::RegisterCommand(std::string name, MFP command) { in RegisterCommand()
|
| /packages/apps/Music/src/com/android/music/ |
| D | MediaButtonIntentReceiver.java | 80 String command = null; in onReceive() local
|
| /packages/apps/Email/src/com/android/email/mail/transport/ |
| D | SmtpSender.java | 236 private String executeSimpleCommand(String command) throws IOException, MessagingException { in executeSimpleCommand() 249 private String executeSensitiveCommand(String command, String sensitiveReplacement) in executeSensitiveCommand()
|
| /packages/services/Car/obd2-lib/src/com/android/car/obd2/ |
| D | Obd2Connection.java | 111 private String runImpl(String command) throws IOException, InterruptedException { in runImpl() 140 public int[] run(String command) throws IOException, InterruptedException { in run()
|
| D | Obd2Command.java | 159 String command = String.format("%02X%02X", mMode, mSemanticHandler.getPid()); in run() local 186 String command = in run() local
|
| /packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
| D | MessageInviteView.java | 65 Integer command = null; in onClick() local
|
| /packages/apps/Launcher3/src/com/android/launcher3/util/ |
| D | ViewOnDrawExecutor.java | 65 public void execute(Runnable command) { in execute()
|
| /packages/apps/Launcher3/src/com/android/launcher3/logging/ |
| D | UserEventDispatcher.java | 178 public void logActionCommand(int command, int containerType) { in logActionCommand() 182 public void logActionCommand(int command, int containerType, int pageIndex) { in logActionCommand() 192 public void logActionCommand(int command, View itemView, int containerType) { in logActionCommand()
|
| /packages/apps/Email/provider_src/com/android/email/mail/transport/ |
| D | DiscourseLogger.java | 78 public void addSentCommand(String command) { in addSentCommand()
|
| /packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
| D | PictureTakerImpl.java | 40 ImageSaver.Builder imageSaverBuilder, ImageCaptureCommand command) { in PictureTakerImpl()
|
| /packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/ |
| D | LensPickerTrampolineActivity.java | 119 private boolean executeSystemCommand(String command) { in executeSystemCommand()
|