Home
last modified time | relevance | path

Searched refs:addressType (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduComposer.java466 final int addressType = checkAddressType(address.getString()); in appendAddressType() local
468 if (PDU_PHONE_NUMBER_ADDRESS_TYPE == addressType) { in appendAddressType()
471 } else if (PDU_IPV4_ADDRESS_TYPE == addressType) { in appendAddressType()
474 } else if (PDU_IPV6_ADDRESS_TYPE == addressType) { in appendAddressType()
DPduPersister.java1541 private void loadRecipients(final int addressType, final HashSet<String> recipients, in loadRecipients() argument
1543 final EncodedStringValue[] array = addressMap.get(addressType); in loadRecipients()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java657 int addressType = address == null ? -1 : PhoneNumberUtils.toaFromString(address); in sendClccForCall() local
662 addressType); in sendClccForCall()
667 index, direction, state, 0, isPartOfConference, address, addressType); in sendClccForCall()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAdvertiseManager.java212 void onOwnAddressRead(int advertiserId, int addressType, String address) in onOwnAddressRead() argument
225 callback.onOwnAddressRead(advertiserId, addressType, address); in onOwnAddressRead()
DPeriodicScanManager.java116 void onSyncStarted(int regId, int syncHandle, int sid, int addressType, String address, int phy, in onSyncStarted() argument
DScanManager.java1297 int scanIntervalUnit, int scanWindowUnit, int addressType, int discardRule); in gattClientStartBatchScanNative() argument
DGattService.java957 void onScanResult(int eventType, int addressType, String address, int primaryPhy, in onScanResult() argument
962 + ", addressType=" + addressType + ", address=" + address + ", primaryPhy=" in onScanResult()