PBAPS: Get vcard when asked in alphabetical order
Precondition: ============= - PSE should have atleast 40 contacts with all alphabetical permutations Step by Step procedure: ======================= 1. Establish PBAP session. Navigate to "Browse" Tab 2. Select telecom/pb.vcf on remote device and select "SETPHONEBOOK" 3. Select "Get Size" from remote device 4. Select default sorting, maxlistcount = 5000 and click "Search" to browse phonebook 5. Select "Alphabetical" sorting, maxlistcount = 5000 and click "Search" to browse phonebook Actual Result ============================ After alphabetical sorting the contacts are displayed according to index but not with sorted request Expected result: ========================= When contacts are sorted according to alphabets the contact info should also be displayed according to contacts. Root Cause: ======================== While quering vcard entry from database, proper checks of the order (indexed/alphabetical) was not there in M Stock code compared to L Stock code. Change-Id: Ie7990992b4dd22add3526aa0050121e680567bb8
Loading
Please register or sign in to comment