OSDN Git Service

Fix column ID for PBAP name lookup
authorAndre Eisenbach <eisenbach@google.com>
Tue, 1 Sep 2015 00:17:42 +0000 (17:17 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Tue, 1 Sep 2015 00:21:58 +0000 (17:21 -0700)
commitbf37a0295d110b77b635ca2986172bbdd59331bb
treee5e73ec3c49e61e1a2d5ca279cc769e19e64104f
parent9135d866b12ff019a4eae37e7a8c0df56a4383f2
Fix column ID for PBAP name lookup

When a phonebook lookup is performed to resolve a phone number into a
name, the wrong column ID is used to retrieve the value from the cursor,
causing an un-caught exception and a failed lookup.

Bug: 22953958
Change-Id: I1f826412916012382903fdf30d43d5cb3516432c
src/com/android/bluetooth/pbap/BluetoothPbapVcardManager.java