Home
last modified time | relevance | path

Searched refs:setSystemHealthSupplier (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java108 mLauncher.setSystemHealthSupplier(startTime -> TestCommandReceiver.callCommand( in FallbackRecentsTest()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java108 mLauncher.setSystemHealthSupplier(startTime -> TestCommandReceiver.callCommand( in AbstractLauncherUiTest()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java308 public void setSystemHealthSupplier(Function<Long, String> supplier) { in setSystemHealthSupplier() method