Home
last modified time | relevance | path

Searched defs:formatStr (Results 1 – 2 of 2) sorted by relevance

/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherWidgetProvider.java145 final String formatStr = ctx.getResources().getString(R.string.toast_format_string); in onReceive() local
196 String formatStr = context.getResources().getString(R.string.header_format_string); in buildLayout() local
DWeatherWidgetService.java84 final String formatStr = mContext.getResources().getString(R.string.item_format_string); in getViewAt() local