Lines Matching refs:to

10  * Unless required by applicable law or agreed to in writing, software
86 NetworkAgentInfo to = cellNai(101);
88 mMonitor.noteLingerDefaultNetwork(from, to);
89 verifyNotification(from, to);
96 NetworkAgentInfo to = cellNai(101);
98 mMonitor.noteLingerDefaultNetwork(from, to);
99 verifyToast(from, to);
106 NetworkAgentInfo to = cellNai(101);
108 mMonitor.noteLingerDefaultNetwork(from, to);
109 verifyNotification(from, to);
111 mMonitor.noteDisconnect(to);
119 NetworkAgentInfo to = cellNai(101);
121 mMonitor.noteLingerDefaultNetwork(from, to);
122 verifyNotification(from, to);
124 mMonitor.noteLingerDefaultNetwork(to, from);
132 NetworkAgentInfo to = cellNai(101);
134 mMonitor.noteLingerDefaultNetwork(from, to);
135 verifyToast(from, to);
137 mMonitor.noteLingerDefaultNetwork(to, from);
141 mMonitor.noteLingerDefaultNetwork(from, to);
218 NetworkAgentInfo to = cellNai(101);
220 mMonitor.noteLingerDefaultNetwork(from, to);
221 verifyNotification(from, to);
223 mMonitor.noteLingerDefaultNetwork(to, from);
226 mMonitor.noteLingerDefaultNetwork(from, to);
227 verifyNotification(from, to);
234 NetworkAgentInfo to = cellNai(101);
237 mMonitor.noteLingerDefaultNetwork(from, to);
245 NetworkAgentInfo to = cellNai(101);
248 mMonitor.noteLingerDefaultNetwork(from, to);
256 NetworkAgentInfo to = cellNai(101);
258 mMonitor.noteLingerDefaultNetwork(from, to);
266 NetworkAgentInfo to = cellNai(101);
268 mMonitor.noteLingerDefaultNetwork(from, to);
276 NetworkAgentInfo to = cellNai(101);
278 mMonitor.noteLingerDefaultNetwork(from, to);
287 String transition(String from, String to) {
288 return from + "-" + to;
309 void verifyToast(NetworkAgentInfo from, NetworkAgentInfo to) {
311 verify(mNotifier, times(1)).showToast(from, to);
314 void verifyNotification(NetworkAgentInfo from, NetworkAgentInfo to) {
317 eq(NotificationType.NETWORK_SWITCH), eq(from), eq(to), any(), eq(true));