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.java1723 int notifyId = STK_NOTIFICATION_ID; in getNotificationId() local
1725 notifyId += slotId; in getNotificationId()
1729 CatLog.d(LOG_TAG, "getNotificationId, slotId: " + slotId + ", notifyId: " + notifyId); in getNotificationId()
1730 return notifyId; in getNotificationId()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java682 /* package */ void postTransientNotification(int notifyId, CharSequence msg) { in postTransientNotification() argument