Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java697 public interface FolderColumns { interface in BluetoothMapContract
1076 FolderColumns._ID,
1077 FolderColumns.NAME,
1078 FolderColumns.ACCOUNT_ID,
1079 FolderColumns.PARENT_FOLDER_ID
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapObexServerTest.java196 BluetoothMapContract.FolderColumns.NAME, in addEmailFolders()
197 BluetoothMapContract.FolderColumns._ID in addEmailFolders()
210 eq(BluetoothMapContract.FolderColumns.PARENT_FOLDER_ID + " = " + parentId), in addEmailFolders()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java275 BluetoothMapContract.FolderColumns.PARENT_FOLDER_ID in addEmailFolders()
290 c.getString(c.getColumnIndex(BluetoothMapContract.FolderColumns.NAME)); in addEmailFolders()
291 long id = c.getLong(c.getColumnIndex(BluetoothMapContract.FolderColumns._ID)); in addEmailFolders()