Searched refs:showOsuCount (Results 1 – 3 of 3) sorted by relevance
31 public void showOsuCount(int osuCount, List<OSUInfo> osus) { in showOsuCount() method in AppBridge
115 showOsuCount(bundle.getInt("osu-count", 0), Collections.<OSUInfo>emptyList()); in onCreate()136 private void showOsuCount(int osuCount, List<OSUInfo> osus) { in showOsuCount() method in MainActivity
660 mAppBridge.showOsuCount(count, getAvailableOSUs()); in notifyOSUCount()