OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUTH_CHALL_ACTION
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
101
public static final String
AUTH_CHALL_ACTION
= "com.android.bluetooth.pbap.authchall";
592
createPbapNotification(
AUTH_CHALL_ACTION
);
651
} else if (action.equals(
AUTH_CHALL_ACTION
)) {
BluetoothPbapActivity.java
120
} else if (action.equals(BluetoothPbapService.
AUTH_CHALL_ACTION
)) {
Completed in 19 milliseconds