/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
D | TestCommandReceiver.java | 37 public static Bundle callCommand(String command) { in callCommand() 41 public static Bundle callCommand(String command, String arg) { in callCommand() 45 public static Bundle callCommand(String command, String arg, Bundle extras) { in callCommand()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/command/ |
D | BrowserUri.java | 33 private BrowserUri(PropertyInfo command) { in BrowserUri() 43 public static BrowserUri createInstance(PropertyInfo command) { in createInstance()
|
/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/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/services/Car/cpp/computepipe/tests/runner/client_interface/ |
D | ClientInterfaceTest.cc | 134 proto::ConfigurationCommand command; in TEST_F() local 173 proto::ConfigurationCommand command; in TEST_F() local 218 proto::ControlCommand command; in TEST_F() local 250 proto::ControlCommand command; in TEST_F() local 364 proto::ConfigurationCommand command; in TEST_F() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareShellCommand.java | 41 public void register(String command, DelegatedShellCommand shellCommand) { in register() 123 void onHelp(String command, BasicShellCommandHandler parentShell); in onHelp()
|
/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/services/Telephony/tests/src/com/android/ |
D | TestExecutorService.java | 203 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 222 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate() 228 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay() 234 public void execute(Runnable command) { in execute() 238 private void onExecute(Runnable command) { in onExecute()
|
/packages/modules/adb/daemon/ |
D | abb_service.cpp | 43 unique_fd AbbProcess::sendCommand(std::string_view command) { in sendCommand() 88 unique_fd execute_abb_command(std::string_view command) { in execute_abb_command()
|
D | shell_service_test.cpp | 63 const char* command, SubprocessType type, SubprocessProtocol protocol) { in StartTestSubprocess() 71 void ShellServiceTest::StartTestCommandInProcess(std::string name, Command command, in StartTestCommandInProcess() 212 for (std::string command : commands) { in TEST_F() local 224 for (const char* command : commands) { in TEST_F() local
|
/packages/apps/Launcher3/src/com/android/launcher3/pm/ |
D | UserCache.java | 71 public SafeCloseable addUserChangeListener(Runnable command) { in addUserChangeListener() 100 private void removeUserChangeListener(Runnable command) { in removeUserChangeListener()
|
/packages/apps/SecureElement/src/com/android/se/ |
D | Channel.java | 115 public byte[] transmit(byte[] command) throws IOException { in transmit() 239 private void checkCommand(byte[] command) { in checkCommand() 315 public byte[] transmit(byte[] command) throws RemoteException { in transmit()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/ |
D | RequestPinItemTest.java | 93 Intent command = RequestPinItemActivity.getCommandIntent( in testPinWidgetNoConfig_customPreview() local 115 Intent command = RequestPinItemActivity.getCommandIntent( in testPinShortcut() local
|
/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()
|
D | TestImmediateExecutor.java | 28 public void execute(Runnable command) { in execute()
|
/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | HandlerExecutor.java | 41 public void execute(Runnable command) { in execute()
|
/packages/apps/TV/common/src/com/android/tv/common/compat/internal/ |
D | tif_commands.proto | 32 oneof command { oneof
|
D | recording_commands.proto | 32 oneof command { oneof
|
/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/services/Car/obd2-lib/src/com/android/car/obd2/ |
D | Obd2FreezeFrameGenerator.java | 131 FreezeFrameCommand<Integer> command = in generate() local 153 FreezeFrameCommand<Float> command = in generate() local
|
/packages/apps/Dialer/java/com/android/incallui/async/ |
D | PausableExecutorImpl.java | 37 public void execute(Runnable command) { in execute()
|
/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/Dialer/java/com/android/dialer/commandline/impl/ |
D | ActiveCallsCommand.java | 57 String command = args.getPositionals().get(0); in run() local
|