Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java230 .appendPath(TABLE_FOLDER) in buildFolderUri()
293 public static final String TABLE_FOLDER = "Folder"; field in BluetoothMapContract
DBluetoothMapEmailProvider.java92 mMatcher.addURI(mAuthority, "#/" + BluetoothMapContract.TABLE_FOLDER, MATCH_FOLDER); in attachInfo()
626 } else if (table.equals(BluetoothMapContract.TABLE_FOLDER)) { in update()
DBluetoothMapIMProvider.java523 } else if (table.equals(BluetoothMapContract.TABLE_FOLDER)) { in update()