Searched defs:txt (Results 1 – 7 of 7) sorted by relevance
35 TextView txt = (TextView) findViewById(R.id.text); in onCreate() local
101 String txt = mPendingResult.mMsg + ":\n" + uri + "\nid: " + id; in onActivityResult() local
74 String txt = work.getIntent().getStringExtra("name"); in doInBackground() local
69 String txt = arguments.getString("name"); in handleMessage() local
145 UiObject txt = aboutItem.getChild( in getAboutItem() local
161 CharSequence txt = listStr.subSequence(0, listStr.length()-1); in displayTextView() local
49 def _sh_quote(txt): argument