Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLauncherStrategyFactory.java33 private static LauncherStrategyFactory sInstance; field in LauncherStrategyFactory
54 if (sInstance == null) { in getInstance()
55 sInstance = new LauncherStrategyFactory(uiDevice); in getInstance()
57 return sInstance; in getInstance()
DCommonLauncherHelper.java40 private static CommonLauncherHelper sInstance; field in CommonLauncherHelper
53 if (sInstance == null) { in getInstance()
54 sInstance = new CommonLauncherHelper(uiDevice); in getInstance()
56 return sInstance; in getInstance()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DAndroidBvtHelper.java48 private static AndroidBvtHelper sInstance = null; field in AndroidBvtHelper
61 if (sInstance == null) { in getInstance()
62 sInstance = new AndroidBvtHelper(device, context, uiAutomation); in getInstance()
64 return sInstance; in getInstance()