Searched refs:notificationId (Results 1 – 4 of 4) sorted by relevance
68 static void showBugreportNotification(Context context, String msg, int notificationId) { in showBugreportNotification() argument78 mNotificationManager.notify(notificationId, notification); in showBugreportNotification()
232 final int notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, -1); in sendNotification() local249 .notify(notificationId, notification); in sendNotification()
327 final int notificationId = 1; in testTypeNotificationStateChangedAccessibilityEvent() local362 notificationManager.notify(notificationId, notification); in testTypeNotificationStateChangedAccessibilityEvent()
738 protected void sendNotification(int notificationId) { in sendNotification() argument740 intent.putExtra(EXTRA_NOTIFICATION_ID, notificationId); in sendNotification()