Home | History | Annotate | Download | only in pbap

Lines Matching refs:ContentType

158     public static class ContentType {
359 appParamValue.needTag = ContentType.PHONEBOOK;
361 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
363 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY;
365 appParamValue.needTag = ContentType.MISSED_CALL_HISTORY;
368 appParamValue.needTag = ContentType.COMBINED_CALL_HISTORY;
385 appParamValue.needTag = ContentType.PHONEBOOK;
388 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
391 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY;
394 appParamValue.needTag = ContentType.MISSED_CALL_HISTORY;
398 appParamValue.needTag = ContentType.COMBINED_CALL_HISTORY;
595 if (type == ContentType.PHONEBOOK) {
886 } else if (appParamValue.needTag == ContentType.PHONEBOOK) {
948 if (appParamValue.needTag != BluetoothPbapObexServer.ContentType.PHONEBOOK) {
962 if (appParamValue.needTag == BluetoothPbapObexServer.ContentType.PHONEBOOK) {
1011 case ContentType.INCOMING_CALL_HISTORY:
1014 case ContentType.OUTGOING_CALL_HISTORY:
1017 case ContentType.MISSED_CALL_HISTORY: