Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java407 String ACCOUNT_DISPLAY_NAME = "account_display_name"; field
1129 AccountColumns._ID, AccountColumns.ACCOUNT_DISPLAY_NAME, AccountColumns.FLAG_EXPOSE,
1138 AccountColumns.ACCOUNT_DISPLAY_NAME,
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java196 c.getColumnIndex(BluetoothMapContract.AccountColumns.ACCOUNT_DISPLAY_NAME); in parseAccounts()