HomeSort by relevance Sort by last modified time
    Searched defs:callHandle (Results 1 - 2 of 2) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DirectToVoicemailCallFilter.java 36 final Uri callHandle = call.getHandle();
37 mCallerInfoLookupHelper.startLookup(callHandle,
42 if (callHandle.equals(handle)) {
62 "what was passed in. Was %s, should be %s", handle, callHandle);
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneStateBroadcaster.java 104 String callHandle = null;
106 callHandle = call.getHandle().getSchemeSpecificPart();
111 mRegistry.notifyCallState(phoneState, callHandle);

Completed in 73 milliseconds