Searched refs:sendCommand (Results 1 - 2 of 2) sorted by relevance

/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
H A DNexusRS.java296 sendCommand(1, x, y);
298 sendCommand(2, x, y);
303 private void sendCommand(int command, int x, int y) { method in class:NexusRS
/packages/apps/Email/src/com/android/email/mail/store/
H A DImapStore.java906 mConnection.sendCommand(String.format(
1241 mConnection.sendCommand(
1533 public String sendCommand(String command, boolean sensitive) method in class:ImapStore.ImapConnection
1550 String tag = sendCommand(command, sensitive);

Completed in 53 milliseconds