Home
last modified time | relevance | path

Searched refs:newUiSession (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
H A DContextualCardsFragmentTest.java120 verify(mSlicesFeatureProvider, times(2)).newUiSession(); in onReceive_homeKey_shouldResetSession()
133 verify(mSlicesFeatureProvider, times(2)).newUiSession(); in onReceive_recentApps_shouldResetSession()
146 verify(mSlicesFeatureProvider).newUiSession(); in onReceive_otherKey_shouldNotResetSession()
158 verify(mSlicesFeatureProvider, times(2)).newUiSession(); in onReceive_screenOff_shouldResetSession()
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
H A DContextualCardsFragment.java69 FeatureFactory.getFactory(context).getSlicesFeatureProvider().newUiSession(); in onCreate()
157 FeatureFactory.getFactory(context).getSlicesFeatureProvider().newUiSession(); in resetSession()
/aosp12/packages/apps/Settings/src/com/android/settings/slices/
H A DSlicesFeatureProvider.java25 void newUiSession(); in newUiSession() method
H A DSlicesFeatureProviderImpl.java45 public void newUiSession() { in newUiSession() method in SlicesFeatureProviderImpl
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/slice/
H A DContextualWifiSliceTest.java72 mFeatureFactory.slicesFeatureProvider.newUiSession(); in setUp()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
H A DDarkThemeSliceTest.java71 mFeatureFactory.slicesFeatureProvider.newUiSession(); in setUp()