Home | History | Annotate | Download | only in applications

Lines Matching refs:sentCount

152         assertThat(map.get(mBridge.getKey(0, PKG1)).sentCount).isEqualTo(1);
174 assertThat(map.get(mBridge.getKey(0, PKG1)).sentCount).isEqualTo(2);
198 assertThat(map.get(mBridge.getKey(0, PKG1)).sentCount).isEqualTo(1);
199 assertThat(map.get(mBridge.getKey(0, PKG2)).sentCount).isEqualTo(1);
236 assertThat(((NotificationsSentState) apps.get(0).extraInfo).sentCount).isEqualTo(7);
271 assertThat(((NotificationsSentState) apps.get(0).extraInfo).sentCount).isEqualTo(8);
276 assertThat(((NotificationsSentState) apps.get(1).extraInfo).sentCount).isEqualTo(1);
327 assertThat(((NotificationsSentState) apps.get(0).extraInfo).sentCount).isEqualTo(8);
332 assertThat(((NotificationsSentState) apps.get(1).extraInfo).sentCount).isEqualTo(4);
367 assertThat(((NotificationsSentState) entry.extraInfo).sentCount).isEqualTo(13);
421 allowState.sentCount = 1;
428 denyState.sentCount = 0;
475 notFrequentWeekly.sentCount = 2;
481 notFrequentDaily.sentCount = 7;
487 veryFrequentWeekly.sentCount = 6;
493 veryFrequentDaily.sentCount = 19;