Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java72 private static final int TRY_MAX = 3; field in BluetoothKeystoreService
457 while (!successful && counter < TRY_MAX) { in readHashFile()
566 while (targetData == null && counter < TRY_MAX) { in tryCompute()
682 while ((counter <= TRY_MAX) && (keyStore == null)) { in getKeyStore()