Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/components/
DPrimaryCallReceiver.java22 getTelecomSystem().getCallIntentProcessor().processIntent(intent); in onReceive()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java324 public CallIntentProcessor getCallIntentProcessor() { in getCallIntentProcessor() method in TelecomSystem
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java623 mTelecomSystem.getCallIntentProcessor().processIntent(actionCallIntent); in startOutgoingPhoneCallWaitForBroadcaster()