Home
last modified time | relevance | path

Searched refs:ACCOUNT_UCI (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java431 public static final String ACCOUNT_UCI = "account_uci"; field
1133 AccountColumns.ACCOUNT_UCI,
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java196 int uciIndex = c.getColumnIndex(BluetoothMapContract.AccountColumns.ACCOUNT_UCI); in parseAccounts()