HomeSort by relevance Sort by last modified time
    Searched refs:mTimeFormat (Results 1 - 7 of 7) sorted by null

  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 54 private java.text.DateFormat mTimeFormat;
97 mTimeFormat = DateFormat.getTimeFormat(activity);
135 return mDateFormat.format(date) + " " + mTimeFormat.format(date);
  /frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/
DozeTestDream.java 65 private java.text.DateFormat mTimeFormat;
110 mTimeFormat = DateFormat.getTimeFormat(this);
148 mAlarmClock.setText(mTimeFormat.format(mTime));
  /packages/apps/Settings/src/com/android/settings/datetime/timezone/
BaseTimeZoneInfoPicker.java 102 private final DateFormat mTimeFormat;
111 mTimeFormat = timeFormat;
166 return mTimeFormat.format(Calendar.getInstance(mTimeZoneInfo.getTimeZone()));
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmAdapter.java 49 private DateFormat mTimeFormat;
59 mTimeFormat = new SimpleDateFormat("kk:mm", Locale.getDefault());
78 .setText(mTimeFormat.format(alarmTime.getTime()));
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmAdapter.java 49 private DateFormat mTimeFormat;
59 mTimeFormat = new SimpleDateFormat("kk:mm", Locale.getDefault());
78 .setText(mTimeFormat.format(alarmTime.getTime()));
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
AlarmAdapter.java 49 private DateFormat mTimeFormat;
59 mTimeFormat = new SimpleDateFormat("kk:mm", Locale.getDefault());
78 .setText(mTimeFormat.format(alarmTime.getTime()));
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsRowView.java 72 private final java.text.DateFormat mTimeFormat;
125 mTimeFormat = DateFormat.getTimeFormat(context);
711 return mTimeFormat.format(timeMs);

Completed in 189 milliseconds