Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java216 public static final int NOTIFICATION_ID_NEW_MESSAGE = 1; field in InboundSmsHandler
1209 NOTIFICATION_TAG, NOTIFICATION_ID_NEW_MESSAGE, mBuilder.build()); in showNewMessageNotification()
1216 InboundSmsHandler.NOTIFICATION_ID_NEW_MESSAGE); in cancelNewMessageNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmInboundSmsHandlerTest.java371 eq(InboundSmsHandler.NOTIFICATION_ID_NEW_MESSAGE), in testNewSmsWithUserLocked_notificationShown()
400 eq(InboundSmsHandler.NOTIFICATION_ID_NEW_MESSAGE), in testNewSmsFromBlockedNumberWithUserLocked_noNotificationShown()