HomeSort by relevance Sort by last modified time
    Searched refs:appendOutputText (Results 1 - 3 of 3) sorted by null

  /packages/services/Car/TrustAgent/src/com/android/car/trust/
CarEnrolmentActivity.java 78 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) {
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("Removing old token, handle value: " + handle)
    [all...]
PhoneUnlockController.java 98 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) {
PhoneEnrolmentController.java 100 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) {

Completed in 490 milliseconds