Home
last modified time | relevance | path

Searched refs:DeviceError (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/
DLocalFeature.java21 import static com.android.car.connecteddevice.ConnectedDeviceManager.DeviceError;
175 protected void onDeviceError(@NonNull ConnectedDevice device, @DeviceError int error) { } in onDeviceError()
205 public void onDeviceError(ConnectedDevice device, @DeviceError int error) {
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/
DAssociationCallback.java40 void onAssociationError(@ConnectedDeviceManager.DeviceError int error); in onAssociationError()
DConnectedDeviceManager.java135 public @interface DeviceError {} annotation in ConnectedDeviceManager
901 void onDeviceError(@NonNull ConnectedDevice device, @DeviceError int error);