Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java466 protected void handleTestAction(Intent intent) { in handleTestAction() method in CdmaInboundSmsHandler.CdmaCbTestBroadcastReceiver
510 protected void handleTestAction(Intent intent) { in handleTestAction() method in CdmaInboundSmsHandler.CdmaScpTestBroadcastReceiver
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmInboundSmsHandler.java97 protected void handleTestAction(Intent intent) { in handleTestAction() method in GsmInboundSmsHandler.GsmCbTestBroadcastReceiver
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java2117 protected abstract void handleTestAction(Intent intent); in handleTestAction() method in InboundSmsHandler.CbTestBroadcastReceiver
2135 handleTestAction(intent); in onReceive()