OSDN Git Service

Fix get contact size not correct issue.
authorJaikumar Ganesh <jaikumar@google.com>
Fri, 30 Oct 2009 18:32:36 +0000 (11:32 -0700)
committerJaikumar Ganesh <jaikumar@google.com>
Mon, 2 Nov 2009 18:19:37 +0000 (10:19 -0800)
commit2b36e1731eb5ed784abc1a374eb69d8523123df1
treea9a939e6c8f4e0149c2614409257c7feae552d5e
parentc065fc5530cc0e8f14261f8c347984cdde070169
Fix get contact size not correct issue.

Call history handles should be ordered by "date DESC" per spec. The first
handle 1.vcf should be the most recently happend call.

Add order support for pullVcardListing reqeust:
One typical use case for PBAP is: first use pullVcardListing request to
display the contacts list, then use pullVcardEntry request to tirgger
the selected contact vcard. In such case, we need keep the contact db
query consistent for pullVcardListing and pullVcardEntry.

Use "Own number" for phone owner number instead of "Unknown name" in case
can not get the name from system.

Original Change: Fan Jackson
Dr No: Eastham
Bug Id: 2183320
res/values/strings_pbap.xml
src/com/android/bluetooth/pbap/BluetoothPbapObexServer.java
src/com/android/bluetooth/pbap/BluetoothPbapService.java
src/com/android/bluetooth/pbap/BluetoothPbapVcardManager.java