Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java540 public static final String[] BT_ACCOUNT_PROJECTION = new String[] { field in BluetoothMapContract
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapEmailSettingsLoader.java155 c = mProviderClient.query(uri, BluetoothMapContract.BT_ACCOUNT_PROJECTION, null, null, in parseAccounts()