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.java435 int notifyMsg = isLocationAccessAllowed in receiveResult() local
444 notifyMessenger(nsri, notifyMsg, in receiveResult()
452 notifyMessenger(nsri, notifyMsg, in receiveResult()
DCallManager.java2178 Message notifyMsg; in handleMessage() local
2179notifyMsg = ((Registrant)mPostDialCharacterRegistrants.get(i)).messageForRegistrant(); in handleMessage()
2180 notifyMsg.obj = msg.obj; in handleMessage()
2181 notifyMsg.arg1 = msg.arg1; in handleMessage()
2182 notifyMsg.sendToTarget(); in handleMessage()