Home | History | Annotate | Download | only in camera

Lines Matching refs:context

19 import android.content.Context;
26 * initCountDownTimeChoices(Context context), rather than reading the entries
31 public CountDownTimerPreference(Context context, AttributeSet attrs) {
32 super(context, attrs);
33 initCountDownDurationChoices(context);
36 private void initCountDownDurationChoices(Context context) {
42 entries[0] = context.getString(R.string.setting_off); // Off
44 entries[i] = context.getResources()