Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java1670 public Intent mWaitingForIntent; field in InboundSmsHandler.SmsBroadcastReceiver
1678 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()