Home
last modified time | relevance | path

Searched refs:notifyId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java2405 int notifyId = STK_NOTIFICATION_ID; in getNotificationId() local
2407 notifyId += slotId; in getNotificationId()
2411 CatLog.d(LOG_TAG, "getNotificationId, slotId: " + slotId + ", notifyId: " + notifyId); in getNotificationId()
2412 return notifyId; in getNotificationId()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java720 /* package */ void postTransientNotification(int notifyId, CharSequence msg) { in postTransientNotification() argument