Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java223 .appendPath(TABLE_FOLDER) in buildFolderUri()
284 public static final String TABLE_FOLDER = "Folder"; field in BluetoothMapContract
DBluetoothMapEmailProvider.java95 mMatcher.addURI(mAuthority, "#/"+BluetoothMapContract.TABLE_FOLDER, MATCH_FOLDER); in attachInfo()
601 } else if(table.equals(BluetoothMapContract.TABLE_FOLDER)) { in update()
DBluetoothMapIMProvider.java508 } else if(table.equals(BluetoothMapContract.TABLE_FOLDER)) { in update()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java107 mEmailFolderUri = Uri.parse(mEmailUri + BluetoothMapContract.TABLE_FOLDER); in initTestSetup()