Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java279 private static String ACTION_OPEN_SMS_APP = field in InboundSmsHandler
1195 new Intent(ACTION_OPEN_SMS_APP), in showNewMessageNotification()
2099 if (ACTION_OPEN_SMS_APP.equals(intent.getAction())) { in onReceive()
2143 userFilter.addAction(ACTION_OPEN_SMS_APP); in registerNewMessageNotificationActionHandler()