Home
last modified time | relevance | path

Searched refs:SHORT (Results 1 – 25 of 42) sorted by relevance

12

/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DCellInfoUtilTest.kt50 /* alphas = */ SHORT, in getNetworkTitle_alphaShort()
56 assertThat(networkTitle).isEqualTo(SHORT) in getNetworkTitle_alphaShort()
136 const val SHORT = "Short" constant
146 /* alphas = */ SHORT,
157 /* alphas = */ SHORT,
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DUwbAddress.java40 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/
DSimpleDate.java54 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/
DPrintJobPreferenceController.java88 info.getCreationTime(), info.getCreationTime(), DateFormat.SHORT, in updateUi()
89 DateFormat.SHORT))); in updateUi()
DPrintSettingsFragment.java410 DateFormat.SHORT, DateFormat.SHORT))); in onLoadFinished()
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/
Dfind_information_request.rs37 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/
DOneHandedSettingsUtilsTest.java102 OneHandedSettingsUtils.OneHandedTimeout.SHORT.getValue()); in setTimeout_setShort_shouldReturnShortValue()
106 OneHandedSettingsUtils.OneHandedTimeout.SHORT.getValue(), mCurrentUserId)) in setTimeout_setShort_shouldReturnShortValue()
/packages/modules/Bluetooth/system/rust/src/
Dpackets.pdl98 SHORT = 0x01,
117 packet AttFindInformationShortResponse : AttFindInformationResponse(format = SHORT) {
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/telephony/scan/
DNetworkScanRepositoryTest.kt225 const val SHORT = "Short" constant
234 /* alphas = */ SHORT,
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DFileLog.java38 DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT);
/packages/apps/Car/Settings/src/com/android/car/settings/privacy/
DCameraRecentAccessUtil.java46 RelativeDateTimeFormatter.Style.SHORT)); in createAppPreference()
DMicrophoneRecentAccessUtil.java46 RelativeDateTimeFormatter.Style.SHORT)); in createAppPreference()
/packages/apps/Car/Settings/src/com/android/car/settings/location/
DLocationRecentAccessUtil.java47 RelativeDateTimeFormatter.Style.SHORT) in createAppPreference()
/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
DDataUsageUnitPreferenceController.java81 MeasureFormat.FormatWidth.SHORT); in getGroupPreferences()
DUsageBytesThresholdPickerDialog.java96 MeasureFormat.FormatWidth.SHORT); in onCreateDialog()
/packages/modules/adb/client/
Dline_printer.cpp105 static_cast<SHORT>(csbi.dwCursorPosition.X + csbi.dwSize.X - 1), in Print()
/packages/apps/Settings/src/com/android/settings/utils/
DFileSizeFormatter.java88 locale, MeasureFormat.FormatWidth.SHORT, numberFormatter); in formatMeasureShort()
/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DFileSizeFormatter.java87 MeasureFormat.FormatWidth.SHORT, numberFormatter); in formatMeasureShort()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/util/
DStringUtil.java102 locale, MeasureFormat.FormatWidth.SHORT); in formatElapsedTime()
/packages/services/Car/tests/DefaultStorageMonitoringCompanionApp/src/com/google/android/car/defaultstoragemonitoringcompanionapp/
DMainActivity.java96 DateTimeFormatter.ofLocalizedDateTime(FormatStyle.SHORT).withZone(
/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeService.java215 String completeTime = SimpleDateFormat.getTimeInstance(SimpleDateFormat.SHORT).format( in showNotification()
/packages/apps/Settings/src/com/android/settings/gestures/
DOneHandedSettingsUtils.java57 NEVER(0), SHORT(4), MEDIUM(8), LONG(12); enumConstant
/packages/apps/DeskClock/src/com/android/alarmclock/
DDigitalAppWidgetCityViewsFactory.kt178 val weekday = cityCal.getDisplayName(Calendar.DAY_OF_WEEK, Calendar.SHORT, locale) in update()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/remoteaccess/
DKitchenSinkRemoteTaskService.java185 return t.format(DateTimeFormatter.ofLocalizedDateTime(FormatStyle.SHORT)); in formatTime()
/packages/apps/TV/src/com/android/tv/util/
DUtils.java647 SimpleDateFormat.SHORT, in toTimeString()
648 SimpleDateFormat.SHORT); in toTimeString()

12