/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/ |
D | UwbAddress.java | 40 SHORT, enumConstant 55 return new UwbAddress(AddressingMode.SHORT, address); in fromBytes() 71 return new UwbAddress(AddressingMode.SHORT, Shorts.toByteArray(address)); in fromShort() 76 if (address.getAddressingMode() != AddressingMode.SHORT) { in toShort() 126 if (mAddressingMode == AddressingMode.SHORT) { in size()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
D | SimpleDate.java | 54 DateFormat.getDateInstance(DateFormat.SHORT).format(timestamp); in setTimestamp() 123 DateFormat.getDateInstance(DateFormat.SHORT).format(timestamp); in toString()
|
/packages/apps/Settings/src/com/android/settings/print/ |
D | PrintJobPreferenceController.java | 88 info.getCreationTime(), info.getCreationTime(), DateFormat.SHORT, in updateUi() 89 DateFormat.SHORT))); in updateUi()
|
D | PrintSettingsFragment.java | 398 DateFormat.SHORT, DateFormat.SHORT))); in onLoadFinished()
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/ |
D | find_information_request.rs | 37 format: AttFindInformationResponseFormat::SHORT, in handle_find_information_request() 225 format: AttFindInformationResponseFormat::SHORT, in test_short_uuids() 306 format: AttFindInformationResponseFormat::SHORT, in test_limit_total_size()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/ |
D | OneHandedSettingsUtilsTest.java | 94 OneHandedSettingsUtils.OneHandedTimeout.SHORT.getValue()); in setTimeout_setShort_shouldReturnShortValue() 98 OneHandedSettingsUtils.OneHandedTimeout.SHORT.getValue(), mCurrentUserId)) in setTimeout_setShort_shouldReturnShortValue()
|
/packages/modules/Bluetooth/system/rust/src/ |
D | packets.pdl | 98 SHORT = 0x01, 117 packet AttFindInformationShortResponse : AttFindInformationResponse(format = SHORT) {
|
/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | FileLog.java | 38 DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT);
|
/packages/apps/Car/Settings/src/com/android/car/settings/privacy/ |
D | CameraRecentAccessUtil.java | 46 RelativeDateTimeFormatter.Style.SHORT)); in createAppPreference()
|
D | MicrophoneRecentAccessUtil.java | 46 RelativeDateTimeFormatter.Style.SHORT)); in createAppPreference()
|
/packages/apps/Car/Settings/src/com/android/car/settings/location/ |
D | LocationRecentAccessUtil.java | 47 RelativeDateTimeFormatter.Style.SHORT) in createAppPreference()
|
/packages/apps/Car/Settings/src/com/android/car/settings/datausage/ |
D | DataUsageUnitPreferenceController.java | 81 MeasureFormat.FormatWidth.SHORT); in getGroupPreferences()
|
D | UsageBytesThresholdPickerDialog.java | 96 MeasureFormat.FormatWidth.SHORT); in onCreateDialog()
|
/packages/modules/adb/client/ |
D | line_printer.cpp | 101 static_cast<SHORT>(csbi.dwCursorPosition.X + csbi.dwSize.X - 1), in Print()
|
/packages/apps/Car/Settings/src/com/android/car/settings/storage/ |
D | FileSizeFormatter.java | 87 MeasureFormat.FormatWidth.SHORT, numberFormatter); in formatMeasureShort()
|
/packages/apps/Settings/src/com/android/settings/utils/ |
D | FileSizeFormatter.java | 87 locale, MeasureFormat.FormatWidth.SHORT, numberFormatter); in formatMeasureShort()
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/ |
D | DeviceLockNotificationManager.java | 103 DateTimeFormatter timeFormatter = DateTimeFormatter.ofLocalizedTime(FormatStyle.SHORT); in sendDeferredEnrollmentNotification()
|
/packages/services/Car/tests/DefaultStorageMonitoringCompanionApp/src/com/google/android/car/defaultstoragemonitoringcompanionapp/ |
D | MainActivity.java | 96 DateTimeFormatter.ofLocalizedDateTime(FormatStyle.SHORT).withZone(
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/util/ |
D | StringUtil.java | 102 locale, MeasureFormat.FormatWidth.SHORT); in formatElapsedTime()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/remoteaccess/ |
D | KitchenSinkRemoteTaskService.java | 140 return t.format(DateTimeFormatter.ofLocalizedDateTime(FormatStyle.SHORT)); in formatTime()
|
/packages/apps/Settings/src/com/android/settings/location/ |
D | RecentLocationAccessPreferenceController.java | 174 RelativeDateTimeFormatter.Style.SHORT)); in createAppPreference()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | AppsPreferenceController.java | 209 RelativeDateTimeFormatter.Style.SHORT)); in displayRecentApps()
|
/packages/apps/Settings/src/com/android/settings/gestures/ |
D | OneHandedSettingsUtils.java | 55 NEVER(0), SHORT(4), MEDIUM(8), LONG(12); enumConstant
|
/packages/apps/DeskClock/src/com/android/alarmclock/ |
D | DigitalAppWidgetCityViewsFactory.kt | 178 val weekday = cityCal.getDisplayName(Calendar.DAY_OF_WEEK, Calendar.SHORT, locale) in update()
|
/packages/services/Telephony/src/com/android/phone/ |
D | EmergencyCallbackModeService.java | 215 String completeTime = SimpleDateFormat.getTimeInstance(SimpleDateFormat.SHORT).format( in showNotification()
|