Searched refs:sInstance (Results 1 – 2 of 2) sorted by relevance
52 private static GestureController sInstance; field in GestureController118 if (sInstance == null) { in getInstance()119 sInstance = new GestureController(device); in getInstance()122 return sInstance; in getInstance()
93 private static UiDevice sInstance; field in UiDevice290 if (sInstance == null) { in getInstance()293 return sInstance; in getInstance()303 if (sInstance == null || !instrumentation.equals(sInstance.mInstrumentation)) { in getInstance()305 (sInstance != null))); in getInstance()306 sInstance = new UiDevice(instrumentation); in getInstance()308 return sInstance; in getInstance()