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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapSession.java 47 public static final int AUTH_TIMEOUT = 9;
162 mParentHandler.obtainMessage(AUTH_TIMEOUT).sendToTarget();
BluetoothPbapClient.java 461 case BluetoothPbapSession.AUTH_TIMEOUT:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 138 private static final int AUTH_TIMEOUT = 3;
700 case AUTH_TIMEOUT:
717 .obtainMessage(AUTH_TIMEOUT), USER_CONFIRM_TIMEOUT_VALUE);
    [all...]
  /system/vold/
KeyStorage.cpp 59 static constexpr uint32_t AUTH_TIMEOUT = 30; // Seconds
120 paramBuilder.Authorization(keymaster::TAG_AUTH_TIMEOUT, AUTH_TIMEOUT);

Completed in 84 milliseconds