Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/packages/modules/Bluetooth/system/service/common/android/bluetooth/
Dbluetooth_avrcp_string_value.h35 BluetoothAvrcpStringValue(const ::bluetooth::AvrcpStringValue& other) in BluetoothAvrcpStringValue()
37 BluetoothAvrcpStringValue(const BluetoothAvrcpStringValue& other) in BluetoothAvrcpStringValue()
Dbluetooth_avrcp_register_notification_response.h37 const AvrcpRegisterNotificationResponse& other) in BluetoothAvrcpRegisterNotificationResponse()
40 const BluetoothAvrcpRegisterNotificationResponse& other) in BluetoothAvrcpRegisterNotificationResponse()
Dbluetooth_remote_device_props.h35 BluetoothRemoteDeviceProps(const ::bluetooth::RemoteDeviceProps& other) in BluetoothRemoteDeviceProps()
37 BluetoothRemoteDeviceProps(const BluetoothRemoteDeviceProps& other) in BluetoothRemoteDeviceProps()
Dbluetooth_avrcp_media_attr.h35 BluetoothAvrcpMediaAttr(const ::bluetooth::AvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr()
37 BluetoothAvrcpMediaAttr(const BluetoothAvrcpMediaAttr& other) in BluetoothAvrcpMediaAttr()
Dbluetooth_a2dp_codec_config.h35 BluetoothA2dpCodecConfig(const ::bluetooth::A2dpCodecConfig& other) in BluetoothA2dpCodecConfig()
37 BluetoothA2dpCodecConfig(const BluetoothA2dpCodecConfig& other) in BluetoothA2dpCodecConfig()
Dbluetooth_avrcp_int_value.h35 BluetoothAvrcpIntValue(const ::bluetooth::AvrcpIntValue& other) in BluetoothAvrcpIntValue()
37 BluetoothAvrcpIntValue(const BluetoothAvrcpIntValue& other) in BluetoothAvrcpIntValue()
/packages/modules/Bluetooth/system/service/common/bluetooth/
Dservice.cc20 Service::Service(const Service& other) { in Service()
28 Service& Service::operator=(const Service& other) { in operator =()
Ddescriptor.cc20 Descriptor::Descriptor(const Descriptor& other) { in Descriptor()
26 Descriptor& Descriptor::operator=(const Descriptor& other) { in operator =()
Dcharacteristic.cc20 Characteristic::Characteristic(const Characteristic& other) { in Characteristic()
28 Characteristic& Characteristic::operator=(const Characteristic& other) { in operator =()
Dscan_filter.cc23 ScanFilter::ScanFilter(const ScanFilter& other) { in ScanFilter()
33 ScanFilter& ScanFilter::operator=(const ScanFilter& other) { in operator =()
Dadvertise_data.cc30 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/
DS2LevelRange.java137 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/
DAppVpnInfo.java23 public int compareTo(Object other) { in compareTo()
34 public boolean equals(Object other) { in equals()
/packages/apps/Settings/src/com/android/settings/security/trustagent/
DTrustAgentInfo.java46 public boolean equals(Object other) { in equals()
54 public int compareTo(TrustAgentInfo other) { in compareTo()
/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DIoStatsEntry.java172 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()
DUidIoRecord.java82 public UidIoRecord delta(IoStatsEntry other) { in delta()
102 public UidIoRecord delta(UidIoRecord other) { in delta()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanResultMatchInfo.java173 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/
Dtruth.py35 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/
DTetheringUtils.java113 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/
DAspectRatio.java139 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/
Dresource_utils.py37 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/
DContactInfoRequest.java82 ContactInfoRequest other = (ContactInfoRequest) obj; in equals() local
111 public int compareTo(ContactInfoRequest other) { in compareTo()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DSimpleDate.java79 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/
DCustomTheme.java57 CustomTheme other = (CustomTheme) obj; in equals() local
84 public boolean isEquivalent(ThemeBundle other) { in isEquivalent()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DDeviceGridState.java137 public boolean isCompatible(DeviceGridState other) { in isCompatible()
156 public int compareTo(DeviceGridState other) { in compareTo()

12345678910>>...14