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

  /frameworks/base/core/java/android/server/
BluetoothBondState.java 262 return getAttempt(address) != 0;
277 public synchronized int getAttempt(String address) {
BluetoothService.java 553 int attempt = mBondState.getAttempt(address);
702 mBondState.getAttempt(address) == 1) {
728 int attempt = mBondState.getAttempt(address);
    [all...]

Completed in 63 milliseconds