/packages/apps/InCallUI/src/com/android/incallui/ |
D | Call.java | 380 Uri newHandle = mTelecommCall.getDetails().getHandle(); in updateFromTelecommCall() 439 return getHandle() == null ? null : getHandle().getSchemeSpecificPart(); in getNumber() 442 public Uri getHandle() { in getHandle() method in Call 443 return mTelecommCall == null ? null : mTelecommCall.getDetails().getHandle(); in getHandle() 644 Uri handle = mTelecommCall.getDetails().getHandle(); in updateEmergencyCallState()
|
D | CallerInfoUtils.java | 78 if ((call.getHandle() != null && in buildCallerInfo() 79 PhoneAccount.SCHEME_VOICEMAIL.equals(call.getHandle().getScheme())) || in buildCallerInfo()
|
D | InCallPresenter.java | 1178 String scheme = telecomCall.getDetails().getHandle().getScheme(); in setDisconnectCauseForMissingAccounts()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 194 Uri handleUri = call.getHandle(); in showMissedCallNotification() 258 String handle = call.getHandle() == null ? null : call.getHandle().getSchemeSpecificPart(); in getNameForCall() 373 return call.getHandle() != null && in canRespondViaSms() 374 PhoneAccount.SCHEME_TEL.equals(call.getHandle().getScheme()); in canRespondViaSms()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | ConferenceParticipantConnection.java | 73 mUserEntity = participant.getHandle(); in ConferenceParticipantConnection() 166 Uri address = participant.getHandle(); in getParticipantPresentation() 203 Uri address = participant.getHandle(); in getParticipantAddress()
|
D | ImsConference.java | 575 Uri userEntity = participant.getHandle(); in handleConferenceParticipantsUpdate() 598 mConferenceParticipantConnections.get(newParticipant.getHandle()); in handleConferenceParticipantsUpdate() 654 mConferenceParticipantConnections.put(participant.getHandle(), connection); in createConferenceParticipantConnection()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | Call.java | 607 public Uri getHandle() { in getHandle() method in Call 706 return getHandle(); in getOriginalHandle() 905 setHandle(connection.getHandle(), connection.getHandlePresentation()); in handleCreateConnectionSuccess() 1159 return getHandle(); in getContactUri() 1327 if (getHandle() == null) { in isRespondViaSmsCapable() 1333 if (PhoneNumberUtils.isUriNumber(getHandle().toString())) { in isRespondViaSmsCapable()
|
D | PhoneStateBroadcaster.java | 90 if (call.getHandle() != null) { in sendPhoneStateChangedBroadcast() 91 callHandle = call.getHandle().getSchemeSpecificPart(); in sendPhoneStateChangedBroadcast()
|
D | BluetoothPhoneServiceImpl.java | 573 addressUri = call.getHandle(); in sendClccForCall() 633 if (ringingCall != null && ringingCall.getHandle() != null) { in updateHeadsetWithCallState() 634 ringingAddress = ringingCall.getHandle().getSchemeSpecificPart(); in updateHeadsetWithCallState()
|
D | RespondViaSmsManager.java | 129 if (rejectWithMessage && call.getHandle() != null) { in onIncomingCallRejected() 132 rejectCallWithMessage(call.getContext(), call.getHandle().getSchemeSpecificPart(), in onIncomingCallRejected()
|
D | ConnectionServiceWrapper.java | 666 Log.event(call, Log.Events.START_CONNECTION, Log.piiHandle(call.getHandle())); in createConnection() 673 call.getHandle(), in createConnection()
|
D | CallsManager.java | 558 if (reusedCall == null && areHandlesEqual(pendingCall.getHandle(), handle)) { in getNewOutgoingCall() 1615 connection.getHandle() /* handle */, in createCallForExistingConnection()
|
D | CreateConnectionProcessor.java | 339 getOutgoingPhoneAccountForScheme(mCall.getHandle().getScheme()) in adjustAttemptsForEmergency()
|
D | Log.java | 148 pw.println("To address: " + piiHandle(mCall.getHandle())); in dump()
|
D | InCallController.java | 643 call.getHandle() : null; in toParcelableCall()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 1341 tag.getTechExtras(), tag.getHandle(), this); in rediscover() 1599 mObjectMap.put(tag.getHandle(), tag); in registerTagObject() 1793 if (mObjectMap.remove(device.getHandle()) != null) { in handleMessage() 1877 mObjectMap.put(device.getHandle(), device); in llcpActivated() 1906 mObjectMap.put(device.getHandle(), device); in llcpActivated() 1921 tagEndpoint.getTechExtras(), tagEndpoint.getHandle(), mNfcTagService); in dispatchTagEndpoint() 1945 unregisterObject(tagEndpoint.getHandle()); in dispatchTagEndpoint()
|
D | DeviceHost.java | 66 int getHandle(); in getHandle() method 114 public int getHandle(); in getHandle() method
|
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ |
D | NativeP2pDevice.java | 65 public int getHandle() { in getHandle() method in NativeP2pDevice
|
D | NativeLlcpConnectionlessSocket.java | 68 public int getHandle(){ in getHandle() method in NativeLlcpConnectionlessSocket
|
D | NativeNfcTag.java | 422 public int getHandle() { in getHandle() method in NativeNfcTag
|
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeP2pDevice.java | 65 public int getHandle() { in getHandle() method in NativeP2pDevice
|
D | NativeLlcpConnectionlessSocket.java | 68 public int getHandle(){ in getHandle() method in NativeLlcpConnectionlessSocket
|
D | NativeNfcTag.java | 413 public int getHandle() { in getHandle() method in NativeNfcTag
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapMessageListingElement.java | 73 public long getHandle() { in getHandle() method in BluetoothMapMessageListingElement
|