Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
H A DShellCommandRule.java46 private final Runnable mAdditionalChecks; field in ShellCommandRule
53 mAdditionalChecks = additionalChecks; in ShellCommandRule()
72 if (mAdditionalChecks != null) mAdditionalChecks.run(); in apply()