HomeSort by relevance Sort by last modified time
    Searched refs:TABLE_FOLDER (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 153 * content://ProviderAuthority/account_id/TABLE_FOLDER
223 .appendPath(TABLE_FOLDER)
284 public static final String TABLE_FOLDER = "Folder";
    [all...]
BluetoothMapEmailProvider.java 95 mMatcher.addURI(mAuthority, "#/"+BluetoothMapContract.TABLE_FOLDER, MATCH_FOLDER);
601 } else if(table.equals(BluetoothMapContract.TABLE_FOLDER)) {
BluetoothMapIMProvider.java 508 } else if(table.equals(BluetoothMapContract.TABLE_FOLDER)) {
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 107 mEmailFolderUri = Uri.parse(mEmailUri + BluetoothMapContract.TABLE_FOLDER);
    [all...]

Completed in 134 milliseconds