Home
last modified time | relevance | path

Searched refs:CreateBondErrorCode (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/intdefs/
DFastPairEventIntDefs.java129 CreateBondErrorCode.UNKNOWN_BOND_ERROR_CODE,
130 CreateBondErrorCode.BOND_BROKEN,
131 CreateBondErrorCode.POSSIBLE_MITM,
132 CreateBondErrorCode.NO_PERMISSION,
133 CreateBondErrorCode.INCORRECT_VARIANT,
134 CreateBondErrorCode.FAILED_BUT_ALREADY_RECEIVE_PASS_KEY,
136 public @interface CreateBondErrorCode { annotation in FastPairEventIntDefs
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DCreateBondException.java19 import com.android.server.nearby.intdefs.FastPairEventIntDefs.CreateBondErrorCode;
23 final @CreateBondErrorCode int mErrorCode;
26 CreateBondException(@CreateBondErrorCode int errorCode, int reason, String format, in CreateBondException()
34 public @CreateBondErrorCode int getErrorCode() { in getErrorCode()
DBluetoothAudioPairer.java56 import com.android.server.nearby.intdefs.FastPairEventIntDefs.CreateBondErrorCode;
502 CreateBondErrorCode.INCORRECT_VARIANT, 0, in handlePairingRequest()
702 CreateBondErrorCode.POSSIBLE_MITM, in handleBondStateChanged()
719 CreateBondErrorCode.BOND_BROKEN, reason, "Bond broken, reason=%d", in handleBondStateChanged()
DFastPairDualConnection.java76 import com.android.server.nearby.intdefs.FastPairEventIntDefs.CreateBondErrorCode;
989 CreateBondErrorCode.FAILED_BUT_ALREADY_RECEIVE_PASS_KEY, in pair()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/common/bluetooth/fastpair/
DCreateBondExceptionTest.java36 FastPairEventIntDefs.CreateBondErrorCode.INCORRECT_VARIANT, REASON, FORMAT);
41 FastPairEventIntDefs.CreateBondErrorCode.INCORRECT_VARIANT); in test_getter_asExpected()