Searched refs:appendOutputText (Results 1 - 3 of 3) sorted by relevance

/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarEnrolmentActivity.java78 appendOutputText("Is token active? " + tokenActive + " handle: " + mHandle);
93 appendOutputText("Escrow Token Added. Handle: " + handle
160 appendOutputText("No handles found.");
172 appendOutputText("Error checking if token is valid");
184 private void appendOutputText(final String text) { method in class:CarEnrolmentActivity
196 appendOutputText("Server started");
201 appendOutputText("Server failed to start, error code: " + errorCode);
207 appendOutputText("Device connected: " + device.getName()
215 appendOutputText("Enrolment data received ");
233 appendOutputText("Removin
[all...]
H A DPhoneUnlockController.java98 appendOutputText("Sending unlock token and handle to remote device");
120 appendOutputText("Device connected: " + device.getName()
126 appendOutputText("Device disconnected");
153 appendOutputText("Unlock BLE client successfully connected");
166 private void appendOutputText(final String text) { method in class:PhoneUnlockController
H A DPhoneEnrolmentController.java100 appendOutputText("Sending new escrow token to remote device");
132 appendOutputText("Device connected: " + device.getName()
138 appendOutputText("Device disconnected");
154 appendOutputText("Token handle received: " + handle);
177 appendOutputText("Enrolment BLE client successfully connected");
201 private void appendOutputText(final String text) { method in class:PhoneEnrolmentController

Completed in 629 milliseconds