Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java84 static final String[] BT_ACCOUNT_PROJECTION = BluetoothMapContract.BT_ACCOUNT_PROJECTION; field in BluetoothMapContentTest
476 Cursor c = mResolver.query(mEmailAccountUri, BT_ACCOUNT_PROJECTION, null, null, "_id DESC"); in testDumpAccounts()
489 Cursor c = mResolver.query(mEmailAccountUri, BT_ACCOUNT_PROJECTION, null, null, "_id DESC"); in testAccountUpdate()
DBluetoothMapIMContentTest.java135 BluetoothMapContract.BT_ACCOUNT_PROJECTION, null, null, "_id DESC"); in dumpImAccountsTable()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java178 c = mProviderClient.query(uri, BluetoothMapContract.BT_ACCOUNT_PROJECTION, in parseAccounts()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java1119 public static final String[] BT_ACCOUNT_PROJECTION = new String[] { field in BluetoothMapContract