Searched refs:BT_FOLDER_PROJECTION (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | BluetoothMapContentTest.java | 86 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/ |
D | BluetoothMapContract.java | 1140 public static final String[] BT_FOLDER_PROJECTION = new String[] { field in BluetoothMapContract
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapObexServer.java | 268 BluetoothMapContract.BT_FOLDER_PROJECTION, where, null, null); in addEmailFolders()
|