Searched refs:connectionError (Results 1 – 6 of 6) sorted by relevance
273 void onFailed(@NonNull OccupantZoneInfo receiverZone, int connectionError); in onFailed() argument341 public void onFailed(OccupantZoneInfo receiverZone, int connectionError) {355 () -> callback.onFailed(receiverZone, connectionError));
27 int connectionError); in onFailed() argument
506 int connectionError = CONNECTION_ERROR_NONE; in requestConnection() local516 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()
304 String connectionError = getConnectionError(occupantZoneStates, appStates); in checkConnectionError() local305 if (connectionError != null) { in checkConnectionError()307 "Can't connect to the occupant zone because " + connectionError, in checkConnectionError()
76 public void onFailed(OccupantZoneInfo receiverZone, int connectionError) {
1025 public void onFailed(OccupantZoneInfo receiverZone, int connectionError) { in onFailed() argument