Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessor.java454 public boolean canMakeCallRedirectionWithServiceAsUser( in canMakeCallRedirectionWithServiceAsUser() method in CallRedirectionProcessor
456 boolean canMakeCallRedirectionWithServiceAsUser = in canMakeCallRedirectionWithServiceAsUser()
463 + ") : " + canMakeCallRedirectionWithServiceAsUser); in canMakeCallRedirectionWithServiceAsUser()
464 return canMakeCallRedirectionWithServiceAsUser; in canMakeCallRedirectionWithServiceAsUser()
/packages/services/Telecomm/src/com/android/server/telecom/
DNewOutgoingCallIntentBroadcaster.java386 .canMakeCallRedirectionWithServiceAsUser(mCall.getAssociatedUser()); in processCall()
435 .canMakeCallRedirectionWithServiceAsUser(mCall.getAssociatedUser()); in legacyProcessCall()