Searched refs:maybeShowNotification (Results 1 – 5 of 5) sorted by relevance
85 mWakeupOnboarding.maybeShowNotification(); in showsNotificationIfNotOnboarded()96 mWakeupOnboarding.maybeShowNotification(); in doesNotShowNotificationIfAlreadyOnboarded()108 mWakeupOnboarding.maybeShowNotification(); in doesNotShowNotificationIfAlreadyShowing()109 mWakeupOnboarding.maybeShowNotification(); in doesNotShowNotificationIfAlreadyShowing()125 mWakeupOnboarding.maybeShowNotification(); in dismissNotificationAction_setsOnboarded()146 mWakeupOnboarding.maybeShowNotification(); in turnOffWifiWakeAction_setsOnboardedAndTurnsOffWifiWake()170 mWakeupOnboarding.maybeShowNotification(); in openWifiSettingsAction_setsOnboardedAndOpensWifiSettings()192 mWakeupOnboarding.maybeShowNotification(); in onStopDismissesNotificationWithoutOnboarding()217 mWakeupOnboarding.maybeShowNotification(); in incrementingNotificationCountSavesToStore()229 mWakeupOnboarding.maybeShowNotification(0 /* timestamp */); in doesNotShowMultipleNotificationsWithin24Hours()[all …]
780 verify(mWakeupOnboarding, never()).maybeShowNotification(); in controllerDoesNoWorkIfUserStoreIsNotRead()
117 public void maybeShowNotification() { in maybeShowNotification() method in WakeupOnboarding118 maybeShowNotification(SystemClock.elapsedRealtime()); in maybeShowNotification()122 void maybeShowNotification(long timestamp) { in maybeShowNotification() method in WakeupOnboarding
275 mWakeupOnboarding.maybeShowNotification(); in start()409 mWakeupOnboarding.maybeShowNotification(); in handleScanResults()
119 maybeShowNotification(context); in onReceive()146 private void maybeShowNotification(Context context) { in maybeShowNotification() method in NotificationController