Home
last modified time | relevance | path

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

123

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java153 public String getHandle() { in getHandle() method in MceStateMachine.MessageMetadata
636 + ", Message handle = " + ev.getHandle()); in processNotification()
643 if (!mMessages.contains(ev.getHandle())) { in processNotification()
645 MessageMetadata metadata = new MessageMetadata(ev.getHandle(), in processNotification()
647 mMessages.put(ev.getHandle(), metadata); in processNotification()
649 mMasClient.makeRequest(new RequestGetMessage(ev.getHandle(), in processNotification()
655 notifySentMessageStatus(ev.getHandle(), ev.getType()); in processNotification()
664 MessageMetadata metadata = mMessages.get(request.getHandle()); in markMessageRead()
666 mMasClient.makeRequest(new RequestSetMessageStatus(request.getHandle(), in markMessageRead()
673 mMasClient.makeRequest(new RequestSetMessageStatus(request.getHandle(), in markMessageDeleted()
[all …]
/packages/apps/Dialer/java/com/android/dialer/telecom/
DTelecomCallUtil.java42 Uri handle = call.getDetails().getHandle(); in isEmergencyCall()
58 Uri handle = getHandle(call); in getNumber()
67 public static Uri getHandle(@Nullable Call call) { in getHandle() method in TelecomCallUtil
68 return call == null ? null : call.getDetails().getHandle(); in getHandle()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DDirectToVoicemailFilter.java45 mCallerInfoLookupHelper.startLookup(mCall.getHandle(), in startFilterLookup()
49 if ((handle != null) && Objects.equals(mCall.getHandle(), handle) in startFilterLookup()
68 mCall.getHandle()); in startFilterLookup()
DBlockCheckerFilter.java73 mCallerInfoLookupHelper.startLookup(mCall.getHandle(), in startFilterLookup()
110 final String number = mCall.getHandle() == null ? null : in getBlockStatus()
111 mCall.getHandle().getSchemeSpecificPart(); in getBlockStatus()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java265 when(activeCall.getHandle()).thenReturn(Uri.parse("tel:555-000")); in testListCurrentCallsOneCall()
284 when(silentRingingCall.getHandle()).thenReturn(Uri.parse("tel:555-000")); in testListCurrentCallsSilentRinging()
631 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:5550000")); in testQueryPhoneState()
645 when(parentConfCall.getHandle()).thenReturn(Uri.parse("tel:555-0000")); in testCDMAConferenceQueryState()
806 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:555000")); in testOnCallAddedRinging()
819 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:555000")); in testSilentRingingCallState()
893 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:555000")); in testOnCallStateChangedRingingToAudioProcessing()
914 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:555-0000")); in testOnCallStateChangedAudioProcessingToSimulatedRinging()
986 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:555-0000")); in testOnCallStateChanged()
1007 when(heldCall.getHandle()).thenReturn(Uri.parse("tel:555-0000")); in testOnCallStateChangedGSMSwap()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java239 final Uri handleUri = callInfo.getHandle(); in sendNotificationThroughDefaultDialer()
340 Uri handleUri = callInfo.getHandle(); in showMissedCallNotification()
379 Log.i(this, "Adding missed call notification for %s.", Log.pii(callInfo.getHandle())); in showMissedCallNotification()
534 return callInfo.getHandle() != null && in canRespondViaSms()
535 PhoneAccount.SCHEME_TEL.equals(callInfo.getHandle().getScheme()); in canRespondViaSms()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java485 .setAddress(parcelableConference.getHandle(), in addConferenceCall()
1203 Log.piiHandle(call.getHandle())); in createConference()
1207 .setAddress(call.getHandle()) in createConference()
1293 Log.piiHandle(call.getHandle())); in createConnection()
1297 .setAddress(call.getHandle()) in createConnection()
1350 Log.piiHandle(call.getHandle())); in createConnectionFailed()
1358 call.getHandle(), in createConnectionFailed()
1396 Log.piiHandle(call.getHandle())); in createConferenceFailed()
1404 call.getHandle(), in createConferenceFailed()
1438 Log.piiHandle(call.getHandle())); in handoverFailed()
[all …]
DMissedCallNotifier.java53 mHandle = call.getHandle(); in CallInfo()
65 public Uri getHandle() { in getHandle() method in MissedCallNotifier.CallInfo
DPhoneStateBroadcaster.java107 if (!call.isSelfManaged() && call.getHandle() != null) { in sendPhoneStateChangedBroadcast()
108 callHandle = call.getHandle().getSchemeSpecificPart(); in sendPhoneStateChangedBroadcast()
DCall.java864 s.append(Log.piiHandle(getHandle())); in getDescription()
1143 public Uri getHandle() { in getHandle() method in Call
1346 return getHandle(); in getOriginalHandle()
1426 if (getHandle() == null) { in isLoggedSelfManaged()
1431 if (!PhoneAccount.SCHEME_SIP.equals(getHandle().getScheme()) && in isLoggedSelfManaged()
1432 !PhoneAccount.SCHEME_TEL.equals(getHandle().getScheme())) { in isLoggedSelfManaged()
1971 setHandle(conference.getHandle(), conference.getHandlePresentation()); in handleCreateConferenceSuccess()
2004 setHandle(connection.getHandle(), connection.getHandlePresentation()); in handleCreateConnectionSuccess()
2605 return getHandle(); in getContactUri()
2999 if (getHandle() == null) { in isRespondViaSmsCapable()
[all …]
DCallsManager.java1268 (c.getHandle() == null in processIncomingCallIntent()
1269 ? null : c.getHandle().getSchemeSpecificPart()), in processIncomingCallIntent()
1376 if (reusedCall == null && areHandlesEqual(pendingCall.getHandle(), handle)) { in reuseOutgoingCall()
1541 finalCall.getHandle(), potentialPhoneAccounts); in startOutgoingCall()
1716 boolean isVoicemail = isVoicemail(callToUse.getHandle(), accountToUse); in startOutgoingCall()
1775 placeOutgoingCall(call, call.getHandle(), null/* gatewayInfo */, in startConference()
2216 call.getHandle() == null ? null : call.getHandle().getScheme();
3331 call.setHandle(parcelableConference.getHandle(),
4195 connection.getHandle() /* handle */,
4215 call.setHandle(connection.getHandle(), connection.getHandlePresentation());
[all …]
DRespondViaSmsManager.java143 && call.getHandle() != null in onIncomingCallRejected()
147 rejectCallWithMessage(call.getContext(), call.getHandle().getSchemeSpecificPart(), in onIncomingCallRejected()
DBluetoothPhoneServiceImpl.java649 addressUri = call.getHandle(); in sendClccForCall()
714 if (ringingCall != null && ringingCall.getHandle() != null in updateHeadsetWithCallState()
716 ringingAddress = ringingCall.getHandle().getSchemeSpecificPart(); in updateHeadsetWithCallState()
/packages/services/Car/car-lib/src/android/car/trust/
DTrustedDeviceInfo.java53 public long getHandle() { in getHandle() method in TrustedDeviceInfo
109 return mHandle == secondDevice.getHandle(); in equals()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DCallDetail.java92 } else if (callDetail.getHandle() != null) { in getNumber()
93 number = callDetail.getHandle().getSchemeSpecificPart(); in getNumber()
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java71 int getHandle(); in getHandle() method
119 public int getHandle(); in getHandle() method
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java952 Pair<Uri, Uri> pIdent = new Pair<>(p.getHandle(), p.getEndpoint()); in handleConferenceParticipantsUpdate()
966 Pair<Uri, Uri> userEntity = new Pair<>(participant.getHandle(), in handleConferenceParticipantsUpdate()
980 if (!isParticipantHost(mConferenceHostAddress, participant.getHandle())) { in handleConferenceParticipantsUpdate()
1013 newParticipant.getHandle(), in handleConferenceParticipantsUpdate()
1216 mConferenceParticipantConnections.put(new Pair<>(participant.getHandle(), in createConferenceParticipantConnection()
DConferenceParticipantConnection.java72 address = ConferenceParticipant.getParticipantAddress(participant.getHandle(), in ConferenceParticipantConnection()
79 mUserEntity = participant.getHandle(); in ConferenceParticipantConnection()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/security/
DTrustedDeviceListPreferenceControllerTest.java121 callBack.getValue().onEscrowTokenRemoved(mUpdatedDevices.get(0).getHandle()); in onDeviceRemoved_refreshUi()
142 callBack.getValue().onEscrowTokenActiveStateChanged(mUpdatedDevices.get(0).getHandle(), in onDeviceAdded_refreshUi()
/packages/apps/Car/Messenger/tests/robotests/src/com/android/car/messenger/
DMessengerDelegateTest.java250 && expected.getHandle().equals(observed.getHandle()) in mapMessageEquals()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManager.java193 ByteUtils.bytesToLong(credentials.getHandle().toByteArray()), in unlockUser()
278 mTrustAgentDelegate.removeEscrowToken(trustedDevice.getHandle(), in removeTrustedDevice()
408 && credentials.getHandle() != null; in areCredentialsValid()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java555 if (getHandle() != null && PhoneAccount.SCHEME_VOICEMAIL.equals(getHandle().getScheme())) { in updateIsVoiceMailNumber()
623 Uri newHandle = telecomCall.getDetails().getHandle(); in updateFromTelecomCall()
814 public Uri getHandle() { in getHandle() method in DialerCall
815 return telecomCall == null ? null : telecomCall.getDetails().getHandle(); in getHandle()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DMessageKey.java27 super(message.getDeviceId(), message.getHandle()); in MessageKey()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeP2pDevice.java65 public int getHandle() { in getHandle() method in NativeP2pDevice
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/storage/
DTrustedDeviceEntity.java44 handle = trustedDevice.getHandle(); in TrustedDeviceEntity()

123