Searched refs:sDefaultBus (Results 1 – 1 of 1) sorted by relevance
320 private static volatile EventBus sDefaultBus; field in EventBus358 if (sDefaultBus == null) in getDefault()360 if (sDefaultBus == null) { in getDefault()364 sDefaultBus = new EventBus(Looper.getMainLooper()); in getDefault()367 return sDefaultBus; in getDefault()