Searched refs:notifyId (Results 1 – 2 of 2) sorted by relevance
2407 int notifyId = STK_NOTIFICATION_ID; in getNotificationId() local2409 notifyId += slotId; in getNotificationId()2413 CatLog.d(LOG_TAG, "getNotificationId, slotId: " + slotId + ", notifyId: " + notifyId); in getNotificationId()2414 return notifyId; in getNotificationId()
858 /* package */ void postTransientNotification(int notifyId, CharSequence msg) { in postTransientNotification() argument