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

/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmRxApp.java1549 Bundle extras = data.getExtras();
1550 if (extras != null) {
1552 lastTunedFrequency = (float) extras.getFloat(FREQ_VALUE, 0);
2193 Bundle extras = intent.getExtras();
2195 byte[] rdsText = extras.getByteArray(FmRadioIntent.RDS);
2196 int status = extras.getInt(FmRadioIntent.STATUS, 0);
2465 Bundle extras = intent.getExtras();
2466 byte[] psName = extras.getByteArray(FmRadioIntent.PS);
2467 int status = extras.getInt(FmRadioIntent.STATUS, 0);
2501 Bundle extras
[all...]
/hardware/libhardware/include/hardware/
H A Dgps.h587 char extras[GPS_NI_LONG_STRING_MAXLEN]; member in struct:__anon301

Completed in 912 milliseconds