HomeSort by relevance Sort by last modified time
    Searched refs:TABLE_FOLDER (Results 1 - 3 of 3) 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 93 mMatcher.addURI(mAuthority, "#/"+BluetoothMapContract.TABLE_FOLDER, MATCH_FOLDER);
599 } else if(table.equals(BluetoothMapContract.TABLE_FOLDER)) {
BluetoothMapIMProvider.java 502 } else if(table.equals(BluetoothMapContract.TABLE_FOLDER)) {

Completed in 2735 milliseconds