Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DIncomingCallNotifierTest.java71 mIncomingCallNotifier.setCallsManagerProxy(mCallsManagerProxy); in setUp()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DIncomingCallNotifier.java98 public void setCallsManagerProxy(CallsManagerProxy callsManagerProxy) { in setCallsManagerProxy() method in IncomingCallNotifier
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomSystem.java353 incomingCallNotifier.setCallsManagerProxy(new IncomingCallNotifier.CallsManagerProxy() { in TelecomSystem()