Searched refs:lastWakeWhy (Results 1 – 4 of 4) sorted by relevance
105 assertThat(repository.lastWakeWhy).isNull() in wakeUpIfDozing_notDozing_notWoken()116 assertThat(repository.lastWakeWhy).isNull() in wakeUpIfDozing_notAllowed_notWoken()127 assertThat(repository.lastWakeWhy).isEqualTo("testReason") in wakeUpIfDozing_dozingAndAllowed_wokenAndFalsingNotified()139 assertThat(repository.lastWakeWhy).isNull() in wakeUpForFullScreenIntent_notGoingToSleepAndNotDozing_notWoken()150 assertThat(repository.lastWakeWhy).isNotNull() in wakeUpForFullScreenIntent_startingToSleep_woken()160 assertThat(repository.lastWakeWhy).isNotNull() in wakeUpForFullScreenIntent_dozing_woken()173 assertThat(repository.lastWakeWhy).isEqualTo("testReason") in wakeUpIfDreaming_dreaming_woken()186 assertThat(repository.lastWakeWhy).isNull() in wakeUpIfDreaming_notDreaming_notWoken()
123 assertThat(powerRepository.lastWakeWhy).isNotNull() in testGestureDetector_singleTapEnabled()143 assertThat(powerRepository.lastWakeWhy).isNotNull() in testGestureDetector_doubleTapEnabled()175 assertThat(powerRepository.lastWakeWhy).isNull() in testGestureDetector_singleTapEnabled_falsing()223 assertThat(powerRepository.lastWakeWhy).isNull() in testGestureDetector_doubleTapEnabled_falsing()243 assertThat(powerRepository.lastWakeWhy).isNull() in testGestureDetector_singleTapEnabled_proxCovered()263 assertThat(powerRepository.lastWakeWhy).isNull() in testGestureDetector_doubleTapEnabled_proxCovered()
104 Truth.assertThat(powerRepository.lastWakeWhy).isNotNull() in testGestureDetector_onSingleTap_whileDreaming()165 Truth.assertThat(powerRepository.lastWakeWhy).isNull() in testGestureDetector_onSingleTap_falsing()
44 var lastWakeWhy: String? = null variable in com.android.systemui.power.data.repository.FakePowerRepository54 lastWakeWhy = why in wakeUp()