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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java59 public class BluetoothPbapObexServer extends ServerRequestHandler { class in inherits:ServerRequestHandler
61 private static final String TAG = "BluetoothPbapObexServer";
174 public BluetoothPbapObexServer(Handler callback, Context context) { method in class:BluetoothPbapObexServer
982 if (appParamValue.needTag != BluetoothPbapObexServer.ContentType.PHONEBOOK) {
996 if (appParamValue.needTag == BluetoothPbapObexServer.ContentType.PHONEBOOK) {

Completed in 11 milliseconds