Home
last modified time | relevance | path

Searched defs:setNotificationUri (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/database/
DCursor.java559 void setNotificationUri(ContentResolver cr, Uri uri); in setNotificationUri() method
DCursorWrapper.java218 public void setNotificationUri(ContentResolver cr, Uri uri) { in setNotificationUri() method in CursorWrapper
DAbstractCursor.java512 public void setNotificationUri(ContentResolver cr, Uri notifyUri) { in setNotificationUri() method in AbstractCursor