Searched refs:TABLE_ACCOUNT (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapContract.java105 * content://ProviderAuthority/TABLE_ACCOUNT
117 .authority(authority).appendPath(TABLE_ACCOUNT).build();
127 .appendPath(TABLE_ACCOUNT)
182 public static final String TABLE_ACCOUNT = "Account"; field in class:BluetoothMapContract
H A DBluetoothMapEmailProvider.java94 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT);
591 if(table.equals(BluetoothMapContract.TABLE_ACCOUNT)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapEmailSettingsLoader.java155 Uri uri = Uri.parse(app.mBase_uri_no_account + "/" + BluetoothMapContract.TABLE_ACCOUNT);
H A DBluetoothMapEmailSettingsAdapter.java310 Uri uri = Uri.parse(account.mBase_uri_no_account+"/"+BluetoothMapContract.TABLE_ACCOUNT);

Completed in 43 milliseconds