Home
last modified time | relevance | path

Searched refs:date (Results 1 – 25 of 99) sorted by relevance

1234

/developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
DAlarm.java36 public int date; field in Alarm
43 public Alarm(int id, int month, int date, int hour, int minute) { in Alarm() argument
46 this.date = date; in Alarm()
64 jsonObject.put("date", date); in toJson()
86 alarm.date = jsonObject.getInt("date"); in fromJson()
101 ", date=" + date + in toString()
118 date == alarm.date && in equals()
125 return Objects.hash(id, month, date, hour, minute); in hashCode()
132 calendar.set(Calendar.DATE, date); in compareTo()
138 otherCal.set(Calendar.DATE, other.date); in compareTo()
DAlarmUtil.java56 alarmTime.set(Calendar.DATE, alarm.date); in scheduleAlarm()
68 alarm.month, alarm.date)); in scheduleAlarm()
104 int date = extras.getInt(AlarmIntentService.KEY_ALARM_DATE); in readAlarm() local
108 return new Alarm(id, month, date, hour, minute); in readAlarm()
115 extras.putInt(AlarmIntentService.KEY_ALARM_DATE, alarm.date); in writeAlarm()
DAlarmStorage.java68 public Alarm saveAlarm(int month, int date, int hour, int minute) { in saveAlarm() argument
73 alarm.date = date; in saveAlarm()
DAlarmAdapter.java74 alarmTime.set(Calendar.DATE, alarm.date); in onBindViewHolder()
/developers/build/templates/base-build/
DNOTICE.ftl2 <#assign date = .now?date>
5 Copyright ${date?string.yyyy} The Android Open Source Project
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
DFilledAutofillFieldCollection.kt75 savedAutofillValue?.dateValue?.let { date -> in <lambda>() method
76 datasetBuilder.setValue(autofillId, AutofillValue.forDate(date)) in <lambda>()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
DAutofillHints.java54 Long date = null; in generateFakeField() local
66 date = Calendar.getInstance().getTimeInMillis(); in generateFakeField()
69 return new FilledAutofillField(datasetId, fieldTypeName, text, date, toggle); in generateFakeField()
/developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/
DPhoneMainActivity.java85 String date = DateUtils.formatDateTime(this, calendar.getTimeInMillis(), in onDateSet() local
87 mSelectedDateText.setText(getString(R.string.showing_for_date, date)); in onDateSet()
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
DChatAdapter.java173 int date = cal.get(Calendar.DAY_OF_MONTH); in millisToDateTime() local
177 return month + " " + date + " " + hour + ":" + String.format(Locale.US, "%02d", minute); in millisToDateTime()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
DAbstractCustomVirtualView.java231 public long date; field in AbstractCustomVirtualView.Item
249 + (type == AUTOFILL_TYPE_DATE ? date : text) // TODO: use DateFormat for date in toString()
267 return AutofillValue.forDate(date); in getAutofillValue()
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/
DREADME.md13 **IMPORTANT:** The Kotlin version of this sample is temporarily out of date. Until this is correcte…
34 receive (i.e. a list index, a date, or a string). Specifying `autofillType` is only necessary
/developers/samples/android/views/EmojiCompat/kotlinApp/
DREADME.md11 The EmojiCompat support library aims to keep Android devices up to date with the latest emoji. It
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/
DLICENSE89 as of the date such litigation is filed.
/developers/samples/android/notification/CustomNotifications/
DLICENSE89 as of the date such litigation is filed.
/developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/
DLICENSE89 as of the date such litigation is filed.
/developers/samples/android/ui/views/RecyclerView/
DLICENSE89 as of the date such litigation is filed.
/developers/samples/android/input/multitouch/BasicMultitouch/
DLICENSE89 as of the date such litigation is filed.
/developers/samples/android/media/Camera2Video/
DLICENSE89 as of the date such litigation is filed.
/developers/samples/android/connectivity/bluetooth/BluetoothChat/
DLICENSE89 as of the date such litigation is filed.
/developers/samples/android/content/WidgetData/
DLICENSE87 as of the date such litigation is filed.
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/
DLICENSE89 as of the date such litigation is filed.
/developers/samples/android/admin/AppRestrictionSchema/
DLICENSE89 as of the date such litigation is filed.
/developers/samples/android/ui/views/TextSwitcher/
DLICENSE89 as of the date such litigation is filed.
/developers/samples/android/ui/DrawableTinting/
DLICENSE89 as of the date such litigation is filed.
/developers/samples/android/ui/graphics/DisplayingBitmaps/
DLICENSE89 as of the date such litigation is filed.

1234