/developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/ |
D | Alarm.java | 36 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()
|
D | AlarmUtil.java | 56 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()
|
D | AlarmStorage.java | 68 public Alarm saveAlarm(int month, int date, int hour, int minute) { in saveAlarm() argument 73 alarm.date = date; in saveAlarm()
|
D | AlarmAdapter.java | 74 alarmTime.set(Calendar.DATE, alarm.date); in onBindViewHolder()
|
/developers/build/templates/base-build/ |
D | NOTICE.ftl | 2 <#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/ |
D | FilledAutofillFieldCollection.kt | 75 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/ |
D | AutofillHints.java | 54 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/ |
D | PhoneMainActivity.java | 85 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/ |
D | ChatAdapter.java | 173 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/ |
D | AbstractCustomVirtualView.java | 231 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/ |
D | README.md | 13 **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/ |
D | README.md | 11 The EmojiCompat support library aims to keep Android devices up to date with the latest emoji. It
|
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/ |
D | LICENSE | 89 as of the date such litigation is filed.
|
/developers/samples/android/notification/CustomNotifications/ |
D | LICENSE | 89 as of the date such litigation is filed.
|
/developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/ |
D | LICENSE | 89 as of the date such litigation is filed.
|
/developers/samples/android/ui/views/RecyclerView/ |
D | LICENSE | 89 as of the date such litigation is filed.
|
/developers/samples/android/input/multitouch/BasicMultitouch/ |
D | LICENSE | 89 as of the date such litigation is filed.
|
/developers/samples/android/media/Camera2Video/ |
D | LICENSE | 89 as of the date such litigation is filed.
|
/developers/samples/android/connectivity/bluetooth/BluetoothChat/ |
D | LICENSE | 89 as of the date such litigation is filed.
|
/developers/samples/android/content/WidgetData/ |
D | LICENSE | 87 as of the date such litigation is filed.
|
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/ |
D | LICENSE | 89 as of the date such litigation is filed.
|
/developers/samples/android/admin/AppRestrictionSchema/ |
D | LICENSE | 89 as of the date such litigation is filed.
|
/developers/samples/android/ui/views/TextSwitcher/ |
D | LICENSE | 89 as of the date such litigation is filed.
|
/developers/samples/android/ui/DrawableTinting/ |
D | LICENSE | 89 as of the date such litigation is filed.
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/ |
D | LICENSE | 89 as of the date such litigation is filed.
|