HomeSort by relevance Sort by last modified time
    Searched defs:showOsuCount (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/Osu/src/com/android/hotspot2/
AppBridge.java 31 public void showOsuCount(int osuCount, List<OSUInfo> osus) {
  /frameworks/base/packages/Osu/src/com/android/
MainActivity.java 115 showOsuCount(bundle.getInt("osu-count", 0), Collections.<OSUInfo>emptyList());
136 private void showOsuCount(int osuCount, List<OSUInfo> osus) {
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java 660 mAppBridge.showOsuCount(count, getAvailableOSUs());
    [all...]

Completed in 48 milliseconds