Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/
DFmService.java801 short[] stationsInShort = null; in startScan() local
804 stationsInShort = FmNative.autoScan(); in startScan()
813 stationsInShort = new short[] { in startScan()
819 if (null != stationsInShort) { in startScan()
820 int size = stationsInShort.length; in startScan()
823 stations[i] = stationsInShort[i]; in startScan()