Searched defs:setOwnerStatus (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapIMProvider.java618 ret = setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId);
653 abstract protected int setOwnerStatus(int presenceState, String presenceStatus, method in class:BluetoothMapIMProvider
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java479 return setOwnerStatus(name, appParams);
724 private int setOwnerStatus(String msgHandle, BluetoothMapAppParams appParams) method in class:BluetoothMapObexServer
760 if (D) Log.d(TAG,"setOwnerStatus in: " + uri.toString());
762 if (D) Log.d(TAG,"setOwnerStatus call()...");
768 if (D) Log.d(TAG,"setOwnerStatus call failed");
775 if(D) Log.e(TAG, "setOwnerStatus - if uri or method is null", e);
778 if(D) Log.e(TAG, "setOwnerStatus - if uri is not known", e);
1588 return setOwnerStatus(name, appParams);

Completed in 231 milliseconds