Searched defs:uriMatch (Results 1 - 2 of 2) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java1108 * @param uriMatch the match ID from {@link #sURIMatcher}
1110 private void notifyContentChanged(final Uri uri, int uriMatch) { argument
1112 if (uriMatch == MY_DOWNLOADS_ID || uriMatch == ALL_DOWNLOADS_ID) {
1124 int uriMatch) {
1127 if (uriMatch == MY_DOWNLOADS_ID || uriMatch == ALL_DOWNLOADS_ID ||
1128 uriMatch == PUBLIC_DOWNLOAD_ID) {
1131 if ((uriMatch == MY_DOWNLOADS || uriMatch
1123 getWhereClause(final Uri uri, final String where, final String[] whereArgs, int uriMatch) argument
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java4297 boolean isSyncAdapter, int uriMatch, String selection, String[] selectionArgs) {
4309 switch (uriMatch) {
4326 switch (uriMatch) {
4341 switch (uriMatch) {
4355 if (uriMatch == INSTANCES) {
4360 verifyColumns(values, uriMatch);
4366 verifyNoSyncColumns(values, uriMatch);
4370 if (uriMatch == INSTANCES) {
4374 verifyColumns(values, uriMatch);
4380 verifyNoSyncColumns(values, uriMatch);
4296 verifyTransactionAllowed(int type, Uri uri, ContentValues values, boolean isSyncAdapter, int uriMatch, String selection, String[] selectionArgs) argument
4411 verifyColumns(ContentValues values, int uriMatch) argument
4435 verifyNoSyncColumns(ContentValues values, int uriMatch) argument
[all...]

Completed in 744 milliseconds