Home
last modified time | relevance | path

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

12

/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
DCameraCommandExecutor.java44 public CommandRunnable(CameraCommand command) { in CommandRunnable()
100 public Future<?> execute(CameraCommand command) { in execute()
DRunnableCameraCommand.java27 public RunnableCameraCommand(CameraCommandExecutor executor, CameraCommand command) { in RunnableCameraCommand()
DResettingRunnableCameraCommand.java44 public ResettingRunnableCameraCommand(CameraCommandExecutor executor, CameraCommand command) { in ResettingRunnableCameraCommand()
/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
DContactsExecutors.java111 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/
DProviderExecutor.java93 public void execute(Runnable command) { in execute()
103 final Runnable command = mQueue.take(); in run() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestImmediateExecutor.java28 public void execute(Runnable command) { in execute()
DTestScheduledExecutorService.java115 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/Dialer/java/com/android/incallui/async/
DPausableExecutorImpl.java37 public void execute(Runnable command) { in execute()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DRequestPinItemTest.java97 Intent command = RequestPinItemActivity.getCommandIntent( in testPinWidgetNoConfig_customPreview() local
128 Intent command = RequestPinItemActivity.getCommandIntent( in testPinShortcut() local
/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2FreezeFrameGenerator.java131 FreezeFrameCommand<Integer> command = in generate() local
153 FreezeFrameCommand<Float> command = in generate() local
DObd2Connection.java119 private String runImpl(String command) throws IOException, InterruptedException { in runImpl()
169 public int[] run(String command) throws IOException, InterruptedException { in run()
280 int command = basePid + 8 * byteIndex + 7 - bitIndex; in getSupportedPIDs() local
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java331 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/
DImapConnection.java274 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/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
DMockExecutor.java55 Runnable command = mQueue.removeFirst(); in runNext() local
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DDicttool.java108 final Command command = getCommandInstance(commandName); in getCommand() local
120 final Command command = getCommand(arguments); in execute() local
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
DCvvmProtocol.java47 public String getCommand(String command) { in getCommand()
/packages/apps/Test/connectivity/sl4n/utils/
Dcommand_receiver.cpp63 void CommandReceiver::RegisterCommand(std::string name, MFP command) { in RegisterCommand()
/packages/apps/TV/src/com/android/tv/util/
DNetworkTrafficTags.java46 public void execute(final @NonNull Runnable command) { in execute()
/packages/apps/Music/src/com/android/music/
DMediaButtonIntentReceiver.java80 String command = null; in onReceive() local
/packages/apps/Email/src/com/android/email/mail/transport/
DSmtpSender.java236 private String executeSimpleCommand(String command) throws IOException, MessagingException { in executeSimpleCommand()
249 private String executeSensitiveCommand(String command, String sensitiveReplacement) in executeSensitiveCommand()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
DShellCommandRule.java46 public static void runShellCommand(String command) throws IOException { in runShellCommand()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageInviteView.java65 Integer command = null; in onClick() local
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DUserEventDispatcher.java179 public void logActionCommand(int command, int containerType) { in logActionCommand()
183 public void logActionCommand(int command, int containerType, int pageIndex) { in logActionCommand()
193 public void logActionCommand(int command, View itemView, int containerType) { in logActionCommand()
/packages/apps/Email/provider_src/com/android/email/mail/transport/
DDiscourseLogger.java78 public void addSentCommand(String command) { in addSentCommand()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DViewOnDrawExecutor.java66 public void execute(Runnable command) { in execute()

12