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.js111 Networking.prototype.getNetworkInfo = function(networkId) {
115 chrome.networkingPrivate.getProperties(networkId, function(networkInfo) {
120 Networking.prototype.connectToNetwork = function(networkId) {
124 chrome.networkingPrivate.startConnect(networkId, function() {
129 Networking.prototype.disconnectFromNetwork = function(networkId) {
133 chrome.networkingPrivate.startDisconnect(networkId, function() {
/external/mesa3d/include/GL/
H A Dglxext.h838 int networkId; member in struct:__anon13804
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/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
H A Dglxew.h1100 int networkId; member in struct:__anon9812
1130 typedef int ( * PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
H A DJsonBuilder.java917 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/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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 1265 milliseconds