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

  /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/accounts/
AccountPreferenceBase.java 61 private java.text.DateFormat mTimeFormat;
102 mTimeFormat = DateFormat.getTimeFormat(activity);
188 return mDateFormat.format(date) + " " + mTimeFormat.format(date);
  /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 59 private final java.text.DateFormat mTimeFormat;
84 mTimeFormat = DateFormat.getTimeFormat(context);
487 : mTimeFormat.format(timeMs);

Completed in 631 milliseconds