Home
last modified time | relevance | path

Searched refs:shouldWriteAccountKeyForExistingCase (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/common/bluetooth/fastpair/
DFastPairDualConnectionTest.java276 connection.shouldWriteAccountKeyForExistingCase(ACCOUNT_KEY); in testShouldWriteAccountKeyForExistingCase()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DFastPairDualConnection.java1348 } else if (shouldWriteAccountKeyForExistingCase(accountKey)) { in maybeWriteAccountKey()
1442 boolean shouldWriteAccountKeyForExistingCase(byte[] existingAccountKey) { in shouldWriteAccountKeyForExistingCase() method in FastPairDualConnection