Searched refs:maybeShowNotification (Results 1 – 5 of 5) sorted by relevance
86 mWakeupOnboarding.maybeShowNotification(); in showsNotificationIfNotOnboarded()97 mWakeupOnboarding.maybeShowNotification(); in doesNotShowNotificationIfAlreadyOnboarded()109 mWakeupOnboarding.maybeShowNotification(); in doesNotShowNotificationIfAlreadyShowing()110 mWakeupOnboarding.maybeShowNotification(); in doesNotShowNotificationIfAlreadyShowing()126 mWakeupOnboarding.maybeShowNotification(); in dismissNotificationAction_setsOnboarded()147 mWakeupOnboarding.maybeShowNotification(); in turnOffWifiWakeAction_setsOnboardedAndTurnsOffWifiWake()171 mWakeupOnboarding.maybeShowNotification(); in openWifiSettingsAction_setsOnboardedAndOpensWifiSettings()193 mWakeupOnboarding.maybeShowNotification(); in onStopDismissesNotificationWithoutOnboarding()218 mWakeupOnboarding.maybeShowNotification(); in incrementingNotificationCountSavesToStore()230 mWakeupOnboarding.maybeShowNotification(0 /* timestamp */); in doesNotShowMultipleNotificationsWithin24Hours()[all …]
826 verify(mWakeupOnboarding, never()).maybeShowNotification(); in controllerDoesNoWorkIfUserStoreIsNotRead()
119 public void maybeShowNotification() { in maybeShowNotification() method in WakeupOnboarding120 maybeShowNotification(SystemClock.elapsedRealtime()); in maybeShowNotification()124 void maybeShowNotification(long timestamp) { in maybeShowNotification() method in WakeupOnboarding
304 mWakeupOnboarding.maybeShowNotification(); in start()438 mWakeupOnboarding.maybeShowNotification(); in handleScanResults()
119 maybeShowNotification(context); in onReceive()146 private void maybeShowNotification(Context context) { in maybeShowNotification() method in NotificationController