Searched refs:REASON_INTERNAL_ERROR (Results 1 – 3 of 3) sorted by relevance
22 import static android.companion.CompanionDeviceManager.REASON_INTERNAL_ERROR;381 callback.onFailure(REASON_INTERNAL_ERROR); in sendCallbackAndFinish()
21 import static android.companion.CompanionDeviceManager.REASON_INTERNAL_ERROR;389 cancelReason = REASON_INTERNAL_ERROR; in cancel()
171 public static final String REASON_INTERNAL_ERROR = "internal_error"; field in CompanionDeviceManager