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

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

Completed in 55 milliseconds