Searched refs:promptMsg (Results 1 – 2 of 2) sorted by relevance
48 String promptMsg; in promptDisconnectedEvent() local50 promptMsg = mActivity.getString(R.string.signed_out_prompt_with_error, in promptDisconnectedEvent()53 promptMsg = mActivity.getString(R.string.signed_out_prompt, provider.mName); in promptDisconnectedEvent()55 Toast.makeText(mActivity, promptMsg, Toast.LENGTH_SHORT).show(); in promptDisconnectedEvent()
1821 TextView promptMsg = new TextView(this); in createWildPromptView() local1822 promptMsg.setTextSize(14); in createWildPromptView()1823 promptMsg.setTypeface(Typeface.DEFAULT_BOLD); in createWildPromptView()1824 promptMsg.setText(getResources().getText(R.string.wild_prompt_str)); in createWildPromptView()1826 result.addView(promptMsg, lp); in createWildPromptView()