Searched refs:showUserDisclaimerNotification (Results 1 – 5 of 5) sorted by relevance
78 public void showUserDisclaimerNotification(UserHandle user) {}; in showUserDisclaimerNotification() method in NotificationHelperBase
257 .showUserDisclaimerNotification(UserHandle.of(userId)); in showNewUserDisclaimer()
219 verify(mNotificationHelper).showUserDisclaimerNotification(UserHandle.of(userId)); in testShowDisclaimerWhenIntentReceived()
128 mNotificationHelper.showUserDisclaimerNotification(UserHandle.of(userId)); in testShowUserDisclaimerNotification()
117 public void showUserDisclaimerNotification(UserHandle user) { in showUserDisclaimerNotification() method in NotificationHelper