Home
last modified time | relevance | path

Searched refs:getHandle (Results 1 – 25 of 40) sorted by relevance

12

/packages/apps/Dialer/java/com/android/incallui/util/
DTelecomCallUtil.java33 Uri handle = call.getDetails().getHandle(); in isEmergencyCall()
44 Uri handle = getHandle(call); in getNumber()
48 public static Uri getHandle(Call call) { in getHandle() method in TelecomCallUtil
49 return call == null ? null : call.getDetails().getHandle(); in getHandle()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java466 if (DBG) Log.d(TAG, "Message handle = " + ev.getHandle()); in processNotification()
471 mMasClient.makeRequest(new RequestGetMessage(ev.getHandle(), in processNotification()
477 notifySentMessageStatus(ev.getHandle(), ev.getType()); in processNotification()
489 getMessage(handle.getHandle()); in processMessageListing()
513 intent.putExtra(BluetoothMapClient.EXTRA_MESSAGE_HANDLE, request.getHandle()); in processInboundMessage()
611 if (DBG) Log.d(TAG, "Message handle = " + ev.getHandle()); in receiveEvent()
/packages/services/Telephony/src/com/android/services/telephony/
DConferenceParticipantConnection.java74 address = getParticipantAddress(participant.getHandle(), countryIso); in ConferenceParticipantConnection()
79 mUserEntity = participant.getHandle(); in ConferenceParticipantConnection()
172 Uri address = participant.getHandle(); in getParticipantPresentation()
DImsConference.java650 Pair<Uri,Uri> userEntity = new Pair<>(participant.getHandle(), in handleConferenceParticipantsUpdate()
657 if (!isParticipantHost(mConferenceHostAddress, participant.getHandle())) { in handleConferenceParticipantsUpdate()
677 newParticipant.getHandle(), in handleConferenceParticipantsUpdate()
734 mConferenceParticipantConnections.put(new Pair<>(participant.getHandle(), in createConferenceParticipantConnection()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java238 final Uri handleUri = callInfo.getHandle(); in sendNotificationThroughDefaultDialer()
337 Uri handleUri = callInfo.getHandle(); in showMissedCallNotification()
376 Log.i(this, "Adding missed call notification for %s.", Log.pii(callInfo.getHandle())); in showMissedCallNotification()
531 return callInfo.getHandle() != null && in canRespondViaSms()
532 PhoneAccount.SCHEME_TEL.equals(callInfo.getHandle().getScheme()); in canRespondViaSms()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java244 when(activeCall.getHandle()).thenReturn(Uri.parse("tel:555-000")); in testListCurrentCallsOneCall()
577 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:5550000")); in testQueryPhoneState()
590 when(parentConfCall.getHandle()).thenReturn(Uri.parse("tel:555-0000")); in testCDMAConferenceQueryState()
739 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:555000")); in testOnCallAddedRinging()
822 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:555-0000")); in testOnCallStateChanged()
842 when(heldCall.getHandle()).thenReturn(Uri.parse("tel:555-0000")); in testOnCallStateChangedGSMSwap()
890 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:5550000")); in testBluetoothAdapterReceiver()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java638 s.append(Log.piiHandle(getHandle())); in getDescription()
835 public Uri getHandle() { in getHandle() method in Call
956 return getHandle(); in getOriginalHandle()
1362 setHandle(connection.getHandle(), connection.getHandlePresentation()); in handleCreateConnectionSuccess()
1737 return getHandle(); in getContactUri()
2008 if (getHandle() == null) { in isRespondViaSmsCapable()
2014 if (mPhoneNumberUtilsAdapter.isUriNumber(getHandle().toString())) { in isRespondViaSmsCapable()
DMissedCallNotifier.java53 mHandle = call.getHandle(); in CallInfo()
65 public Uri getHandle() { in getHandle() method in MissedCallNotifier.CallInfo
DPhoneStateBroadcaster.java109 if (call.getHandle() != null) { in sendPhoneStateChangedBroadcast()
110 callHandle = call.getHandle().getSchemeSpecificPart(); in sendPhoneStateChangedBroadcast()
DRespondViaSmsManager.java133 && call.getHandle() != null in onIncomingCallRejected()
137 rejectCallWithMessage(call.getContext(), call.getHandle().getSchemeSpecificPart(), in onIncomingCallRejected()
DBluetoothPhoneServiceImpl.java637 addressUri = call.getHandle(); in sendClccForCall()
701 if (ringingCall != null && ringingCall.getHandle() != null) { in updateHeadsetWithCallState()
702 ringingAddress = ringingCall.getHandle().getSchemeSpecificPart(); in updateHeadsetWithCallState()
DConnectionServiceWrapper.java932 Log.piiHandle(call.getHandle())); in createConnection()
936 .setAddress(call.getHandle()) in createConnection()
989 Log.piiHandle(call.getHandle())); in createConnectionFailed()
997 call.getHandle(), in createConnectionFailed()
DCallsManager.java933 if (reusedCall == null && areHandlesEqual(pendingCall.getHandle(), handle)) { in reuseOutgoingCall()
1209 requireCallCapableAccountByHandle ? call.getHandle().getScheme() : null, false, in placeOutgoingCall()
2497 connection.getHandle() /* handle */, in createCallForExistingConnection()
2860 if (call.getState() == CallState.DISCONNECTED && (isPotentialMMICode(call.getHandle()) in maybeShowErrorDialogOnDisconnect()
2861 || isPotentialInCallMMICode(call.getHandle()))) { in maybeShowErrorDialogOnDisconnect()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DAsyncBlockCheckFilter.java50 String number = call.getHandle() == null ? in startFilterLookup()
51 null : call.getHandle().getSchemeSpecificPart(); in startFilterLookup()
DDirectToVoicemailCallFilter.java39 final Uri callHandle = call.getHandle(); in startFilterLookup()
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/embedded/
DTelecomUiCallList.java72 } else if (details.getHandle() != null) { in updateCallContainerFromTelecom()
73 number = details.getHandle().getSchemeSpecificPart(); in updateCallContainerFromTelecom()
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java66 int getHandle(); in getHandle() method
114 public int getHandle(); in getHandle() method
DNfcService.java1404 tag.getTechExtras(), tag.getHandle(), this); in rediscover()
1679 mObjectMap.put(tag.getHandle(), tag); in registerTagObject()
1960 if (mObjectMap.remove(device.getHandle()) != null) { in handleMessage()
2076 mObjectMap.put(device.getHandle(), device); in llcpActivated()
2105 mObjectMap.put(device.getHandle(), device); in llcpActivated()
2120 tagEndpoint.getTechExtras(), tagEndpoint.getHandle(), mNfcTagService); in dispatchTagEndpoint()
2144 unregisterObject(tagEndpoint.getHandle()); in dispatchTagEndpoint()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoUtils.java149 if (call.getHandle() != null in isVoiceMailNumber()
150 && PhoneAccount.SCHEME_VOICEMAIL.equals(call.getHandle().getScheme())) { in isVoiceMailNumber()
/packages/apps/Car/Stream/src/com/android/car/stream/telecom/
DTelecomUtils.java243 if (call.getDetails().getHandle() != null) { in getNumber()
244 return call.getDetails().getHandle().getSchemeSpecificPart(); in getNumber()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java452 Uri newHandle = mTelecomCall.getDetails().getHandle(); in updateFromTelecomCall()
606 public Uri getHandle() { in getHandle() method in DialerCall
607 return mTelecomCall == null ? null : mTelecomCall.getDetails().getHandle(); in getHandle()
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
DInstrumentClusterController.java205 } else if (details.getHandle() != null) { in extractPhoneNumber()
206 number = details.getHandle().getSchemeSpecificPart(); in extractPhoneNumber()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeP2pDevice.java65 public int getHandle() { in getHandle() method in NativeP2pDevice
DNativeLlcpConnectionlessSocket.java68 public int getHandle(){ in getHandle() method in NativeLlcpConnectionlessSocket
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestGetMessage.java101 public String getHandle() { in getHandle() method in RequestGetMessage

12