Searched refs:networkId (Results 1 - 22 of 22) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowWifiManager.java69 int networkId = networkIdToConfiguredNetworks.size();
70 config.networkId = -1;
71 networkIdToConfiguredNetworks.put(networkId, makeCopy(config, networkId));
72 return networkId;
75 private WifiConfiguration makeCopy(WifiConfiguration config, int networkId) { argument
77 copy.networkId = networkId;
84 if (config == null || config.networkId < 0) {
87 networkIdToConfiguredNetworks.put(config.networkId, makeCop
[all...]
H A DShadowWifiConfiguration.java14 realObject.networkId = -1;
34 config.networkId = realObject.networkId;
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DWifiManagerTest.java66 int networkId = 666;
67 wifiManager.enableNetwork(networkId, true);
87 wifiConfiguration.networkId = -1;
88 int networkId = wifiManager.addNetwork(wifiConfiguration);
89 assertThat(networkId, equalTo(0));
91 assertThat(wifiConfiguration.networkId, equalTo(-1));
92 assertThat(wifiManager.getConfiguredNetworks().get(0).networkId, equalTo(0));
96 assertThat(anotherConfig.networkId, equalTo(-1));
97 assertThat(wifiManager.getConfiguredNetworks().get(1).networkId, equalTo(1));
103 wifiConfiguration.networkId
[all...]
H A DWifiConfigurationTest.java25 wifiConfiguration.networkId = 1;
45 assertThat(copy.networkId, equalTo(1));
/external/autotest/client/cros/networking/chrome_testing/network_test_ext/
H A Dbackground.js122 Networking.prototype.getNetworkInfo = function(networkId) {
126 chrome.networking.onc.getProperties(networkId, function(networkInfo) {
131 Networking.prototype.connectToNetwork = function(networkId) {
135 chrome.networking.onc.startConnect(networkId, function() {
140 Networking.prototype.disconnectFromNetwork = function(networkId) {
144 chrome.networking.onc.startDisconnect(networkId, function() {
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
H A DWifiManagerFacade.java632 * Connects to a wifi network using networkId.
633 * @param networkId the network identity for the network in the supplicant
635 @Rpc(description = "Connects to the network with the given networkId")
637 @RpcParameter(name = "networkId") Integer networkId) {
641 mWifi.connect(networkId, listener);
671 * Forget a wifi network by networkId.
673 * @param networkId Id of wifi network
675 @Rpc(description = "Forget a wifi network by networkId")
676 public void wifiForgetNetwork(@RpcParameter(name = "wifiSSID") Integer networkId) { argument
636 wifiConnectByNetworkId( @pcParametername = �) Integer networkId) argument
[all...]
/external/mesa3d/include/GL/
H A Dglxext.h838 int networkId; member in struct:__anon14374
862 extern int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
871 typedef int ( * PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
/external/swiftshader/include/GL/
H A Dglxext.h682 int networkId; member in struct:__anon18189
710 typedef int ( *PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
719 int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
H A DJsonBuilder.java916 config.put("networkId", data.networkId);
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 432 milliseconds