• Jaikumar Ganesh's avatar
    Fix get contact size not correct issue. · 2b36e173
    Jaikumar Ganesh authored
    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
    2b36e173
BluetoothPbapVcardManager.java 21.3 KB