Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java134 private static final int STK_NOTIFICATION_ID = 333; field in StkAppService
340 mNotificationManager.cancel(STK_NOTIFICATION_ID); in handleCardStatusChangeAndIccRefresh()
350 mNotificationManager.cancel(STK_NOTIFICATION_ID); in handleCardStatusChangeAndIccRefresh()
810 mNotificationManager.cancel(STK_NOTIFICATION_ID); in launchIdleText()
814 mNotificationManager.cancel(STK_NOTIFICATION_ID); in launchIdleText()
845 mNotificationManager.notify(STK_NOTIFICATION_ID, notificationBuilder.build()); in launchIdleText()