Home | History | Annotate | Download | only in stk

Lines Matching defs:getNotificationId

1577         mNotificationManager.notify(getNotificationId(NOTIFICATION_ON_KEYGUARD, slotId),
1583 mNotificationManager.cancel(getNotificationId(NOTIFICATION_ON_KEYGUARD, slotId));
1618 private int getNotificationId(int notificationType, int slotId) {
1619 return getNotificationId(slotId) + (notificationType * mSimCount);
1998 mNotificationManager.cancel(getNotificationId(slotId));
2045 mNotificationManager.notify(getNotificationId(slotId), notificationBuilder.build());
2285 private int getNotificationId(int slotId) {
2292 CatLog.d(LOG_TAG, "getNotificationId, slotId: " + slotId + ", notifyId: " + notifyId);