HomeSort by relevance Sort by last modified time
    Searched refs:clearPinAttempts (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/server/
BluetoothBondState.java 265 public synchronized void clearPinAttempts(String address) {
266 if (DBG) Log.d(TAG, "clearPinAttempts: " + address);
BluetoothService.java 564 if (attempt > 0) mBondState.clearPinAttempts(address);
699 mBondState.clearPinAttempts(address);
711 mBondState.clearPinAttempts(address);
731 mBondState.clearPinAttempts(address);
741 mBondState.clearPinAttempts(address);
    [all...]

Completed in 653 milliseconds