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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java159 public static final int PHONEBOOK = 1; field in class:BluetoothPbapObexServer.ContentType
352 appParamValue.needTag = ContentType.PHONEBOOK;
378 appParamValue.needTag = ContentType.PHONEBOOK;
556 if (type == ContentType.PHONEBOOK) {
843 } else if (appParamValue.needTag == ContentType.PHONEBOOK) {
904 if (appParamValue.needTag != BluetoothPbapObexServer.ContentType.PHONEBOOK) {
918 if (appParamValue.needTag == BluetoothPbapObexServer.ContentType.PHONEBOOK) {

Completed in 47 milliseconds