Searched refs:mWaitingForIntent (Results 1 – 1 of 1) sorted by relevance
1670 public Intent mWaitingForIntent; field in InboundSmsHandler.SmsBroadcastReceiver1678 mWaitingForIntent = intent; in setWaitingForIntent()1696 if (mWaitingForIntent != null) { in fakeNextAction()1697 logeWithLocalLog("fakeNextAction: " + mWaitingForIntent.getAction(), in fakeNextAction()1699 handleAction(mWaitingForIntent, false); in fakeNextAction()1709 logeWithLocalLog("onReceive: received null intent, faking " + mWaitingForIntent, in onReceive()1718 if (mWaitingForIntent == null || !mWaitingForIntent.getAction().equals(action)) { in handleAction()1720 + mWaitingForIntent == null ? "none" : mWaitingForIntent.getAction(), in handleAction()1794 mWaitingForIntent = null; in handleAction()