Searched refs:CreateBondErrorCode (Results 1 – 5 of 5) sorted by relevance
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/intdefs/ |
| D | FastPairEventIntDefs.java | 129 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/ |
| D | CreateBondException.java | 19 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()
|
| D | BluetoothAudioPairer.java | 56 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()
|
| D | FastPairDualConnection.java | 76 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/ |
| D | CreateBondExceptionTest.java | 36 FastPairEventIntDefs.CreateBondErrorCode.INCORRECT_VARIANT, REASON, FORMAT); 41 FastPairEventIntDefs.CreateBondErrorCode.INCORRECT_VARIANT); in test_getter_asExpected()
|