Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java662 if (isServiceValid("addConnectionServiceAdapter")) { in addConnectionServiceAdapter()
729 if (callId != null && isServiceValid("abort")) { in abort()
743 if (callId != null && isServiceValid("hold")) { in hold()
755 if (callId != null && isServiceValid("unhold")) { in unhold()
767 if (callId != null && isServiceValid("onAudioStateChanged")) { in onAudioStateChanged()
779 if (callId != null && isServiceValid("disconnect")) { in disconnect()
791 if (callId != null && isServiceValid("answer")) { in answer()
807 if (callId != null && isServiceValid("reject")) { in reject()
819 if (callId != null && isServiceValid("playDtmfTone")) { in playDtmfTone()
831 if (callId != null && isServiceValid("stopDtmfTone")) { in stopDtmfTone()
[all …]
DServiceBinder.java241 final boolean isServiceValid(String actionName) { in isServiceValid() method in ServiceBinder
DCreateConnectionProcessor.java397 if (!connectionManager.isServiceValid("createConnection")) { in shouldFallbackToNoConnectionManager()