Searched refs:sDefaultBus (Results 1 – 1 of 1) sorted by relevance
381 private static EventBus sDefaultBus; field in EventBus430 if (sDefaultBus == null) in getDefault()432 if (sDefaultBus == null) { in getDefault()436 sDefaultBus = new EventBus(Looper.getMainLooper()); in getDefault()439 return sDefaultBus; in getDefault()