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

/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DAppBridge.java27 public void showOsuCount(int osuCount) { argument
29 intent.putExtra(OSU_COUNT, osuCount);
/frameworks/base/packages/Osu/src/com/android/hotspot2/app/
H A DMainActivity.java143 private void showOsuCount(int osuCount, List<OSUData> osus) { argument
144 if (osuCount > 0) {
146 sendNotification(osuCount);

Completed in 212 milliseconds