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/
BluetoothEventLoop.java 218 mBluetoothService.getBondState().getAttempt(address) == 1) {
241 int attempt = mBluetoothService.getBondState().getAttempt(address);
BluetoothService.java 729 return getAttempt(address) != 0;
742 public synchronized int getAttempt(String address) {
    [all...]

Completed in 369 milliseconds