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.java462 public boolean canMakeCallRedirectionWithServiceAsUser( in canMakeCallRedirectionWithServiceAsUser() method in CallRedirectionProcessor
464 boolean canMakeCallRedirectionWithServiceAsUser = in canMakeCallRedirectionWithServiceAsUser()
471 + ") : " + canMakeCallRedirectionWithServiceAsUser); in canMakeCallRedirectionWithServiceAsUser()
472 return canMakeCallRedirectionWithServiceAsUser; in canMakeCallRedirectionWithServiceAsUser()
/packages/services/Telecomm/src/com/android/server/telecom/
DNewOutgoingCallIntentBroadcaster.java383 .canMakeCallRedirectionWithServiceAsUser(mCall.getAssociatedUser()); in processCall()
432 .canMakeCallRedirectionWithServiceAsUser(mCall.getAssociatedUser()); in legacyProcessCall()