Home | History | Annotate | Download | only in connectivity

Lines Matching refs:mMonitor

66     LingerMonitor mMonitor;
81 mMonitor = new TestableLingerMonitor(mCtx, mNotifier, HIGH_DAILY_LIMIT, HIGH_RATE_LIMIT);
90 assertTrue(mMonitor.isNotificationEnabled(nai1, nai2));
91 assertFalse(mMonitor.isNotificationEnabled(nai2, nai1));
101 mMonitor.noteLingerDefaultNetwork(from, to);
112 mMonitor.noteLingerDefaultNetwork(from, to);
123 mMonitor.noteLingerDefaultNetwork(from, to);
126 mMonitor.noteDisconnect(to);
137 mMonitor.noteLingerDefaultNetwork(from, to);
140 mMonitor.noteLingerDefaultNetwork(to, from);
151 mMonitor.noteLingerDefaultNetwork(from, to);
154 mMonitor.noteLingerDefaultNetwork(to, from);
158 mMonitor.noteLingerDefaultNetwork(from, to);
170 mMonitor.noteLingerDefaultNetwork(wifi1, cell);
173 mMonitor.noteLingerDefaultNetwork(cell, wifi2);
177 mMonitor.noteLingerDefaultNetwork(wifi2, cell);
183 mMonitor = new TestableLingerMonitor(mCtx, mNotifier, HIGH_DAILY_LIMIT, LOW_RATE_LIMIT);
192 mMonitor.noteLingerDefaultNetwork(wifi1, cell);
197 mMonitor.noteLingerDefaultNetwork(cell, wifi2);
198 mMonitor.noteLingerDefaultNetwork(wifi2, cell);
202 mMonitor.noteLingerDefaultNetwork(cell, wifi3);
203 mMonitor.noteLingerDefaultNetwork(wifi3, cell);
209 mMonitor = new TestableLingerMonitor(mCtx, mNotifier, LOW_DAILY_LIMIT, HIGH_RATE_LIMIT);
218 mMonitor.noteLingerDefaultNetwork(wifi1, cell);
223 mMonitor.noteLingerDefaultNetwork(cell, wifi2);
224 mMonitor.noteLingerDefaultNetwork(wifi2, cell);
229 mMonitor.noteLingerDefaultNetwork(cell, wifi3);
230 mMonitor.noteLingerDefaultNetwork(wifi3, cell);
241 mMonitor.noteLingerDefaultNetwork(from, to);
244 mMonitor.noteLingerDefaultNetwork(to, from);
247 mMonitor.noteLingerDefaultNetwork(from, to);
259 mMonitor.noteLingerDefaultNetwork(from, to);
271 mMonitor.noteLingerDefaultNetwork(from, to);
282 mMonitor.noteLingerDefaultNetwork(from, to);
293 mMonitor.noteLingerDefaultNetwork(from, to);
304 mMonitor.noteLingerDefaultNetwork(from, to);