/development/samples/browseable/DirectBoot/src/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() 67 alarm.month, alarm.date)); in scheduleAlarm() 103 int date = extras.getInt(AlarmIntentService.KEY_ALARM_DATE); in readAlarm() local 107 return new Alarm(id, month, date, hour, minute); in readAlarm() 114 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()
|
/development/tools/idegen/ |
D | index-gen.sh | 50 start=$(($(date +%s) / 1000000)) 52 start=$(($(date +%s%N) / 1000000)) 70 end=$(($(date +%s) / 1000000)) 72 end=$(($(date +%s%N) / 1000000))
|
/development/tools/bugreport/src/com/android/bugreport/stacks/ |
D | ProcessSnapshot.java | 27 public String date; field in ProcessSnapshot 42 this.date = that.date; in ProcessSnapshot()
|
D | ProcessSnapshotParser.java | 76 result.date = beginProcessRe.group(2); in parse() 130 System.out.println("date=" + result.date); in parse()
|
/development/vndk/tools/image-diff-tool/ |
D | allowlist.txt | 2 system/build.prop=ro.system.build.date 7 system/build.prop=ro.build.date
|
/development/scripts/ |
D | aday | 14 return datetime.date(year, month + 1, 1) + datetime.timedelta(days=day - 1)
|
D | add3prf.py | 107 today = datetime.date.today()
|
/development/samples/browseable/SpeedTracker/Application/src/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()
|
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
D | PduComposer.java | 392 protected void appendDateValue(long date) { in appendDateValue() argument 397 appendLongInteger(date); in appendDateValue() 577 long date = mPduHeader.getLongInteger(field); in appendHeader() local 578 if (-1 == date) { in appendHeader() 583 appendDateValue(date); in appendHeader()
|
/development/python-packages/adb/ |
D | .gitignore | 30 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/development/tools/labpretest/ |
D | labpretest.sh | 517 echo ________________ $(date +'%D %T') - $loop - $device ______________________ 567 seed=$(($(date +%s) % 99))
|
/development/testrunner/ |
D | create_test.py | 110 "YEAR":datetime.date.today().year}
|
/development/python-packages/ |
D | .gitignore | 31 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/development/tools/ndk/ |
D | .gitignore | 31 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/development/tools/repo_diff/service/repodiff/repositories/ |
D | denormalizer.go | 169 date,
|
/development/tools/bugreport/src/com/android/bugreport/html/ |
D | Renderer.java | 258 hdf.setValue("date", process.date); in makeProcessSnapshotHdf()
|
/development/apps/Development/ |
D | NOTICE | 100 as of the date such litigation is filed.
|
/development/apps/NinePatchLab/ |
D | NOTICE | 100 as of the date such litigation is filed.
|
/development/apps/Fallback/ |
D | NOTICE | 100 as of the date such litigation is filed.
|
/development/apps/launchperf/ |
D | NOTICE | 100 as of the date such litigation is filed.
|
/development/samples/VoicemailProviderDemo/ |
D | NOTICE | 100 as of the date such litigation is filed.
|
/development/apps/CustomLocale/ |
D | NOTICE | 100 as of the date such litigation is filed.
|