Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java2408 int notifyId = STK_NOTIFICATION_ID; in getNotificationId() local
2410 notifyId += slotId; in getNotificationId()
2414 CatLog.d(LOG_TAG, "getNotificationId, slotId: " + slotId + ", notifyId: " + notifyId); in getNotificationId()
2415 return notifyId; in getNotificationId()