Searched refs:notifyId (Results 1 – 2 of 2) sorted by relevance
2403 int notifyId = STK_NOTIFICATION_ID; in getNotificationId() local2405 notifyId += slotId; in getNotificationId()2409 CatLog.d(LOG_TAG, "getNotificationId, slotId: " + slotId + ", notifyId: " + notifyId); in getNotificationId()2410 return notifyId; in getNotificationId()
868 /* package */ void postTransientNotification(int notifyId, CharSequence msg) { in postTransientNotification() argument