Searched refs:mTextMsg (Results 1 – 1 of 1) sorted by relevance
47 TextMessage mTextMsg = null; field in StkDialogActivity131 if (mTextMsg == null) { in onResume()141 setTitle(mTextMsg.title); in onResume()143 if (!(mTextMsg.iconSelfExplanatory && mTextMsg.icon != null)) { in onResume()144 mMessageView.setText(mTextMsg.text); in onResume()147 if (mTextMsg.icon == null) { in onResume()152 new BitmapDrawable(mTextMsg.icon)); in onResume()161 if (StkApp.calculateDurationInMilis(mTextMsg.duration) == 0 && in onResume()162 !mTextMsg.responseNeeded && mTextMsg.userClear) { in onResume()181 startTimeOut(mTextMsg.userClear); in onResume()[all …]