Searched refs:getHandle (Results 1 - 24 of 24) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java65 public int getHandle() { method in class:NativeP2pDevice
H A DNativeLlcpConnectionlessSocket.java68 public int getHandle(){ method in class:NativeLlcpConnectionlessSocket
H A DNativeNfcTag.java413 public int getHandle() { method in class:NativeNfcTag
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java65 public int getHandle() { method in class:NativeP2pDevice
H A DNativeLlcpConnectionlessSocket.java68 public int getHandle(){ method in class:NativeLlcpConnectionlessSocket
H A DNativeNfcTag.java422 public int getHandle() { method in class:NativeNfcTag
/packages/services/Telecomm/src/com/android/server/telecom/
H A DPhoneStateBroadcaster.java90 if (call.getHandle() != null) {
91 callHandle = call.getHandle().getSchemeSpecificPart();
H A DRespondViaSmsManager.java129 if (rejectWithMessage && call.getHandle() != null) {
132 rejectCallWithMessage(call.getContext(), call.getHandle().getSchemeSpecificPart(),
H A DCall.java607 public Uri getHandle() { method in class:Call
706 return getHandle();
905 setHandle(connection.getHandle(), connection.getHandlePresentation());
1159 return getHandle();
1327 if (getHandle() == null) {
1333 if (PhoneNumberUtils.isUriNumber(getHandle().toString())) {
H A DBluetoothPhoneServiceImpl.java573 addressUri = call.getHandle();
633 if (ringingCall != null && ringingCall.getHandle() != null) {
634 ringingAddress = ringingCall.getHandle().getSchemeSpecificPart();
H A DCreateConnectionProcessor.java339 getOutgoingPhoneAccountForScheme(mCall.getHandle().getScheme())
H A DConnectionServiceWrapper.java666 Log.event(call, Log.Events.START_CONNECTION, Log.piiHandle(call.getHandle()));
673 call.getHandle(),
H A DLog.java148 pw.println("To address: " + piiHandle(mCall.getHandle()));
H A DCallsManager.java557 if (reusedCall == null && areHandlesEqual(pendingCall.getHandle(), handle)) {
1607 connection.getHandle() /* handle */,
H A DInCallController.java643 call.getHandle() : null;
/packages/services/Telephony/src/com/android/services/telephony/
H A DConferenceParticipantConnection.java73 mUserEntity = participant.getHandle();
166 Uri address = participant.getHandle();
203 Uri address = participant.getHandle();
H A DImsConference.java575 Uri userEntity = participant.getHandle();
598 mConferenceParticipantConnections.get(newParticipant.getHandle());
654 mConferenceParticipantConnections.put(participant.getHandle(), connection);
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java66 int getHandle(); method in interface:DeviceHost.TagEndpoint
114 public int getHandle(); method in interface:DeviceHost.NfcDepEndpoint
H A DNfcService.java1333 tag.getTechExtras(), tag.getHandle(), this);
1591 mObjectMap.put(tag.getHandle(), tag);
1785 if (mObjectMap.remove(device.getHandle()) != null) {
1869 mObjectMap.put(device.getHandle(), device);
1898 mObjectMap.put(device.getHandle(), device);
1913 tagEndpoint.getTechExtras(), tagEndpoint.getHandle(), mNfcTagService);
1937 unregisterObject(tagEndpoint.getHandle());
/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java194 Uri handleUri = call.getHandle();
258 String handle = call.getHandle() == null ? null : call.getHandle().getSchemeSpecificPart();
373 return call.getHandle() != null &&
374 PhoneAccount.SCHEME_TEL.equals(call.getHandle().getScheme());
/packages/apps/InCallUI/src/com/android/incallui/
H A DCall.java380 Uri newHandle = mTelecommCall.getDetails().getHandle();
439 return getHandle() == null ? null : getHandle().getSchemeSpecificPart();
442 public Uri getHandle() { method in class:Call
443 return mTelecommCall == null ? null : mTelecommCall.getDetails().getHandle();
644 Uri handle = mTelecommCall.getDetails().getHandle();
H A DCallerInfoUtils.java78 if ((call.getHandle() != null &&
79 PhoneAccount.SCHEME_VOICEMAIL.equals(call.getHandle().getScheme())) ||
H A DInCallPresenter.java1178 String scheme = telecomCall.getDetails().getHandle().getScheme();
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java73 public long getHandle() { method in class:BluetoothMapMessageListingElement

Completed in 2190 milliseconds