Searched refs:commandToSend (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/ |
D | Obd2CommandTest.java | 50 String[] commandToSend = new String[] {String.format("01%02X\r", pid)}; in checkLiveFrameIntCommand() local 59 stringsToIntArray(commandToSend)), in checkLiveFrameIntCommand() 78 String[] commandToSend = new String[] {String.format("01%02X\r", pid)}; in checkLiveFrameFloatCommand() local 87 stringsToIntArray(commandToSend)), in checkLiveFrameFloatCommand() 106 String[] commandToSend = new String[] {String.format("02%02X 01\r", pid)}; in checkFreezeFrameIntCommand() local 115 stringsToIntArray(commandToSend)), in checkFreezeFrameIntCommand() 134 String[] commandToSend = new String[] {String.format("02%02X 01\r", pid)}; in checkFreezeFrameFloatCommand() local 143 stringsToIntArray(commandToSend)), in checkFreezeFrameFloatCommand()
|
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
D | ImapConnection.java | 287 String commandToSend = tag + " " + command; in sendCommandInternal() local 288 mTransport.writeLine(commandToSend, sensitive ? IMAP_REDACTED_LOG : null); in sendCommandInternal() 289 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend); in sendCommandInternal() 307 String commandToSend = commands.get(i); in sendComplexCommand() local 310 commandToSend = tag + " " + commandToSend; in sendComplexCommand() 320 mTransport.writeLine(commandToSend, null); in sendComplexCommand() 321 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend); in sendComplexCommand()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapConnection.java | 363 String commandToSend = tag + " " + command; in sendCommand() local 364 mTransport.writeLine(commandToSend, (sensitive ? IMAP_REDACTED_LOG : command)); in sendCommand()
|