OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AUTH_TIMEOUT
(Results
1 - 3
of
3
) sorted by null
/system/vold/
KeyStorage.cpp
59
static constexpr uint32_t
AUTH_TIMEOUT
= 30; // Seconds
120
paramBuilder.Authorization(keymaster::TAG_AUTH_TIMEOUT,
AUTH_TIMEOUT
);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapSession.java
47
public static final int
AUTH_TIMEOUT
= 9;
162
mParentHandler.obtainMessage(
AUTH_TIMEOUT
).sendToTarget();
/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
...]
Completed in 86 milliseconds