Searched refs:showOsuCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DAppBridge.java31 public void showOsuCount(int osuCount, List<OSUInfo> osus) { method in class:AppBridge
/frameworks/base/packages/Osu/src/com/android/
H A DMainActivity.java115 showOsuCount(bundle.getInt("osu-count", 0), Collections.<OSUInfo>emptyList());
136 private void showOsuCount(int osuCount, List<OSUInfo> osus) { method in class:MainActivity
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUManager.java660 mAppBridge.showOsuCount(count, getAvailableOSUs());

Completed in 51 milliseconds