Home | History | Annotate | Download | only in connectivity

Lines Matching refs:mNotificationManager

75     @Mock NotificationManager mNotificationManager;
97 mManager = new NetworkNotificationManager(mCtx, mTelephonyManager, mNotificationManager);
125 verify(mNotificationManager, times(1)).notifyAsUser(eq(tag), eq(eventId), any(), any());
126 verify(mNotificationManager, times(1)).cancelAsUser(eq(tag), eq(eventId), any());
135 verify(mNotificationManager, never()).notifyAsUser(any(), anyInt(), any(), any());
141 verify(mNotificationManager, times(1)).notifyAsUser(eq(tag), eq(eventId), any(), any());
152 verify(mNotificationManager, never()).notifyAsUser(any(), anyInt(), any(), any());
162 verify(mNotificationManager, times(1))
167 verify(mNotificationManager, times(1))
169 verify(mNotificationManager, times(1))
174 verify(mNotificationManager, times(1)).cancelAsUser(eq(tag), eq(SIGN_IN.eventId), any());
184 verify(mNotificationManager, times(1))
186 reset(mNotificationManager);
190 verify(mNotificationManager, never()).cancelAsUser(any(), anyInt(), any());
191 verify(mNotificationManager, never()).notifyAsUser(any(), anyInt(), any(), any());
195 verify(mNotificationManager, times(1)).cancelAsUser(eq(tag), eq(SIGN_IN.eventId), any());