Searched defs:title (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmRxRdsConfig.java212 public void showAlert(Context context, String title, String msg) { argument
214 new AlertDialog.Builder(context).setTitle(title).setIcon(
H A DFmRxApp.java1045 public void showAlert(Context context, String title, String msg) { argument
1047 new AlertDialog.Builder(context).setTitle(title).setIcon(
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
H A DFmTxConfig.java221 public void showAlert(Context context,String title,String msg) argument
225 .setTitle(title)

Completed in 485 milliseconds