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

/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java131 private static final int STK_NOTIFICATION_ID = 333; field in class:StkAppService
772 mNotificationManager.cancel(STK_NOTIFICATION_ID);
776 mNotificationManager.cancel(STK_NOTIFICATION_ID);
801 mNotificationManager.notify(STK_NOTIFICATION_ID, notificationBuilder.build());

Completed in 243 milliseconds