Searched refs:awakenDreams (Results 1 – 9 of 9) sorted by relevance
302 verify(centralSurfaces).awakenDreams() in dismissKeyguardThenExecute_awakeDreams()321 verify(centralSurfaces, times(1)).awakenDreams() in executeRunnableDismissingKeyguard_dreaming_notShowing_awakenDreams()339 verify(centralSurfaces, never()).awakenDreams() in executeRunnableDismissingKeyguard_notDreaming_notShowing_doNotAwakenDreams()
83 override fun awakenDreams() {} in awakenDreams() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
396 centralSurfaces?.awakenDreams() in <lambda>()440 centralSurfaces?.awakenDreams() in <lambda>()
284 void awakenDreams(); in awakenDreams() method
2922 public void awakenDreams() { in awakenDreams() method
401 verify(mCentralSurfaces).awakenDreams(); in testSwipeUp_keyguardNotSecure_doesNotExpand()432 verify(mCentralSurfaces, never()).awakenDreams(); in testSwipeDown_keyguardNotSecure_doesNotExpand()
156 mCentralSurfaces.get().awakenDreams();
1418 centralSurfacesOptional.ifPresent(CentralSurfaces::awakenDreams); in onHomeTouch()1464 mCentralSurfacesOptionalLazy.get().ifPresent(CentralSurfaces::awakenDreams); in onHomeLongClick()1492 mCentralSurfacesOptionalLazy.get().ifPresent(CentralSurfaces::awakenDreams); in onRecentsClick()
3242 private static void awakenDreams() {4458 awakenDreams();6354 awakenDreams();