/packages/modules/Bluetooth/system/service/common/android/bluetooth/ |
D | bluetooth_avrcp_string_value.h | 35 BluetoothAvrcpStringValue(const ::bluetooth::AvrcpStringValue& other) in BluetoothAvrcpStringValue() 37 BluetoothAvrcpStringValue(const BluetoothAvrcpStringValue& other) in BluetoothAvrcpStringValue()
|
D | bluetooth_avrcp_register_notification_response.h | 37 const AvrcpRegisterNotificationResponse& other) in BluetoothAvrcpRegisterNotificationResponse() 40 const BluetoothAvrcpRegisterNotificationResponse& other) in BluetoothAvrcpRegisterNotificationResponse()
|
D | bluetooth_remote_device_props.h | 35 BluetoothRemoteDeviceProps(const ::bluetooth::RemoteDeviceProps& other) in BluetoothRemoteDeviceProps() 37 BluetoothRemoteDeviceProps(const BluetoothRemoteDeviceProps& other) in BluetoothRemoteDeviceProps()
|
D | bluetooth_avrcp_media_attr.h | 35 BluetoothAvrcpMediaAttr(const ::bluetooth::AvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr() 37 BluetoothAvrcpMediaAttr(const BluetoothAvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr()
|
D | bluetooth_a2dp_codec_config.h | 35 BluetoothA2dpCodecConfig(const ::bluetooth::A2dpCodecConfig& other) in BluetoothA2dpCodecConfig() 37 BluetoothA2dpCodecConfig(const BluetoothA2dpCodecConfig& other) in BluetoothA2dpCodecConfig()
|
D | bluetooth_avrcp_int_value.h | 35 BluetoothAvrcpIntValue(const ::bluetooth::AvrcpIntValue& other) in BluetoothAvrcpIntValue() 37 BluetoothAvrcpIntValue(const BluetoothAvrcpIntValue& other) in BluetoothAvrcpIntValue()
|
/packages/modules/Bluetooth/system/service/common/bluetooth/ |
D | service.cc | 20 Service::Service(const Service& other) { in Service() 28 Service& Service::operator=(const Service& other) { in operator =()
|
D | descriptor.cc | 20 Descriptor::Descriptor(const Descriptor& other) { in Descriptor() 26 Descriptor& Descriptor::operator=(const Descriptor& other) { in operator =()
|
D | characteristic.cc | 20 Characteristic::Characteristic(const Characteristic& other) { in Characteristic() 28 Characteristic& Characteristic::operator=(const Characteristic& other) { in operator =()
|
D | scan_filter.cc | 23 ScanFilter::ScanFilter(const ScanFilter& other) { in ScanFilter() 33 ScanFilter& ScanFilter::operator=(const ScanFilter& other) { in operator =()
|
D | advertise_data.cc | 30 AdvertiseData::AdvertiseData(const AdvertiseData& other) : data_(other.data_) {} in AdvertiseData() 76 AdvertiseData& AdvertiseData::operator=(const AdvertiseData& other) { in operator =()
|
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/ |
D | S2LevelRange.java | 137 public boolean startsBefore(S2LevelRange other) { in startsBefore() 146 public boolean overlaps(S2LevelRange other) { in overlaps() 174 private void checkSameLevel(S2LevelRange other) { in checkSameLevel()
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
D | AppVpnInfo.java | 23 public int compareTo(Object other) { in compareTo() 34 public boolean equals(Object other) { in equals()
|
/packages/apps/Settings/src/com/android/settings/security/trustagent/ |
D | TrustAgentInfo.java | 46 public boolean equals(Object other) { in equals() 54 public int compareTo(TrustAgentInfo other) { in compareTo()
|
/packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
D | IoStatsEntry.java | 172 public IoStatsEntry delta(IoStatsEntry other) { in delta() 183 public boolean equals(Object other) { in equals() 348 public Metrics delta(Metrics other) { in delta() 358 public boolean equals(Object other) { in equals()
|
D | UidIoRecord.java | 82 public UidIoRecord delta(IoStatsEntry other) { in delta() 102 public UidIoRecord delta(UidIoRecord other) { in delta()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ScanResultMatchInfo.java | 173 public boolean networkTypeEquals(@NonNull ScanResultMatchInfo other) { in networkTypeEquals() 198 ScanResultMatchInfo other = (ScanResultMatchInfo) otherObj; in equals() local 212 public SecurityParams matchForNetworkSelection(ScanResultMatchInfo other) { in matchForNetworkSelection()
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | truth.py | 35 def isEqualTo(self, other): argument 39 def isNotEqualTo(self, other): argument 43 def isGreaterThan(self, other): argument 47 def isLessThan(self, other): argument
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/util/ |
D | TetheringUtils.java | 113 public ForwardedStats(@NonNull ForwardedStats other) { in ForwardedStats() 122 public ForwardedStats add(@NonNull ForwardedStats other) { in add() 129 public ForwardedStats subtract(@NonNull ForwardedStats other) { in subtract()
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | AspectRatio.java | 139 public AspectRatio withOrientationOf(AspectRatio other) { in withOrientationOf() 150 public boolean isWiderThan(AspectRatio other) { in isWiderThan() 160 public boolean isTallerThan(AspectRatio other) { in isTallerThan()
|
/packages/apps/Car/systemlibs/tools/rro/ |
D | resource_utils.py | 37 def __eq__(self, other): argument 41 def __ne__(self, other): argument 134 def __eq__(self, other): argument
|
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/ |
D | ContactInfoRequest.java | 82 ContactInfoRequest other = (ContactInfoRequest) obj; in equals() local 111 public int compareTo(ContactInfoRequest other) { in compareTo()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
D | SimpleDate.java | 79 SimpleDate other = (SimpleDate) obj; in equals() local 93 public int compareTo(SimpleDate other) { in compareTo()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
D | CustomTheme.java | 57 CustomTheme other = (CustomTheme) obj; in equals() local 84 public boolean isEquivalent(ThemeBundle other) { in isEquivalent()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | DeviceGridState.java | 137 public boolean isCompatible(DeviceGridState other) { in isCompatible() 156 public int compareTo(DeviceGridState other) { in compareTo()
|