Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java197 private Function<Long, String> mSystemHealthSupplier; field in LauncherInstrumentation
676 this.mSystemHealthSupplier = supplier; in setSystemHealthSupplier()
696 final String systemHealth = mSystemHealthSupplier != null in formatSystemHealthMessage()
697 ? mSystemHealthSupplier.apply(mTestStartTime) in formatSystemHealthMessage()