Home | History | Annotate | Download | only in stk

Lines Matching defs:getNotificationId

599                 mNotificationManager.cancel(getNotificationId(slotId));
613 mNotificationManager.cancel(getNotificationId(slotId));
1497 mNotificationManager.cancel(getNotificationId(slotId));
1534 mNotificationManager.notify(getNotificationId(slotId), notificationBuilder.build());
1637 private int getNotificationId(int slotId) {
1644 CatLog.d(LOG_TAG, "getNotificationId, slotId: " + slotId + ", notifyId: " + notifyId);