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.java164 private Function<Long, String> mSystemHealthSupplier; field in LauncherInstrumentation
409 this.mSystemHealthSupplier = supplier; in setSystemHealthSupplier()
424 final String systemHealth = mSystemHealthSupplier != null in formatSystemHealthMessage()
425 ? mSystemHealthSupplier.apply(START_TIME) in formatSystemHealthMessage()