OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chatState
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java
622
int
chatState
= extras.getInt(BluetoothMapContract.EXTRA_CHAT_STATE);
624
ret = setOwnerStatus(presenceState, presenceStatus, lastActive,
chatState
, convoId);
655
* @param
chatState
should follow the contract specified values
660
long lastActive, int
chatState
, String convoId);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java
715
int
chatState
= appParams.getChatState();
721
chatState
== BluetoothMapAppParams.INVALID_VALUE_PARAMETER &&
[
all
...]
BluetoothMapContentObserver.java
612
int
chatState
= BluetoothMapContract.
ChatState
.UNKNOWN;
696
int presenceState, String presenceStatus, int
chatState
) {
717
if (
chatState
!= BluetoothMapContract.
ChatState
.UNKNOWN) {
718
this.
chatState
=
chatState
;
[
all
...]
Completed in 38 milliseconds