Home | History | Annotate | Download | only in nfc

Lines Matching refs:SendUi

19 import com.android.nfc.beam.SendUi;
29 public class P2pEventManager implements P2pEventListener, SendUi.Callback {
40 final SendUi mSendUi;
62 // Don't instantiate SendUi or else we'll use memory and never reclaim it.
65 mSendUi = new SendUi(context, this);
97 mSendUi.finish(SendUi.FINISH_SCALE_UP);
117 mSendUi.finish(SendUi.FINISH_SEND_SUCCESS);
127 mSendUi.finishAndToast(SendUi.FINISH_SCALE_UP,
137 mSendUi.finishAndToast(SendUi.FINISH_SCALE_UP, mContext.getString(R.string.beam_busy));
154 mSendUi.finish(SendUi.FINISH_SCALE_UP);
166 mSendUi.finish(SendUi.FINISH_SCALE_UP);
185 mSendUi.finish(SendUi.FINISH_SCALE_UP);