Home
last modified time | relevance | path

Searched refs:TABLE_FOLDER (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java222 .appendPath(TABLE_FOLDER) in buildFolderUri()
284 public static final String TABLE_FOLDER = "Folder"; field in BluetoothMapContract
DBluetoothMapEmailProvider.java94 mMatcher.addURI(mAuthority, "#/" + BluetoothMapContract.TABLE_FOLDER, MATCH_FOLDER); in attachInfo()
646 } else if (table.equals(BluetoothMapContract.TABLE_FOLDER)) { in update()
DBluetoothMapIMProvider.java547 } else if (table.equals(BluetoothMapContract.TABLE_FOLDER)) { in update()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/
DBluetoothMapContractTest.java107 + BluetoothMapContract.TABLE_FOLDER; in testBuildFolderUri()
DBluetoothMapEmailProviderTest.java228 .appendPath(BluetoothMapContract.TABLE_FOLDER) in query_forFolderUri()
330 .appendPath(BluetoothMapContract.TABLE_FOLDER) in update_forFolderUri()
DBluetoothMapIMProviderTest.java377 .appendPath(BluetoothMapContract.TABLE_FOLDER) in update_forFolderUri()