Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 182) sorted by relevance

12345678

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DLingerMonitorTest.java118 NetworkAgentInfo from = wifiNai(100); in testNotificationOnLinger() local
129 NetworkAgentInfo from = wifiNai(100); in testToastOnLinger() local
140 NetworkAgentInfo from = wifiNai(100); in testNotificationClearedAfterDisconnect() local
154 NetworkAgentInfo from = wifiNai(100); in testNotificationClearedAfterSwitchingBack() local
168 NetworkAgentInfo from = wifiNai(100); in testUniqueToast() local
258 NetworkAgentInfo from = wifiNai(100); in testUniqueNotification() local
275 NetworkAgentInfo from = wifiNai(100); in testIgnoreNeverValidatedNetworks() local
287 NetworkAgentInfo from = wifiNai(100); in testIgnoreCurrentlyValidatedNetworks() local
299 NetworkAgentInfo from = wifiNai(100); in testNoNotificationType() local
310 NetworkAgentInfo from = wifiNai(100); in testNoTransitionToNotify() local
[all …]
/packages/apps/Dialer/java/com/android/dialer/spam/stub/
DSpamStub.java91 ReportingLocation.Type from, in reportSpamFromAfterCallNotification()
99 ReportingLocation.Type from, in reportSpamFromCallHistory()
107 ReportingLocation.Type from, in reportNotSpamFromAfterCallNotification()
115 ReportingLocation.Type from, in reportNotSpamFromCallHistory()
/packages/apps/Dialer/java/com/android/dialer/spam/
DSpam.java111 ReportingLocation.Type from, in reportSpamFromAfterCallNotification()
130 ReportingLocation.Type from, in reportSpamFromCallHistory()
149 ReportingLocation.Type from, in reportNotSpamFromAfterCallNotification()
168 ReportingLocation.Type from, in reportNotSpamFromCallHistory()
/packages/modules/Bluetooth/system/gd/hci/
Daddress.cc85 std::optional<Address> Address::FromString(const std::string& from) { in FromString()
124 bool Address::FromString(const std::string& from, Address& to) { in FromString()
134 size_t Address::FromOctets(const uint8_t* from) { in FromOctets()
Dclass_of_device.cc96 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString()
130 size_t ClassOfDevice::FromOctets(const uint8_t* from) { in FromOctets()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs29 fn from(item: bindings::bluetooth_sdp_types) -> Self { in from() method
46 fn from(item: bindings::_bluetooth_sdp_hdr) -> Self { in from() method
78 fn from(item: bindings::_bluetooth_sdp_hdr_overlay) -> Self { in from() method
112 fn from(item: bindings::_bluetooth_sdp_mas_record) -> Self { in from() method
129 fn from(item: bindings::_bluetooth_sdp_mns_record) -> Self { in from() method
145 fn from(item: bindings::_bluetooth_sdp_pse_record) -> Self { in from() method
160 fn from(item: bindings::_bluetooth_sdp_pce_record) -> Self { in from() method
173 fn from(item: bindings::_bluetooth_sdp_ops_record) -> Self { in from() method
188 fn from(item: bindings::_bluetooth_sdp_sap_record) -> Self { in from() method
205 fn from(item: bindings::_bluetooth_sdp_dip_record) -> Self { in from() method
[all …]
Dhid_host.rs22 fn from(item: bindings::bthh_connection_state_t) -> Self { in from() method
49 fn from(item: bindings::bthh_status_t) -> Self { in from() method
65 fn from(item: bindings::bthh_protocol_mode_t) -> Self { in from() method
71 fn from(item: BthhProtocolMode) -> Self { in from() method
85 fn from(item: BthhReportType) -> Self { in from() method
/packages/modules/NetworkStack/tests/integration/src/android/net/netlink/
DInetDiagSocketIntegrationTest.java81 Connection(String to, String from) throws Exception { in Connection()
104 TcpConnection(String to, String from) throws Exception { in TcpConnection()
128 UdpConnection(String to, String from) throws Exception { in UdpConnection()
166 public void checkGetConnectionOwnerUid(String to, String from) throws Exception { in checkGetConnectionOwnerUid()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java184 private static void copyString(String key, ContentValues from, ContentValues to) { in copyString()
191 private static void copyInteger(String key, ContentValues from, ContentValues to) { in copyInteger()
198 private static void copyLong(String key, ContentValues from, ContentValues to) { in copyLong()
205 private static void putString(String key, Cursor from, ContentValues to) { in putString()
208 private static void putInteger(String key, Cursor from, ContentValues to) { in putInteger()
211 private static void putLong(String key, Cursor from, ContentValues to) { in putLong()
/packages/modules/Bluetooth/system/gd/common/
Dbyte_array.h78 static std::optional<ByteArray<kLength>> FromString(const std::string& from) { in FromString()
93 static std::optional<ByteArray<kLength>> FromLegacyConfigString(const std::string& from) { in FromLegacyConfigString()
/packages/modules/Bluetooth/system/types/
Dclass_of_device.cc40 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString()
70 size_t ClassOfDevice::FromOctets(const uint8_t* from) { in FromOctets()
Draw_address.cc63 bool RawAddress::FromString(const std::string& from, RawAddress& to) { in FromString()
86 size_t RawAddress::FromOctets(const uint8_t* from) { in FromOctets()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java209 public void from(InformationElement ie) { in from() method in InformationElementUtil.BssLoad
292 public void from(InformationElement ie) { in from() method in InformationElementUtil.Rnr
429 public void from(InformationElement ie) { in from() method in InformationElementUtil.HtOperation
509 public void from(InformationElement ie) { in from() method in InformationElementUtil.VhtOperation
638 public void from(InformationElement ie) { in from() method in InformationElementUtil.HeOperation
704 public void from(InformationElement ie) { in from() method in InformationElementUtil.EhtOperation
735 public void from(InformationElement ie) { in from() method in InformationElementUtil.HtCapabilities
780 public void from(InformationElement ie) { in from() method in InformationElementUtil.VhtCapabilities
815 public void from(InformationElement ie) { in from() method in InformationElementUtil.HeCapabilities
844 public void from(InformationElement ie) { in from() method in InformationElementUtil.EhtCapabilities
[all …]
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
DStateIntentCompleted.java36 public static StateIntentCompleted from( in from() method in StateIntentCompleted
44 public static StateIntentCompleted from( in from() method in StateIntentCompleted
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs24 fn from(item: bindings::bt_state_t) -> Self { in from() method
38 fn from(item: i32) -> Self { in from() method
44 fn from(item: BtTransport) -> Self { in from() method
59 fn from(item: bindings::bt_ssp_variant_t) -> Self { in from() method
65 fn from(item: BtSspVariant) -> Self { in from() method
79 fn from(item: bindings::bt_bond_state_t) -> Self { in from() method
94 fn from(item: i32) -> Self { in from() method
113 fn from(item: bindings::bt_acl_state_t) -> Self { in from() method
152 fn from(item: u32) -> Self { in from() method
158 fn from(item: BtPropertyType) -> Self { in from() method
[all …]
/packages/modules/Connectivity/framework/src/android/net/
DKeepalivePacketData.java66 @IntRange(from = 0, to = 65535) int srcPort, @NonNull InetAddress dstAddress, in KeepalivePacketData()
DIpPrefix.java77 public IpPrefix(@NonNull byte[] address, @IntRange(from = 0, to = 128) int prefixLength) { in IpPrefix()
91 public IpPrefix(@NonNull InetAddress address, @IntRange(from = 0, to = 128) int prefixLength) { in IpPrefix()
DLinkAddress.java243 public LinkAddress(@NonNull InetAddress address, @IntRange(from = 0, to = 128) int prefixLength, in LinkAddress()
274 public LinkAddress(@NonNull InetAddress address, @IntRange(from = 0, to = 128) int prefixLength, in LinkAddress()
288 @IntRange(from = 0, to = 128) int prefixLength) { in LinkAddress()
/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DAwareResources.java52 public AwareResources(@IntRange(from = 0) int availableDataPathsCount, in AwareResources()
/packages/modules/Uwb/framework/java/android/uwb/
DAngleMeasurement.java52 @FloatRange(from = -Math.PI, to = +Math.PI) double radians, in AngleMeasurement()
/packages/modules/Virtualization/libs/idsig/src/
Dapksigv4.rs85 fn from(val: u32) -> Result<Version> { in from() method
105 fn from(val: u32) -> Result<HashAlgorithm> { in from() method
138 fn from(val: u32) -> Result<SignatureAlgorithmId> { in from() method
152 pub fn from(mut r: R) -> Result<V4Signature<R>> { in from() method
231 fn from(mut r: &mut dyn Read) -> Result<HashingInfo> { in from() method
266 fn from(mut r: &mut dyn Read) -> Result<SigningInfo> { in from() method
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DTransportModeChildSessionParams.java201 public Builder setLifetimeSeconds( in setLifetimeSeconds()
203 from = CHILD_HARD_LIFETIME_SEC_MINIMUM, in setLifetimeSeconds()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DMatrixFit.java31 public MatrixFit(double[][] from, double[][] to) { in MatrixFit()
47 public boolean fit(double[][] from, double[][] to) { in fit()
/packages/modules/Bluetooth/system/gd/rust/packets/
Dcustom_types.rs61 fn from(addr: Address) -> [u8; 6] { in from() method
105 fn from(cod: ClassOfDevice) -> [u8; 3] { in from() method
/packages/apps/Dialer/java/com/android/bubble/
DBubbleInfo.java51 public static Builder from(@NonNull BubbleInfo bubbleInfo) { in from() method in BubbleInfo
100 public static Builder from(@NonNull Action action) { in from() method in BubbleInfo.Action

12345678