Searched refs:BT_ACCOUNT_PROJECTION (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | BluetoothMapContentTest.java | 84 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()
|
D | BluetoothMapIMContentTest.java | 135 BluetoothMapContract.BT_ACCOUNT_PROJECTION, null, null, "_id DESC"); in dumpImAccountsTable()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapAccountLoader.java | 178 c = mProviderClient.query(uri, BluetoothMapContract.BT_ACCOUNT_PROJECTION, in parseAccounts()
|
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapContract.java | 1119 public static final String[] BT_ACCOUNT_PROJECTION = new String[] { field in BluetoothMapContract
|