Searched refs:ACTION_NOTIFICATION_CLICKED (Results 1 – 3 of 3) sorted by relevance
258 appIntent = new Intent(DownloadManager.ACTION_NOTIFICATION_CLICKED); in sendNotificationClickedIntent()268 appIntent = new Intent(DownloadManager.ACTION_NOTIFICATION_CLICKED); in sendNotificationClickedIntent()
127 public static final String ACTION_NOTIFICATION_CLICKED = field in Downloads.Impl
555 assertEquals(DownloadManager.ACTION_NOTIFICATION_CLICKED, broadcast.getAction()); in testNotificationClickedBroadcast()