Searched defs:setNotificationUri (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/database/
H A DCursor.java428 void setNotificationUri(ContentResolver cr, Uri uri); method in interface:Cursor
432 * will be delivered, as previously set by {@link #setNotificationUri}.
H A DCursorWrapper.java193 public void setNotificationUri(ContentResolver cr, Uri uri) { method in class:CursorWrapper
194 mCursor.setNotificationUri(cr, uri);
H A DAbstractCursor.java353 public void setNotificationUri(ContentResolver cr, Uri notifyUri) { method in class:AbstractCursor
354 setNotificationUri(cr, notifyUri, UserHandle.myUserId());
358 public void setNotificationUri(ContentResolver cr, Uri notifyUri, int userHandle) { method in class:AbstractCursor
/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java178 public void setNotificationUri(ContentResolver cr, Uri uri) { method in class:MockCursor

Completed in 166 milliseconds