Home
last modified time | relevance | path

Searched refs:getNotificationUri (Results 1 – 5 of 5) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
DArchivesProviderTest.java116 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()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java120 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()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
DContactFilterCursor.java523 public Uri getNotificationUri() { in getNotificationUri() method in ContactFilterCursor
524 return cursor.getNotificationUri(); in getNotificationUri()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationCursor.java1983 public Uri getNotificationUri() { in getNotificationUri() method in ConversationCursor
1987 return mUnderlyingCursor.getNotificationUri(); in getNotificationUri()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java177 result.setNotificationUri(getContext().getContentResolver(), cursor.getNotificationUri()); in copyNotificationUri()