Searched refs:MATCH_ACCOUNT (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoProvider.java253 protected static final int MATCH_ACCOUNT = 7; field in class:PhotoProvider
266 sUriMatcher.addURI(AUTHORITY, Accounts.TABLE, MATCH_ACCOUNT);
405 case MATCH_ACCOUNT:
489 case MATCH_ACCOUNT:
511 case MATCH_ACCOUNT:
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapEmailProvider.java50 private static final int MATCH_ACCOUNT = 1; field in class:BluetoothMapEmailProvider
92 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT);
502 case MATCH_ACCOUNT:
H A DBluetoothMapIMProvider.java45 private static final int MATCH_ACCOUNT = 1; field in class:BluetoothMapIMProvider
69 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT);
306 case MATCH_ACCOUNT:

Completed in 70 milliseconds