HomeSort by relevance Sort by last modified time
    Searched refs:Station (Results 1 - 11 of 11) sorted by null

  /packages/apps/FMRadio/src/com/android/fmradio/
FmStation.java 37 public static final String STATION = "station";
38 // store current station in share preference with this key
42 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
    [all...]
FmProvider.java 56 // match URI with station frequency or station frequency id
58 URI_MATCHER.addURI(FmStation.AUTHORITY, FmStation.STATION, STATION_FREQ);
59 URI_MATCHER.addURI(FmStation.AUTHORITY, FmStation.STATION + "/#",
88 + FmStation.Station._ID + " INTEGER PRIMARY KEY AUTOINCREMENT,"
89 + FmStation.Station.FREQUENCY + " INTEGER UNIQUE,"
90 + FmStation.Station.IS_FAVORITE + " INTEGER DEFAULT 0,"
91 + FmStation.Station.STATION_NAME + " TEXT,"
92 + FmStation.Station.PROGRAM_SERVICE + " TEXT,"
93 + FmStation.Station.RADIO_TEXT + " TEXT
    [all...]
FmFavoriteActivity.java 57 import com.android.fmradio.FmStation.Station;
60 * This class interact with user, provider edit station information, such as add
261 Cursor cursor = mContext.getContentResolver().query(Station.CONTENT_URI,
262 FmStation.COLUMNS, null, null, FmStation.Station.FREQUENCY);
325 .getColumnIndex(FmStation.Station.FREQUENCY));
327 .getColumnIndex(FmStation.Station.STATION_NAME));
329 .getColumnIndex(FmStation.Station.RADIO_TEXT));
331 .getColumnIndex(FmStation.Station.IS_FAVORITE));
335 .getColumnIndex(FmStation.Station.PROGRAM_SERVICE));
374 * Add searched station as favorite statio
    [all...]
FmRecordActivity.java 44 import com.android.fmradio.FmStation.Station;
130 Station.CONTENT_URI,
132 Station.FREQUENCY + "=?",
136 // If the station name does not exist, show program service(PS) instead
137 String stationName = cursor.getString(cursor.getColumnIndex(Station.STATION_NAME));
139 stationName = cursor.getString(cursor.getColumnIndex(Station.PROGRAM_SERVICE));
141 String radioText = cursor.getString(cursor.getColumnIndex(Station.RADIO_TEXT));
144 int id = cursor.getInt(cursor.getColumnIndex(Station._ID));
146 ContentUris.withAppendedId(Station.CONTENT_URI, id), false,
148 // If no station name and no radio text, hide the vie
    [all...]
FmService.java 62 import com.android.fmradio.FmStation.Station;
137 // RDS thread use to receive the information send by station
709 * Tune to a station
755 * Seek station according frequency and direction
758 * @param isUp direction(true, next station; false, previous station)
812 // if cancel scan, return invalid station -100
2411 int station = FmUtils.computeStation(seekStation); local
2661 int station = FmUtils.computeStation(seekStation); local
    [all...]
FmMainActivity.java 54 import com.android.fmradio.FmStation.Station;
193 seekStation(mCurrentStation, false); // false: previous station
197 seekStation(mCurrentStation, true); // true: previous station
229 int station = bundle.getInt(FmListener.KEY_TUNE_TO_STATION);
230 mCurrentStation = station;
231 refreshStationUI(station);
282 // After tune to station finished, refresh favorite button and
368 // tune to station during changing language,we need to tune
459 // Add the station to favorite
464 values.put(Station.FREQUENCY, mCurrentStation)
    [all...]
  /packages/apps/FMRadio/src/com/android/fmradio/views/
FmScroller.java 65 import com.android.fmradio.FmStation.Station;
776 return mCursor.getInt(mCursor.getColumnIndex(FmStation.Station.FREQUENCY));
826 .getColumnIndex(FmStation.Station.FREQUENCY));
828 .getColumnIndex(FmStation.Station.STATION_NAME));
830 .getColumnIndex(FmStation.Station.RADIO_TEXT));
832 .getColumnIndex(FmStation.Station.IS_FAVORITE));
836 .getColumnIndex(FmStation.Station.PROGRAM_SERVICE));
882 Cursor cursor = getContext().getContentResolver().query(Station.CONTENT_URI,
884 FmStation.Station.FREQUENCY);
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 72 ATTRIBUTE Called-Station-Id 30 string
73 ATTRIBUTE Calling-Station-Id 31 string
  /external/oprofile/events/i386/nehalem/
unit_masks 41 0x01 any Counts the number of Uops issued by the Register Allocation Table to the Reservation Station, i
42 0x01 stalled_cycles Counts the number of cycles no Uops issued by the Register Allocation Table to the Reservation Station, i
43 0x02 fused Counts the number of fused Uops that were issued from the Register Allocation Table to the Reservation Station
67 0x01 rs Counts number of loads dispatched from the Reservation Station that bypass the Memory Order Buffer
69 0x04 mob Counts the number of loads dispatched from the Reservation Station to the Memory Order Buffer
70 0x07 any Counts all loads dispatched from the Reservation Station
events 28 event:0x0E counters:0,1,2,3 um:uops_issued minimum:6000 name:UOPS_ISSUED : Counts the number of Uops issued by the Register Allocation Table to the Reservation Station, i.e. the UOPs issued from the front end to the back end.
32 event:0x13 counters:0,1,2,3 um:load_dispatch minimum:6000 name:LOAD_DISPATCH : Counts number of loads dispatched from the Reservation Station that bypass.
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 454 milliseconds