Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkScanRequestTracker.java450 int notifyMsg = isLocationAccessAllowed in receiveResult() local
459 notifyMessenger(nsri, notifyMsg, in receiveResult()
467 notifyMessenger(nsri, notifyMsg, in receiveResult()
DCallManager.java2175 Message notifyMsg; in handleMessage() local
2176notifyMsg = ((Registrant)mPostDialCharacterRegistrants.get(i)).messageForRegistrant(); in handleMessage()
2177 notifyMsg.obj = msg.obj; in handleMessage()
2178 notifyMsg.arg1 = msg.arg1; in handleMessage()
2179 notifyMsg.sendToTarget(); in handleMessage()