/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
H A D | NativeP2pDevice.java | 65 public int getHandle() { method in class:NativeP2pDevice
|
H A D | NativeLlcpConnectionlessSocket.java | 68 public int getHandle(){ method in class:NativeLlcpConnectionlessSocket
|
H A D | NativeNfcTag.java | 413 public int getHandle() { method in class:NativeNfcTag
|
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ |
H A D | NativeP2pDevice.java | 65 public int getHandle() { method in class:NativeP2pDevice
|
H A D | NativeLlcpConnectionlessSocket.java | 68 public int getHandle(){ method in class:NativeLlcpConnectionlessSocket
|
H A D | NativeNfcTag.java | 422 public int getHandle() { method in class:NativeNfcTag
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | PhoneStateBroadcaster.java | 90 if (call.getHandle() != null) { 91 callHandle = call.getHandle().getSchemeSpecificPart();
|
H A D | RespondViaSmsManager.java | 129 if (rejectWithMessage && call.getHandle() != null) { 132 rejectCallWithMessage(call.getContext(), call.getHandle().getSchemeSpecificPart(),
|
H A D | Call.java | 607 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 D | BluetoothPhoneServiceImpl.java | 573 addressUri = call.getHandle(); 633 if (ringingCall != null && ringingCall.getHandle() != null) { 634 ringingAddress = ringingCall.getHandle().getSchemeSpecificPart();
|
H A D | CreateConnectionProcessor.java | 339 getOutgoingPhoneAccountForScheme(mCall.getHandle().getScheme())
|
H A D | ConnectionServiceWrapper.java | 666 Log.event(call, Log.Events.START_CONNECTION, Log.piiHandle(call.getHandle())); 673 call.getHandle(),
|
H A D | Log.java | 148 pw.println("To address: " + piiHandle(mCall.getHandle()));
|
H A D | CallsManager.java | 557 if (reusedCall == null && areHandlesEqual(pendingCall.getHandle(), handle)) { 1607 connection.getHandle() /* handle */,
|
H A D | InCallController.java | 643 call.getHandle() : null;
|
/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | ConferenceParticipantConnection.java | 73 mUserEntity = participant.getHandle(); 166 Uri address = participant.getHandle(); 203 Uri address = participant.getHandle();
|
H A D | ImsConference.java | 575 Uri userEntity = participant.getHandle(); 598 mConferenceParticipantConnections.get(newParticipant.getHandle()); 654 mConferenceParticipantConnections.put(participant.getHandle(), connection);
|
/packages/apps/Nfc/src/com/android/nfc/ |
H A D | DeviceHost.java | 66 int getHandle(); method in interface:DeviceHost.TagEndpoint 114 public int getHandle(); method in interface:DeviceHost.NfcDepEndpoint
|
H A D | NfcService.java | 1333 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 D | MissedCallNotifierImpl.java | 194 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 D | Call.java | 380 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 D | CallerInfoUtils.java | 78 if ((call.getHandle() != null && 79 PhoneAccount.SCHEME_VOICEMAIL.equals(call.getHandle().getScheme())) ||
|
H A D | InCallPresenter.java | 1178 String scheme = telecomCall.getDetails().getHandle().getScheme();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapMessageListingElement.java | 73 public long getHandle() { method in class:BluetoothMapMessageListingElement
|