Home | History | Annotate | Download | only in connectivity

Lines Matching refs:mNotifier

62     @Mock NetworkNotificationManager mNotifier;
71 mMonitor = new TestableLingerMonitor(mCtx, mNotifier, HIGH_DAILY_LIMIT, HIGH_RATE_LIMIT);
117 verify(mNotifier, times(1)).clearNotification(100);
131 verify(mNotifier, times(1)).clearNotification(100);
145 verify(mNotifier, times(1)).clearNotification(100);
147 reset(mNotifier);
164 verify(mNotifier, times(1)).clearNotification(100);
166 reset(mNotifier);
173 mMonitor = new TestableLingerMonitor(mCtx, mNotifier, HIGH_DAILY_LIMIT, LOW_RATE_LIMIT);
184 reset(mNotifier);
199 mMonitor = new TestableLingerMonitor(mCtx, mNotifier, LOW_DAILY_LIMIT, HIGH_RATE_LIMIT);
210 reset(mNotifier);
216 reset(mNotifier);
235 verify(mNotifier, times(1)).clearNotification(100);
312 verify(mNotifier, never()).showToast(any(), any());
316 verify(mNotifier, never())
327 verify(mNotifier, times(1)).showToast(from, to);
332 verify(mNotifier, times(1)).showNotification(eq(from.network.netId),