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.java218 public static final int NOTIFICATION_ID_NEW_MESSAGE = 1; field in InboundSmsHandler
1187 NOTIFICATION_TAG, NOTIFICATION_ID_NEW_MESSAGE, mBuilder.build()); in showNewMessageNotification()
1194 InboundSmsHandler.NOTIFICATION_ID_NEW_MESSAGE); in cancelNewMessageNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmInboundSmsHandlerTest.java367 eq(InboundSmsHandler.NOTIFICATION_ID_NEW_MESSAGE), in testNewSmsWithUserLocked_notificationShown()
397 eq(InboundSmsHandler.NOTIFICATION_ID_NEW_MESSAGE), in testNewSmsFromBlockedNumberWithUserLocked_noNotificationShown()