Lines Matching refs:NetworkAgentInfo

77         NetworkAgentInfo nai1 = wifiNai(100);
78 NetworkAgentInfo nai2 = cellNai(101);
88 NetworkAgentInfo from = wifiNai(100);
89 NetworkAgentInfo to = cellNai(101);
99 NetworkAgentInfo from = wifiNai(100);
100 NetworkAgentInfo to = cellNai(101);
110 NetworkAgentInfo from = wifiNai(100);
111 NetworkAgentInfo to = cellNai(101);
124 NetworkAgentInfo from = wifiNai(100);
125 NetworkAgentInfo to = cellNai(101);
138 NetworkAgentInfo from = wifiNai(100);
139 NetworkAgentInfo to = cellNai(101);
156 NetworkAgentInfo wifi1 = wifiNai(100);
157 NetworkAgentInfo wifi2 = wifiNai(101);
158 NetworkAgentInfo cell = cellNai(102);
177 NetworkAgentInfo wifi1 = wifiNai(100);
178 NetworkAgentInfo wifi2 = wifiNai(101);
179 NetworkAgentInfo wifi3 = wifiNai(102);
180 NetworkAgentInfo cell = cellNai(103);
203 NetworkAgentInfo wifi1 = wifiNai(100);
204 NetworkAgentInfo wifi2 = wifiNai(101);
205 NetworkAgentInfo wifi3 = wifiNai(102);
206 NetworkAgentInfo cell = cellNai(103);
228 NetworkAgentInfo from = wifiNai(100);
229 NetworkAgentInfo to = cellNai(101);
245 NetworkAgentInfo from = wifiNai(100);
246 NetworkAgentInfo to = cellNai(101);
257 NetworkAgentInfo from = wifiNai(100);
258 NetworkAgentInfo to = cellNai(101);
269 NetworkAgentInfo from = wifiNai(100);
270 NetworkAgentInfo to = cellNai(101);
280 NetworkAgentInfo from = wifiNai(100);
281 NetworkAgentInfo to = cellNai(101);
291 NetworkAgentInfo from = wifiNai(100);
292 NetworkAgentInfo to = cellNai(101);
325 void verifyToast(NetworkAgentInfo from, NetworkAgentInfo to) {
330 void verifyNotification(NetworkAgentInfo from, NetworkAgentInfo to) {
336 NetworkAgentInfo nai(int netId, int transport, int networkType, String networkTypeName) {
341 NetworkAgentInfo nai = new NetworkAgentInfo(null, null, new Network(netId), info, null,
347 NetworkAgentInfo wifiNai(int netId) {
352 NetworkAgentInfo cellNai(int netId) {