Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 72) sorted by relevance

123

/packages/modules/NetworkStack/common/networkstackclient/
DAndroid.bp17 // AIDL interfaces between the core system and the networking mainline module.
19 name: "ipmemorystore-aidl-interfaces",
55 name: "networkstack-aidl-interfaces",
102 imports: ["ipmemorystore-aidl-interfaces"],
130 "ipmemorystore-aidl-interfaces-java",
131 "networkstack-aidl-interfaces-java",
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunDiscover.java167 Enumeration<NetworkInterface> interfaces; in getLocalIpInfo() local
169 interfaces = NetworkInterface.getNetworkInterfaces(); in getLocalIpInfo()
174 while (interfaces.hasMoreElements()) { in getLocalIpInfo()
175 NetworkInterface networkInterface = interfaces.nextElement(); in getLocalIpInfo()
/packages/apps/Launcher3/src_plugins/
DREADME.md1 This directory contains plugin interfaces that launcher listens for and plugins implement. In other…
3 Details about how to create a new plugin interface, or to use existing interfaces to write a plugin…
/packages/apps/Settings/src/com/android/settings/network/
DTetherEnabler.java157 public void onTetheredInterfacesChanged(List<String> interfaces) { in onStart()
158 updateState(interfaces.toArray(new String[interfaces.size()])); in onStart()
/packages/services/Car/service/src/com/android/car/
DBinderInterfaceContainer.java174 Collection<BinderInterface<T>> interfaces = getInterfaces(); in clear() local
175 for (BinderInterface<T> bInterface : interfaces) { in clear()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeKePayload.java42 import javax.crypto.interfaces.DHPrivateKey;
43 import javax.crypto.interfaces.DHPublicKey;
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/testutils/
DCertUtils.java31 import java.security.interfaces.RSAPrivateKey;
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java64 import java.security.interfaces.DSAPrivateKey;
65 import java.security.interfaces.RSAPrivateKey;
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java47 import java.security.interfaces.RSAPrivateKey;
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses62 separable from, or merely link (or bind by name) to the interfaces of,
244 separable from, or merely link (or bind by name) to the interfaces of,
450 separable from, or merely link (or bind by name) to the interfaces of,
656 separable from, or merely link (or bind by name) to the interfaces of,
862 separable from, or merely link (or bind by name) to the interfaces of,
1068 separable from, or merely link (or bind by name) to the interfaces of,
1286 separable from, or merely link (or bind by name) to the interfaces of,
1480 separable from, or merely link (or bind by name) to the interfaces of,
1674 separable from, or merely link (or bind by name) to the interfaces of,
1868 separable from, or merely link (or bind by name) to the interfaces of,
[all …]
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java582 public void onTetheredInterfacesChanged(List<String> interfaces) { in onTetheredInterfacesChanged() argument
/packages/apps/QuickSearchBox/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/apps/Launcher3/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/apps/LegacyCamera/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/apps/LegacyCamera/jni/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/apps/SoundRecorder/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/apps/Contacts/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/providers/BlockedNumberProvider/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/providers/CalendarProvider/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/apps/Provision/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/apps/BasicSmsReceiver/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/providers/DownloadProvider/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/modules/ExtServices/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/apps/Settings/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/apps/Stk/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,

123