Searched refs:completeText (Results 1 – 2 of 2) sorted by relevance
108 String completeText; in bindView() local110 completeText = r.getString(R.string.download_success, in bindView()113 completeText = r.getString(R.string.upload_success, in bindView()116 tv.setText(completeText); in bindView()
142 String completeText = "BEGIN:STUB\n" + in testParseChildComponent() local150 assertEquals(completeText, component.toString()); in testParseChildComponent()