Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessor.java412 public boolean canMakeCallRedirectionWithService() { in canMakeCallRedirectionWithService() method in CallRedirectionProcessor
413 boolean canMakeCallRedirectionWithService = in canMakeCallRedirectionWithService()
418 + canMakeCallRedirectionWithService); in canMakeCallRedirectionWithService()
419 return canMakeCallRedirectionWithService; in canMakeCallRedirectionWithService()
/packages/services/Telecomm/src/com/android/server/telecom/
DNewOutgoingCallIntentBroadcaster.java365 .canMakeCallRedirectionWithService(); in processCall()