Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DArchivesProviderTest.java117 final Uri notificationUri = cursor.getNotificationUri(); in testOpen_Success()
170 final Uri notificationUri = cursor.getNotificationUri(); in testOpen_Failure()
258 final Uri notificationUri = cursor.getNotificationUri(); in testNoNotificationAfterAllReleased()
/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/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java354 notificationUris.add(cursor.getNotificationUri()); in queryChildDocuments()
419 notificationUris.add(cursor.getNotificationUri()); in queryRecentDocuments()
457 notificationUris.add(cursor.getNotificationUri()); in querySearchDocuments()