Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DManagedProfileUtils.java25 private static ManagedProfileUtils sTestInstance; field in ManagedProfileUtils
33 sTestInstance = testInstance; in setTestInstance()
37 return sTestInstance == null ? INSTANCE : sTestInstance; in getInstance()
H A DStatsUtilsManager.java29 private static StatsUtilsManager sTestInstance = null; field in StatsUtilsManager
35 return sTestInstance != null ? sTestInstance : sInstance; in getInstance()
39 sTestInstance = testInstance; in setTestInstance()