Searched refs:testStr (Results 1 – 1 of 1) sorted by relevance
111 String testStr = appData.getString("demo_key"); in doSearchQuery() local112 mAppDataText.setText((testStr == null) ? "<no app data>" : testStr); in doSearchQuery()