Searched refs:sInstance (Results 1 – 3 of 3) sorted by relevance
33 private static LauncherStrategyFactory sInstance; field in LauncherStrategyFactory54 if (sInstance == null) { in getInstance()55 sInstance = new LauncherStrategyFactory(uiDevice); in getInstance()57 return sInstance; in getInstance()
40 private static CommonLauncherHelper sInstance; field in CommonLauncherHelper53 if (sInstance == null) { in getInstance()54 sInstance = new CommonLauncherHelper(uiDevice); in getInstance()56 return sInstance; in getInstance()
48 private static AndroidBvtHelper sInstance = null; field in AndroidBvtHelper61 if (sInstance == null) { in getInstance()62 sInstance = new AndroidBvtHelper(device, context, uiAutomation); in getInstance()64 return sInstance; in getInstance()