Searched refs:setSystemHealthSupplier (Results 1 – 3 of 3) sorted by relevance
160 mLauncher.setSystemHealthSupplier(startTime -> TestCommandReceiver.callCommand( in FallbackRecentsTest()
204 mLauncher.setSystemHealthSupplier(startTime -> TestCommandReceiver.callCommand( in AbstractLauncherUiTest()
675 public void setSystemHealthSupplier(Function<Long, String> supplier) { in setSystemHealthSupplier() method