Searched refs:getNotificationUri (Results 1 – 5 of 5) sorted by relevance
116 final Uri notificationUri = cursor.getNotificationUri(); in testOpen_Success()169 final Uri notificationUri = cursor.getNotificationUri(); in testOpen_Failure()257 final Uri notificationUri = cursor.getNotificationUri(); in testNoNotificationAfterAllReleased()
120 result.setNotificationUri(getContext().getContentResolver(), cursor.getNotificationUri()); in copyNotificationUri()351 notificationUris.add(cursor.getNotificationUri()); in queryChildDocuments()415 notificationUris.add(cursor.getNotificationUri()); in queryRecentDocuments()453 notificationUris.add(cursor.getNotificationUri()); in querySearchDocuments()
523 public Uri getNotificationUri() { in getNotificationUri() method in ContactFilterCursor524 return cursor.getNotificationUri(); in getNotificationUri()
1983 public Uri getNotificationUri() { in getNotificationUri() method in ConversationCursor1987 return mUnderlyingCursor.getNotificationUri(); in getNotificationUri()
177 result.setNotificationUri(getContext().getContentResolver(), cursor.getNotificationUri()); in copyNotificationUri()