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

/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
H A DFmTx.java95 private ProgressDialog pd = null,configPd; field in class:FmTx
187 pd = ProgressDialog.show(this, "Please wait..", "Enabling FM TX", true, false);
1128 if (pd != null){
1129 pd.dismiss();
1131 pd =null;
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmRxApp.java122 private ProgressDialog pd = null, configPd; field in class:FmRxApp
385 pd = ProgressDialog.show(this, "Please wait..",
408 pd = ProgressDialog.show(this, "Please wait..",
634 if (pd != null)
635 pd.dismiss();
2122 if (pd != null)
2123 pd.dismiss();

Completed in 126 milliseconds