Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java106 hideNotification(context, uri, cursor); in handleNotificationBroadcast()
110 hideNotification(context, uri, cursor); in handleNotificationBroadcast()
122 private void hideNotification(Context context, Uri uri, Cursor cursor) { in hideNotification() method in DownloadReceiver