Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java1696 public Intent mWaitingForIntent; field in InboundSmsHandler.SmsBroadcastReceiver
1704 mWaitingForIntent = intent; in setWaitingForIntent()
1722 if (mWaitingForIntent != null) { in fakeNextAction()
1723 logeWithLocalLog("fakeNextAction: " + mWaitingForIntent.getAction(), in fakeNextAction()
1725 handleAction(mWaitingForIntent, false); in fakeNextAction()
1735 logeWithLocalLog("onReceive: received null intent, faking " + mWaitingForIntent, in onReceive()
1744 if (mWaitingForIntent == null || !mWaitingForIntent.getAction().equals(action)) { in handleAction()
1746 + mWaitingForIntent == null ? "none" : mWaitingForIntent.getAction(), in handleAction()
1820 mWaitingForIntent = null; in handleAction()