Home
last modified time | relevance | path

Searched refs:mMessage (Results 1 – 6 of 6) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/nfc/
DForegroundNdefPush.java34 private NdefMessage mMessage; field in ForegroundNdefPush
43 mMessage = new NdefMessage(NdefRecord.createUri("http://www.android.com")); in onCreate()
49 mAdapter.setNdefPushMessage(mMessage, this); in onCreate()
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduComposer.java88 protected ByteArrayOutputStream mMessage = null; field in PduComposer
140 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 …]
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticatorActivity.java78 private TextView mMessage; field in AuthenticatorActivity
110 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()
/development/samples/ApiDemos/src/com/example/android/apis/os/
DSmsReceivedDialog.java46 private String mMessage; field in SmsReceivedDialog
55 mMessage = getIntent().getExtras().getString(SMS_MESSAGE_EXTRA); in onCreate()
60 mMessage); in onCreate()
/development/samples/training/notify-user/src/com/example/android/pingme/
DPingService.java32 private String mMessage; field in PingService
46 mMessage = intent.getStringExtra(CommonConstants.EXTRA_MESSAGE); in onHandleIntent()
57 issueNotification(intent, mMessage); in onHandleIntent()
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
DAppRestrictionSchemaFragment.java61 private String mMessage; field in AppRestrictionSchemaFragment
139 mMessage = entry.getSelectedString(); in updateMessage()
141 mMessage = restrictions.getString(KEY_MESSAGE); in updateMessage()
220 Toast.makeText(getActivity(), getString(R.string.message, mMessage), in onClick()