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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java180 public static final int PHONEBOOK = 1; field in class:BluetoothPbapObexServer.ContentType
394 appParamValue.needTag = ContentType.PHONEBOOK;
426 appParamValue.needTag = ContentType.PHONEBOOK;
693 if (appParamValue.needTag == ContentType.PHONEBOOK) {
1079 } else if (appParamValue.needTag == ContentType.PHONEBOOK) {
1143 if (appParamValue.needTag != BluetoothPbapObexServer.ContentType.PHONEBOOK) {
1157 if (appParamValue.needTag == BluetoothPbapObexServer.ContentType.PHONEBOOK) {

Completed in 195 milliseconds