Home
last modified time | relevance | path

Searched refs:BT_FOLDER_PROJECTION (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java86 static final String[] BT_FOLDER_PROJECTION = BluetoothMapContract.BT_FOLDER_PROJECTION; field in BluetoothMapContentTest
143 BluetoothMapContract.BT_FOLDER_PROJECTION, where, null, null); in addEmailFolders()
596 Cursor c = mResolver.query(mEmailFolderUri, BT_FOLDER_PROJECTION, where, null, "_id DESC"); in testDumpEmailFolders()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java1140 public static final String[] BT_FOLDER_PROJECTION = new String[] { field in BluetoothMapContract
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java268 BluetoothMapContract.BT_FOLDER_PROJECTION, where, null, null); in addEmailFolders()