Searched refs:mMessage (Results 1 – 6 of 6) sorted by relevance
34 private NdefMessage mMessage; field in ForegroundNdefPush43 mMessage = new NdefMessage(NdefRecord.createUri("http://www.android.com")); in onCreate()49 mAdapter.setNdefPushMessage(mMessage, this); in onCreate()
88 protected ByteArrayOutputStream mMessage = null; field in PduComposer140 mMessage = new ByteArrayOutputStream(); in PduComposer()181 return mMessage.toByteArray(); in make()188 mMessage.write(buf, pos, length); in arraycopy()196 mMessage.write(value); in append()652 if (mMessage == null) { in makeReadRecInd()653 mMessage = new ByteArrayOutputStream(); in makeReadRecInd()700 if (mMessage == null) { in makeNotifyResp()701 mMessage = new ByteArrayOutputStream(); in makeNotifyResp()732 if (mMessage == null) { in makeAckInd()[all …]
78 private TextView mMessage; field in AuthenticatorActivity110 mMessage = (TextView) findViewById(R.id.message); in onCreate()114 mMessage.setText(getMessage()); in onCreate()154 mMessage.setText(getMessage()); in handleLogin()237 mMessage.setText(getText(R.string.login_activity_loginfail_text_both)); in onAuthenticationResult()242 mMessage.setText(getText(R.string.login_activity_loginfail_text_pwonly)); in onAuthenticationResult()
46 private String mMessage; field in SmsReceivedDialog55 mMessage = getIntent().getExtras().getString(SMS_MESSAGE_EXTRA); in onCreate()60 mMessage); in onCreate()
32 private String mMessage; field in PingService46 mMessage = intent.getStringExtra(CommonConstants.EXTRA_MESSAGE); in onHandleIntent()57 issueNotification(intent, mMessage); in onHandleIntent()
61 private String mMessage; field in AppRestrictionSchemaFragment139 mMessage = entry.getSelectedString(); in updateMessage()141 mMessage = restrictions.getString(KEY_MESSAGE); in updateMessage()220 Toast.makeText(getActivity(), getString(R.string.message, mMessage), in onClick()