Home
last modified time | relevance | path

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

12

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java149 public String getHandle() { in getHandle() method in MceStateMachine.MessageMetadata
574 + ", Message handle = " + ev.getHandle()); in processNotification()
581 if (!mMessages.contains(ev.getHandle())) { in processNotification()
583 MessageMetadata metadata = new MessageMetadata(ev.getHandle(), in processNotification()
585 mMessages.put(ev.getHandle(), metadata); in processNotification()
587 mMasClient.makeRequest(new RequestGetMessage(ev.getHandle(), in processNotification()
593 notifySentMessageStatus(ev.getHandle(), ev.getType()); in processNotification()
602 MessageMetadata metadata = mMessages.get(request.getHandle()); in markMessageRead()
605 request.getHandle(), RequestSetMessageStatus.StatusIndicator.READ)); in markMessageRead()
612 request.getHandle(), RequestSetMessageStatus.StatusIndicator.DELETED)); in markMessageDeleted()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DAsyncBlockCheckFilter.java64 String number = call.getHandle() == null ? in startFilterLookup()
65 null : call.getHandle().getSchemeSpecificPart(); in startFilterLookup()
69 mCallerInfoLookupHelper.startLookup(call.getHandle(), in startFilterLookup()
134 String number = mIncomingCall.getHandle() == null ? null in onPostExecute()
135 : mIncomingCall.getHandle().getSchemeSpecificPart(); in onPostExecute()
/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/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java264 when(activeCall.getHandle()).thenReturn(Uri.parse("tel:555-000")); in testListCurrentCallsOneCall()
283 when(silentRingingCall.getHandle()).thenReturn(Uri.parse("tel:555-000")); in testListCurrentCallsSilentRinging()
630 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:5550000")); in testQueryPhoneState()
644 when(parentConfCall.getHandle()).thenReturn(Uri.parse("tel:555-0000")); in testCDMAConferenceQueryState()
805 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:555000")); in testOnCallAddedRinging()
818 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:555000")); in testSilentRingingCallState()
927 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:555-0000")); in testOnCallStateChanged()
948 when(heldCall.getHandle()).thenReturn(Uri.parse("tel:555-0000")); in testOnCallStateChangedGSMSwap()
998 when(ringingCall.getHandle()).thenReturn(Uri.parse("tel:5550000")); in testBluetoothAdapterReceiver()
/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/
DMissedCallNotifier.java53 mHandle = call.getHandle(); in CallInfo()
65 public Uri getHandle() { in getHandle() method in MissedCallNotifier.CallInfo
DPhoneStateBroadcaster.java111 if (!call.isSelfManaged() && call.getHandle() != null) { in sendPhoneStateChangedBroadcast()
112 callHandle = call.getHandle().getSchemeSpecificPart(); in sendPhoneStateChangedBroadcast()
DCall.java764 s.append(Log.piiHandle(getHandle())); in getDescription()
1023 public Uri getHandle() { in getHandle() method in Call
1160 return getHandle(); in getOriginalHandle()
1240 if (getHandle() == null) { in isLoggedSelfManaged()
1245 if (!PhoneAccount.SCHEME_SIP.equals(getHandle().getScheme()) && in isLoggedSelfManaged()
1246 !PhoneAccount.SCHEME_TEL.equals(getHandle().getScheme())) { in isLoggedSelfManaged()
1743 setHandle(connection.getHandle(), connection.getHandlePresentation()); in handleCreateConnectionSuccess()
2194 return getHandle(); in getContactUri()
2536 if (getHandle() == null) { in isRespondViaSmsCapable()
2542 if (mPhoneNumberUtilsAdapter.isUriNumber(getHandle().toString())) { in isRespondViaSmsCapable()
DCallsManager.java1136 (c.getHandle() == null in processIncomingCallIntent()
1137 ? null : c.getHandle().getSchemeSpecificPart()), in processIncomingCallIntent()
1228 if (reusedCall == null && areHandlesEqual(pendingCall.getHandle(), handle)) { in reuseOutgoingCall()
1378 finalCall.getHandle(), potentialPhoneAccounts); in startOutgoingCall()
1532 boolean isVoicemail = isVoicemail(callToUse.getHandle(), accountToUse); in startOutgoingCall()
1906 call.getHandle() == null ? null : call.getHandle().getScheme();
2825 call.setHandle(parcelableConference.getHandle(),
3535 connection.getHandle() /* handle */,
3554 call.setHandle(connection.getHandle(), connection.getHandlePresentation());
3940 if (call.getState() == CallState.DISCONNECTED && (isPotentialMMICode(call.getHandle())
[all …]
DRespondViaSmsManager.java143 && call.getHandle() != null in onIncomingCallRejected()
147 rejectCallWithMessage(call.getContext(), call.getHandle().getSchemeSpecificPart(), in onIncomingCallRejected()
DBluetoothPhoneServiceImpl.java645 addressUri = call.getHandle(); in sendClccForCall()
710 if (ringingCall != null && ringingCall.getHandle() != null in updateHeadsetWithCallState()
712 ringingAddress = ringingCall.getHandle().getSchemeSpecificPart(); in updateHeadsetWithCallState()
DConnectionServiceWrapper.java1134 Log.piiHandle(call.getHandle())); in createConnection()
1138 .setAddress(call.getHandle()) in createConnection()
1191 Log.piiHandle(call.getHandle())); in createConnectionFailed()
1199 call.getHandle(), in createConnectionFailed()
1232 Log.piiHandle(call.getHandle())); in handoverFailed()
1238 call.getHandle(), in handoverFailed()
DCreateConnectionProcessor.java416 mCall.getHandle() == null in adjustAttemptsForEmergency()
417 ? null : mCall.getHandle().getScheme())); in adjustAttemptsForEmergency()
DParcelableCallUtils.java203 call.getHandle() : null; in toParcelableCall()
284 call.getHandle() : null; in toParcelableCallForScreening()
/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/services/Telephony/src/com/android/services/telephony/
DImsConference.java753 Pair<Uri, Uri> pIdent = new Pair<>(p.getHandle(), p.getEndpoint()); in handleConferenceParticipantsUpdate()
766 Pair<Uri, Uri> userEntity = new Pair<>(participant.getHandle(), in handleConferenceParticipantsUpdate()
773 if (!isParticipantHost(mConferenceHostAddress, participant.getHandle())) { in handleConferenceParticipantsUpdate()
799 newParticipant.getHandle(), in handleConferenceParticipantsUpdate()
986 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/Nfc/src/com/android/nfc/
DDeviceHost.java71 int getHandle(); in getHandle() method
119 public int getHandle(); in getHandle() method
DNfcService.java1580 tag.getTechExtras(), tag.getHandle(), this); in rediscover()
1942 mObjectMap.put(tag.getHandle(), tag); in registerTagObject()
2248 if (mObjectMap.remove(device.getHandle()) != null) { in handleMessage()
2484 mObjectMap.put(device.getHandle(), device); in llcpActivated()
2513 mObjectMap.put(device.getHandle(), device); in llcpActivated()
2528 tagEndpoint.getTechExtras(), tagEndpoint.getHandle(), mNfcTagService); in dispatchTagEndpoint()
2553 unregisterObject(tagEndpoint.getHandle()); in dispatchTagEndpoint()
/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.java234 && expected.getHandle().equals(observed.getHandle()) in mapMessageEquals()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java550 if (getHandle() != null && PhoneAccount.SCHEME_VOICEMAIL.equals(getHandle().getScheme())) { in updateIsVoiceMailNumber()
618 Uri newHandle = telecomCall.getDetails().getHandle(); in updateFromTelecomCall()
809 public Uri getHandle() { in getHandle() method in DialerCall
810 return telecomCall == null ? null : telecomCall.getDetails().getHandle(); in getHandle()
/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

12