| /packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ | 
| D | MacAddressTest.java | 48         final int addressType;  field in MacAddressTest.TestCase51         TestCase(String macAddress, String ouiString, int addressType, boolean isLocallyAssigned) {  in TestCase()
 62     static String typeToString(int addressType) {  in typeToString()
 
 | 
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ | 
| D | PeriodicAdvertisementResultTest.java | 47         int addressType = 1;  in constructor()  local69         int addressType = 1;  in updateMethods()  local
 111         int addressType = 1;  in print_doesNotCrash()  local
 
 | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ | 
| D | PeriodicAdvertisementResult.java | 39                                 int addressType,  in PeriodicAdvertisementResult()103     public void updateAddressType(int addressType) {  in updateAddressType()
 
 | 
| D | BassClientService.java | 119             int addressType,  in updatePeriodicAdvertisementResultMap()
 | 
| /packages/modules/Bluetooth/framework/java/android/bluetooth/le/ | 
| D | ScanFilter.java | 105             @AddressType int addressType, @Nullable byte[] irk, int advertisingDataType,  in ScanFilter()767                                         @AddressType int addressType) {  in setDeviceAddress()
 797                                         @AddressType int addressType,  in setDeviceAddress()
 827                                                  @AddressType int addressType,  in setDeviceAddressInternal()
 
 | 
| D | AdvertisingSetCallback.java | 162     public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, String address) {  in onOwnAddressRead()
 | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ | 
| D | ScanNativeInterface.java | 70             int scanIntervalUnit, int scanWindowUnit, int addressType, int discardRule);  in gattClientStartBatchScanNative()160             int scanIntervalUnit, int scanWindowUnit, int addressType, int discardRule) {  in gattClientStartBatchScan()
 
 | 
| D | PeriodicScanManager.java | 181     void onSyncStarted(int regId, int syncHandle, int sid, int addressType, String address, int phy,  in onSyncStarted()
 | 
| D | GattNativeInterface.java | 63     void onScanResult(int eventType, int addressType, String address, int primaryPhy,  in onScanResult()315     private native void gattClientConnectNative(int clientIf, String address, int addressType,  in gattClientConnectNative()
 411     public void gattClientConnect(int clientIf, String address, int addressType,  in gattClientConnect()
 
 | 
| D | AdvertiseManager.java | 270     void onOwnAddressRead(int advertiserId, int addressType, String address)  in onOwnAddressRead()
 | 
| D | GattService.java | 804         public void clientConnect(int clientIf, String address, int addressType, boolean isDirect,  in clientConnect()815         private void clientConnect(int clientIf, String address, int addressType, boolean isDirect,  in clientConnect()
 1915     void onScanResult(int eventType, int addressType, String address, int primaryPhy,  in onScanResult()
 1926     void onScanResultInternal(int eventType, int addressType, String address, int primaryPhy,  in onScanResultInternal()
 3632     void clientConnect(int clientIf, String address, int addressType, boolean isDirect,  in clientConnect()
 
 | 
| /packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ | 
| D | LeAdvertisingTest.java | 156         int addressType = addressPair.second;  in scanWithBumble()  local
 | 
| /packages/modules/Bluetooth/system/binder/android/bluetooth/le/ | 
| D | IAdvertisingSetCallback.aidl | 24   void onOwnAddressRead(in int advertiserId, in int addressType, in String address);  in onOwnAddressRead()
 | 
| /packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/ | 
| D | AdvertisingSetCallbackHelper.java | 159         public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType,  in onOwnAddressRead()
 | 
| /packages/services/Car/service/src/com/android/car/bluetooth/ | 
| D | FastPairAdvertiser.java | 401     private void onOwnAddressReadHandler(int addressType, String address) {  in onOwnAddressReadHandler()
 | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ | 
| D | BluetoothInCallService.java | 808                     int addressType =  in sendListOfCalls()  local946         int addressType = address == null ? -1 : PhoneNumberUtils.toaFromString(address);  in sendClccForCall()  local
 
 | 
| /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ | 
| D | PduComposer.java | 466             final int addressType = checkAddressType(address.getString());  in appendAddressType()  local
 | 
| D | PduPersister.java | 1541     private void loadRecipients(final int addressType, final HashSet<String> recipients,  in loadRecipients()
 | 
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ | 
| D | GattServiceBinderTest.java | 196         int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM;  in clientConnect()  local
 | 
| D | GattServiceTest.java | 313         int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM;  in clientConnect()  local
 | 
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ | 
| D | IBluetoothGatt.aidl | 109 …void clientConnect(in int clientIf, in String address, in int addressType, in boolean isDirect, in…  in clientConnect()
 | 
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ | 
| D | BluetoothDevice.java | 1368     /*package*/ BluetoothDevice(String address, int addressType) {  in BluetoothDevice()
 | 
| D | BluetoothAdapter.java | 1108             @AddressType int addressType) {  in getRemoteLeDevice()
 | 
| /packages/modules/Bluetooth/android/app/jni/ | 
| D | com_android_bluetooth_gatt.cpp | 1469                                     jstring address, jint addressType,  in gattClientConnectNative()
 | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ | 
| D | AdapterService.java | 7157     public native boolean createBondNative(byte[] address, int addressType, int transport);  in createBondNative()
 |