Searched defs:getInstance (Results 1 – 5 of 5) sorted by relevance
66 public static @NonNull Configurator getInstance() { in getInstance() method in Configurator
117 public static GestureController getInstance(UiDevice device) { in getInstance() method in GestureController
289 public static @NonNull UiDevice getInstance() { in getInstance() method in UiDevice302 public static @NonNull UiDevice getInstance(@NonNull Instrumentation instrumentation) { in getInstance() method in UiDevice
620 int getInstance() { in getInstance() method in UiSelector
1039 Method getInstance = clazz.getDeclaredMethod("getInstance"); in clearCache() local