Lines Matching refs:mEntryManager

105     private TestableNotificationEntryManager mEntryManager;
183 mEntryManager = new TestableNotificationEntryManager(mContext, mBarService);
184 mEntryManager.setUpWithPresenter(mPresenter, mListContainer, mCallback, mHeadsUpManager);
201 mEntryManager.addNotification(mSbn, mRankingMap);
204 assertTrue(mEntryManager.getCountDownLatch().await(10, TimeUnit.SECONDS));
222 assertEquals(mEntryManager.getNotificationData().get(mSbn.getKey()), entry);
233 mEntryManager.getNotificationData().add(mEntry);
237 mEntryManager.updateNotification(mSbn, mRankingMap);
240 assertTrue(mEntryManager.getCountDownLatch().await(10, TimeUnit.SECONDS));
259 mEntryManager.getNotificationData().add(mEntry);
261 mEntryManager.removeNotification(mSbn.getKey(), mRankingMap);
275 assertNull(mEntryManager.getNotificationData().get(mSbn.getKey()));
283 mEntryManager.getNotificationData().add(mEntry);
286 mEntryManager.removeNotification(mSbn.getKey(), mRankingMap);
288 assertNotNull(mEntryManager.getNotificationData().get(mSbn.getKey()));
289 assertTrue(mEntryManager.isNotificationKeptForRemoteInput(mEntry.key));
299 mEntryManager.getNotificationData().add(mEntry);
301 mEntryManager.updateNotificationsForAppOp(
306 assertTrue(mEntryManager.getNotificationData().get(mEntry.key).mActiveAppOps.contains(
316 mEntryManager.updateNotificationsForAppOp(AppOpsManager.OP_CAMERA, 1000, "pkg", true);
324 mEntryManager.getNotificationData().add(mEntry);
336 mEntryManager.tagForeground(mEntry.notification);
347 mEntryManager.getNotificationData().add(mEntry);
354 mEntryManager.tagForeground(mEntry.notification);
361 mEntryManager.getNotificationData().add(mEntry);
372 mEntryManager.tagForeground(mEntry.notification);
379 mEntryManager.rebuildNotificationWithRemoteInput(mEntry, "A Reply", false);
393 mEntryManager.rebuildNotificationWithRemoteInput(mEntry, "A Reply", true);
408 mEntryManager.rebuildNotificationWithRemoteInput(mEntry, "A Reply", false);
412 newSbn = mEntryManager.rebuildNotificationWithRemoteInput(entry, "Reply 2", true);
424 mEntryManager.rebuildNotificationForCanceledSmartReplies(mEntry);