Home | History | Annotate | Download | only in deskclock

Lines Matching refs:getString

414                         .append(cur.getString(i));
423 mWeatherLocationString = cur.getString(
447 mWeatherLocationString = getString(R.string.weather_fetch_failure);
502 getString(R.string.battery_charging_level, mBatteryLevel));
518 String nextAlarm = Settings.System.getString(getContentResolver(),
609 mDateFormat = getString(R.string.full_wday_month_day_no_year);