Lines Matching refs:bundle
160 public void onCallBack(Bundle bundle) {
161 int flag = bundle.getInt(FmListener.CALLBACK_FLAG);
168 msg.setData(bundle);
223 Bundle bundle;
227 bundle = msg.getData();
229 int station = bundle.getInt(FmListener.KEY_TUNE_TO_STATION);
244 bundle = msg.getData();
245 boolean hasAntenna = bundle.getBoolean(FmListener.KEY_IS_SWITCH_ANTENNA);
266 bundle = msg.getData();
274 bundle = msg.getData();
275 boolean isTune = bundle.getBoolean(FmListener.KEY_IS_TUNE);
280 float frequency = bundle.getFloat(FmListener.KEY_TUNE_TO_STATION);
305 bundle = msg.getData();
306 int rdsStation = bundle.getInt(FmListener.KEY_RDS_STATION);
317 bundle = msg.getData();
318 String rtString = bundle.getString(FmListener.KEY_RT_INFO);
323 bundle = msg.getData();
324 boolean isSpeakerMode = bundle.getBoolean(FmListener.KEY_IS_SPEAKER_MODE);