Home
last modified time | relevance | path

Searched refs:osuCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/
DAppBridge.java31 public void showOsuCount(int osuCount, List<OSUInfo> osus) { in showOsuCount() argument
33 intent.putExtra(OSU_COUNT, osuCount); in showOsuCount()
/frameworks/base/packages/Osu/src/com/android/
DMainActivity.java136 private void showOsuCount(int osuCount, List<OSUInfo> osus) { in showOsuCount() argument
137 if (osuCount > 0) { in showOsuCount()
139 sendNotification(osuCount); in showOsuCount()