Home | History | Annotate | Download | only in location

Lines Matching refs:notificationId

1591         public boolean sendNiResponse(int notificationId, int userResponse)
1595 if (DEBUG) Log.d(TAG, "sendNiResponse, notifId: " + notificationId +
1597 native_send_ni_response(notificationId, userResponse);
1608 int notificationId,
1621 Log.i(TAG, "notificationId: " + notificationId +
1634 notification.notificationId = notificationId;
1906 private native void native_send_ni_response(int notificationId, int userResponse);