Searched refs:mContext (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java116 private Context mContext = null; field in class:StubFmService
284 mContext = context;
292 tmgr = (TelephonyManager) mContext
314 mRemoteControlResponder = new ComponentName(mContext.getPackageName(),
358 mContext.sendBroadcast(fm_intent);
364 mContext.sendBroadcast(fm_intent);
380 mContext.enforceCallingOrSelfPermission(FMRX_PERM,
391 mContext.enforceCallingOrSelfPermission(FMRX_PERM,
401 mContext.enforceCallingOrSelfPermission(FMRX_PERM,
440 mContext
[all...]
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
H A DFmTx.java111 Context mContext; field in class:FmTx
117 mContext = this;
178 Toast toast = Toast.makeText(mContext, text, duration);
H A DFmTxConfig.java79 private Context mContext; field in class:FmTxConfig
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DFmRadio.java47 private Context mContext; field in class:FmRadio
107 mContext = context.getApplicationContext();
110 mContext.bindService(new Intent("com.ti.server.FmService"), mConnection,
154 mContext.unbindService(mConnection);
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmRxRdsConfig.java73 private Context mContext; field in class:FmRxRdsConfig
H A DFmRxApp.java205 Context mContext; field in class:FmRxApp
214 mContext = this;

Completed in 124 milliseconds