Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java1147 public static final String[] BT_FOLDER_PROJECTION = new String[]{ field in BluetoothMapContract
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java286 Cursor c = mProviderClient.query(mEmailFolderUri, BluetoothMapContract.BT_FOLDER_PROJECTION, in addEmailFolders()