Home | History | Annotate | Download | only in pbap

Lines Matching refs:ContentType

179     public static class ContentType {
394 appParamValue.needTag = ContentType.PHONEBOOK;
396 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
398 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY;
400 appParamValue.needTag = ContentType.MISSED_CALL_HISTORY;
403 appParamValue.needTag = ContentType.COMBINED_CALL_HISTORY;
426 appParamValue.needTag = ContentType.PHONEBOOK;
429 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
432 ContentType.INCOMING_CALL_HISTORY);
435 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY;
438 ContentType.OUTGOING_CALL_HISTORY);
441 appParamValue.needTag = ContentType.MISSED_CALL_HISTORY;
444 ContentType.MISSED_CALL_HISTORY);
448 appParamValue.needTag = ContentType.COMBINED_CALL_HISTORY;
451 ContentType.COMBINED_CALL_HISTORY);
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) {
1212 case ContentType.INCOMING_CALL_HISTORY:
1216 case ContentType.OUTGOING_CALL_HISTORY:
1219 case ContentType.MISSED_CALL_HISTORY: