Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/
DFmStation.java42 Station._ID,
43 Station.FREQUENCY,
44 Station.IS_FAVORITE,
45 Station.STATION_NAME,
46 Station.PROGRAM_SERVICE,
47 Station.RADIO_TEXT,
53 public static final class Station implements BaseColumns { class in FmStation
96 values.put(Station.FREQUENCY, frequency); in insertStationToDb()
97 values.put(Station.STATION_NAME, stationName); in insertStationToDb()
98 context.getContentResolver().insert(Station.CONTENT_URI, values); in insertStationToDb()
[all …]
DFmProvider.java88 + FmStation.Station._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," in onCreate()
89 + FmStation.Station.FREQUENCY + " INTEGER UNIQUE," in onCreate()
90 + FmStation.Station.IS_FAVORITE + " INTEGER DEFAULT 0," in onCreate()
91 + FmStation.Station.STATION_NAME + " TEXT," in onCreate()
92 + FmStation.Station.PROGRAM_SERVICE + " TEXT," in onCreate()
93 + FmStation.Station.RADIO_TEXT + " TEXT" in onCreate()
137 FmStation.Station._ID in delete()
170 rowUri = ContentUris.appendId(FmStation.Station.CONTENT_URI.buildUpon(), rowId) in insert()
242 FmStation.Station._ID in update()
DFmService.java62 import com.android.fmradio.FmStation.Station;
1529 values.put(Station.PROGRAM_SERVICE, ps); in startRdsThread()
1533 values.put(Station.FREQUENCY, mCurrentStation); in startRdsThread()
1534 values.put(Station.PROGRAM_SERVICE, ps); in startRdsThread()
1552 values.put(Station.RADIO_TEXT, rds); in startRdsThread()
1556 values.put(Station.FREQUENCY, mCurrentStation); in startRdsThread()
1557 values.put(Station.RADIO_TEXT, rds); in startRdsThread()
1739 Station.CONTENT_URI, in showPlayingNotification()
1741 Station.FREQUENCY + "=?", in showPlayingNotification()
1746 stationName = cursor.getString(cursor.getColumnIndex(Station.STATION_NAME)); in showPlayingNotification()
[all …]
DFmRecordActivity.java44 import com.android.fmradio.FmStation.Station;
130 Station.CONTENT_URI, in updateUi()
132 Station.FREQUENCY + "=?", in updateUi()
137 String stationName = cursor.getString(cursor.getColumnIndex(Station.STATION_NAME)); in updateUi()
139 stationName = cursor.getString(cursor.getColumnIndex(Station.PROGRAM_SERVICE)); in updateUi()
141 String radioText = cursor.getString(cursor.getColumnIndex(Station.RADIO_TEXT)); in updateUi()
144 int id = cursor.getInt(cursor.getColumnIndex(Station._ID)); in updateUi()
146 ContentUris.withAppendedId(Station.CONTENT_URI, id), false, in updateUi()
DFmFavoriteActivity.java57 import com.android.fmradio.FmStation.Station;
261 Cursor cursor = mContext.getContentResolver().query(Station.CONTENT_URI, in getData()
262 FmStation.COLUMNS, null, null, FmStation.Station.FREQUENCY); in getData()
325 .getColumnIndex(FmStation.Station.FREQUENCY)); in getView()
327 .getColumnIndex(FmStation.Station.STATION_NAME)); in getView()
329 .getColumnIndex(FmStation.Station.RADIO_TEXT)); in getView()
331 .getColumnIndex(FmStation.Station.IS_FAVORITE)); in getView()
335 .getColumnIndex(FmStation.Station.PROGRAM_SERVICE)); in getView()
DFmMainActivity.java54 import com.android.fmradio.FmStation.Station;
464 values.put(Station.FREQUENCY, mCurrentStation); in updateFavoriteStation()
465 values.put(Station.IS_FAVORITE, true); in updateFavoriteStation()
608 Station.CONTENT_URI, in refreshStationUI()
610 Station.FREQUENCY + "=?", in refreshStationUI()
615 stationName = cursor.getString(cursor.getColumnIndex(Station.STATION_NAME)); in refreshStationUI()
617 stationName = cursor.getString(cursor.getColumnIndex(Station.PROGRAM_SERVICE)); in refreshStationUI()
619 radioText = cursor.getString(cursor.getColumnIndex(Station.RADIO_TEXT)); in refreshStationUI()
/packages/apps/FMRadio/src/com/android/fmradio/views/
DFmScroller.java65 import com.android.fmradio.FmStation.Station;
776 return mCursor.getInt(mCursor.getColumnIndex(FmStation.Station.FREQUENCY)); in getFrequency()
826 .getColumnIndex(FmStation.Station.FREQUENCY)); in getView()
828 .getColumnIndex(FmStation.Station.STATION_NAME)); in getView()
830 .getColumnIndex(FmStation.Station.RADIO_TEXT)); in getView()
832 .getColumnIndex(FmStation.Station.IS_FAVORITE)); in getView()
836 .getColumnIndex(FmStation.Station.PROGRAM_SERVICE)); in getView()
882 Cursor cursor = getContext().getContentResolver().query(Station.CONTENT_URI, in getData()
884 FmStation.Station.FREQUENCY); in getData()
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...