OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChatState
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java
127
public static final String EXTRA_CHAT_STATE = "
ChatState
";
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java
613
int
chatState
= BluetoothMapContract.
ChatState
.UNKNOWN;
697
int presenceState, String presenceStatus, int
chatState
) {
718
if (
chatState
!= BluetoothMapContract.
ChatState
.UNKNOWN) {
719
this.
chatState
=
chatState
;
[
all
...]
Completed in 137 milliseconds