Searched refs:date (Results 76 - 92 of 92) sorted by relevance

1234

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DGuidedStepActivity.java369 long date = ((GuidedDatePickerAction) action).getDate();
371 c.setTimeInMillis(date);
H A DGuidedStepSupportActivity.java372 long date = ((GuidedDatePickerAction) action).getDate();
374 c.setTimeInMillis(date);
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DGuidedStepActivity.java369 long date = ((GuidedDatePickerAction) action).getDate();
371 c.setTimeInMillis(date);
H A DGuidedStepSupportActivity.java372 long date = ((GuidedDatePickerAction) action).getDate();
374 c.setTimeInMillis(date);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPersister.java1008 long date = sendReq.getDate();
1009 if (date != -1) {
1010 values.put(Mms.DATE, date);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickStatusBarHeader.java70 * View that contains the top-most bits of the screen (primarily the status bar with date, time, and
185 mDateView = findViewById(R.id.date);
/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto276 // UTC timestamp of build date.
295 optional string date = 1;
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java2945 long now, SimpleDateFormat sdf, Date date) {
2963 date.setTime(times[i]);
2964 pw.print(sdf.format(date));
3045 final Date date = new Date();
3363 " ", op.time, now, sdf, date);
3366 " ", op.rejectTime, now, sdf, date);
2944 dumpTimesLocked(PrintWriter pw, String firstPrefix, String prefix, long[] times, long now, SimpleDateFormat sdf, Date date) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java4474 Date date, List<UserInfo> users, boolean dumpAll) {
4686 date.setTime(ps.timeStamp);
4687 pw.println(sdf.format(date));
4689 date.setTime(ps.firstInstallTime);
4690 pw.println(sdf.format(date));
4692 date.setTime(ps.lastUpdateTime);
4693 pw.println(sdf.format(date));
4836 final Date date = new Date();
4859 dumpPackageLPr(pw, " ", checkin ? "pkg" : null, permissionNames, ps, sdf, date, users,
4900 dumpPackageLPr(pw, " ", checkin ? "dis" : null, permissionNames, ps, sdf, date,
4472 dumpPackageLPr(PrintWriter pw, String prefix, String checkinTag, ArraySet<String> permissionNames, PackageSetting ps, SimpleDateFormat sdf, Date date, List<UserInfo> users, boolean dumpAll) argument
[all...]
/frameworks/base/media/java/android/media/
H A DMediaScanner.java615 // file is located on the system partition where the date cannot be trusted:
666 private long parseDate(String date) { argument
668 return mDateFormatter.parse(date).getTime();
731 } else if (name.equalsIgnoreCase("date")) {
H A DExifInterface.java2022 * Returns -1 if the date time information if not available.
2058 * Returns -1 if the date time information if not available.
2062 String date = getAttribute(TAG_GPS_DATESTAMP);
2064 if (date == null || time == null
2065 || (!sNonZeroTimePattern.matcher(date).matches()
2070 String dateTimeString = date + ' ' + time;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java1998 Date date = new Date(currentTimeInMs);
1999 String localDatetime = new SimpleDateFormat("yyyy:MM:dd HH:").format(date);
2010 collector.expectTrue("Exif date time should be local time",
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java430 * <p>The date and time of image creation. In this standard it is the date and time the file
432 * the date and time separated by one blank character ({@code 0x20}). When the date and time
516 * rights to the image. The Interoperability copyright statement including date and rights
720 // F. Tags related to date and time
722 * <p>The date and time when the original image data was generated. For a DSC the date and time
724 * 24-hour format, and the date and time separated by one blank character ({@code 0x20}).
725 * When the date an
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jar ... String, java.util.TimeZone, java.util.Date) String hdfname java.util.TimeZone timeZone java. ...
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java848 private static final String TAG_PASSWORD_EXPIRATION_DATE = "password-expiration-date";
4119 // Calling this API automatically bumps the expiration date
4245 * Return a single admin's expiration date/time, or the min (soonest) for all admins.
10600 private static boolean withinRange(Pair<LocalDate, LocalDate> range, LocalDate date) { argument
10601 return (!date.isBefore(range.first) && !date.isAfter(range.second));
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 477 milliseconds

1234