Home
last modified time | relevance | path

Searched refs:connectionError (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-lib/src/android/car/occupantconnection/
DCarOccupantConnectionManager.java273 void onFailed(@NonNull OccupantZoneInfo receiverZone, int connectionError); in onFailed() argument
341 public void onFailed(OccupantZoneInfo receiverZone, int connectionError) {
355 () -> callback.onFailed(receiverZone, connectionError));
DIConnectionRequestCallback.aidl27 int connectionError); in onFailed() argument
/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarOccupantConnectionService.java506 int connectionError = CONNECTION_ERROR_NONE; in requestConnection() local
516 connectionError = CONNECTION_ERROR_UNKNOWN; in requestConnection()
519 connectionError = CONNECTION_ERROR_NOT_READY; in requestConnection()
526 connectionError = CONNECTION_ERROR_PEER_APP_NOT_INSTALLED; in requestConnection()
530 if (connectionError != CONNECTION_ERROR_NONE) { in requestConnection()
532 callback.onFailed(receiverZone, connectionError); in requestConnection()
535 senderClient, connectionError); in requestConnection()
/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/occupantconnection/
DOccupantConnectionFragment.java304 String connectionError = getConnectionError(occupantZoneStates, appStates); in checkConnectionError() local
305 if (connectionError != null) { in checkConnectionError()
307 "Can't connect to the occupant zone because " + connectionError, in checkConnectionError()
DSenderFragment.java76 public void onFailed(OccupantZoneInfo receiverZone, int connectionError) {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/
DCarOccupantConnectionServiceTest.java1025 public void onFailed(OccupantZoneInfo receiverZone, int connectionError) { in onFailed() argument