Searched refs:TRY_MAX (Results 1 – 1 of 1) sorted by relevance
72 private static final int TRY_MAX = 3; field in BluetoothKeystoreService457 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()