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