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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java163 public static final int PHONEBOOK = 1; field in class:BluetoothPbapObexServer.ContentType
363 appParamValue.needTag = ContentType.PHONEBOOK;
395 appParamValue.needTag = ContentType.PHONEBOOK;
605 if (type == ContentType.PHONEBOOK) {
920 } else if (appParamValue.needTag == ContentType.PHONEBOOK) {
982 if (appParamValue.needTag != BluetoothPbapObexServer.ContentType.PHONEBOOK) {
996 if (appParamValue.needTag == BluetoothPbapObexServer.ContentType.PHONEBOOK) {

Completed in 35 milliseconds