/packages/modules/Permission/tests/cts/permissionpolicy/res/raw/ |
D | automotive_android_manifest.xml | 28 android:label="@string/car_permission_label"/> 32 android:label="@string/car_permission_label_energy" 37 android:label="@string/car_permission_label_control_car_energy" 41 android:label="@string/car_permission_label_read_driver_monitoring_settings" 45 android:label="@string/car_permission_label_control_driver_monitoring_settings" 49 android:label="@string/car_permission_label_read_driver_monitoring_states" 53 android:label="@string/car_permission_label_adjust_range_remaining" 57 android:label="@string/car_permission_label_car_identification" 61 android:label="@string/car_permission_label_hvac" 65 android:label="@string/car_permission_label_control_car_doors" [all …]
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | performance_test_logger.py | 32 def log_single_point(self, label=""): argument 33 if label not in self.single_points: 34 self.single_points[label] = [] 35 self.single_points[label].append(datetime.now()) 37 def start_interval(self, label=""): argument 38 if label not in self.start_interval_points: 39 self.start_interval_points[label] = [] 40 self.start_interval_points[label].append(datetime.now()) 42 def end_interval(self, label=""): argument 43 if label not in self.end_interval_points: [all …]
|
/packages/modules/HealthFitness/apk/ |
D | HealthPermissionsManifest.xml | 23 android:label="@string/background_read_description" 29 android:label="@string/historic_access_description" 39 android:label="@string/active_calories_burned_read_content_description" 45 android:label="@string/distance_read_content_description" 51 android:label="@string/elevation_gained_read_content_description" 57 android:label="@string/exercise_read_content_description" 63 android:label="@string/exercise_routes_read_content_description" 69 android:label="@string/exercise_route_read_content_description" 74 android:label="@string/floors_climbed_read_content_description" 80 android:label="@string/steps_read_content_description" [all …]
|
/packages/apps/Gallery2/res/values/ |
D | filtershow_strings.xml | 35 <!-- Text to label an image as "original" [CHAR LIMIT=20] --> 102 <!-- Label for the compare original image filter button [CHAR LIMIT=15] --> 104 <!-- Label for the apply effect button [CHAR LIMIT=15] --> 106 <!-- Label for the reset effect button [CHAR LIMIT=15] --> 108 <!-- Label for aspect [CHAR LIMIT=15] --> 110 <!-- Label for the aspect 1:1 effect [CHAR LIMIT=15] --> 112 <!-- Label for the aspect 4:3 effect [CHAR LIMIT=15] --> 114 <!-- Label for the aspect 3:4 effect [CHAR LIMIT=15] --> 116 <!-- Label for the aspect 4:7 effect [CHAR LIMIT=15] --> 118 <!-- Label for the aspect 5:7 effect [CHAR LIMIT=15] --> [all …]
|
/packages/apps/DeskClock/src/com/android/deskclock/events/ |
D | Events.kt | 35 * @param label resource id of event label 38 fun sendAlarmEvent(@StringRes action: Int, @StringRes label: Int) { in sendAlarmEvent() 39 sendEvent(R.string.category_alarm, action, label) in sendAlarmEvent() 46 * @param label resource id of event label 49 fun sendClockEvent(@StringRes action: Int, @StringRes label: Int) { in sendClockEvent() 50 sendEvent(R.string.category_clock, action, label) in sendClockEvent() 57 * @param label resource id of event label 60 fun sendTimerEvent(@StringRes action: Int, @StringRes label: Int) { in sendTimerEvent() 61 sendEvent(R.string.category_timer, action, label) in sendTimerEvent() 68 * @param label resource id of event label [all …]
|
/packages/services/Car/service/ |
D | AndroidManifest.xml | 34 android:label="@string/car_permission_label_read_driver_monitoring_settings" 41 android:label="@string/car_permission_label_control_driver_monitoring_settings" 48 android:label="@string/car_permission_label_read_driver_monitoring_states" 54 android:label="@string/car_permission_label"/> 62 android:label="@string/car_permission_label_energy" 71 android:label="@string/car_permission_label_control_car_energy" 79 android:label="@string/car_permission_label_bind_oem_car_service" 87 android:label="@string/car_permission_label_adjust_range_remaining" 95 android:label="@string/car_permission_label_car_identification" 103 android:label="@string/car_permission_label_hvac" [all …]
|
/packages/inputmethods/LatinIME/java/res/xml/ |
D | method.xml | 120 android:label="@string/subtype_en_US" 129 android:label="@string/subtype_en_GB" 138 android:label="@string/subtype_generic" 146 android:label="@string/subtype_generic" 154 android:label="@string/subtype_generic" 162 android:label="@string/subtype_generic" 170 android:label="@string/subtype_generic" 178 android:label="@string/subtype_bulgarian_bds" 186 android:label="@string/subtype_generic" 194 android:label="@string/subtype_generic" [all …]
|
/packages/modules/HealthFitness/testapps/toolbox/res/values/ |
D | donottranslate_strings.xml | 61 …<string name="active_calories_burned_label" description="Label used to show the user's active calo… 62 …<string name="distance_label" description="Label used to show the user's distance data [CHAR_LIMIT… 63 …<string name="elevation_gained_label" description="Label used to show the user's elevation gained … 64 …<string name="floors_climbed_label" description="Label used to show the user's floors climbed data… 65 …<string name="power_label" description="Label used to show the user's power data [CHAR_LIMIT=50]">… 66 …<string name="speed_label" description="Label used to show the user's speed data [CHAR_LIMIT=50]">… 67 …<string name="steps_label" description="Label used to show the user's steps data [CHAR_LIMIT=50]">… 68 …<string name="steps_cadence_label" description="Label used to show the user's step cadence data [C… 69 …<string name="total_calories_burned_label" description="Label used to show the user's total calori… 70 …<string name="vo2_max_label" description="Label used to show the user's V02 max data [CHAR_LIMIT=5… [all …]
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | device.cc | 54 void(uint8_t label, bool browse, in Device() 111 void Device::VendorPacketHandler(uint8_t label, in VendorPacketHandler() argument 121 send_message(label, false, std::move(response)); in VendorPacketHandler() 144 send_message(label, false, std::move(response)); in VendorPacketHandler() 145 active_labels_.erase(label); in VendorPacketHandler() 156 HandleVolumeChanged(label, register_notification); in VendorPacketHandler() 174 HandleGetCapabilities(label, in VendorPacketHandler() 179 HandleNotification(label, in VendorPacketHandler() 191 send_message(label, false, std::move(response)); in VendorPacketHandler() 196 label, get_element_attributes_request_pkt)); in VendorPacketHandler() [all …]
|
D | device.h | 69 void(uint8_t label, bool browse, 153 void MessageReceived(uint8_t label, std::shared_ptr<Packet> pkt); 154 void BrowseMessageReceived(uint8_t label, std::shared_ptr<BrowsePacket> pkt); 155 void VendorPacketHandler(uint8_t label, std::shared_ptr<VendorPacket> pkt); 163 uint8_t label, bool interim, std::string curr_song_id, 168 uint8_t label, const std::shared_ptr<GetCapabilitiesRequest>& pkt); 172 uint8_t label, const std::shared_ptr<RegisterNotificationRequest>& pkt); 180 uint8_t label, bool interim, std::string curr_song_id, 185 virtual void PlaybackPosNotificationResponse(uint8_t label, bool interim, 189 virtual void GetPlayStatusResponse(uint8_t label, PlayStatus status); [all …]
|
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
D | ContactDataHandlerTest.java | 108 String label = "CustomLabel"; in testConvertCurrentRowToPerson_labelCustom_typeCustom() local 113 values.put(CommonDataKinds.Email.LABEL, label); in testConvertCurrentRowToPerson_labelCustom_typeCustom() 121 .addEmailToPerson(label, address) in testConvertCurrentRowToPerson_labelCustom_typeCustom() 130 // Since the type is 1(Homes), we won't use user provided label. So it is fine to be null. in testConvertCurrentRowToPerson_labelCustom_typeCustom() 133 assertThat(contactPoints[0].getLabel()).isEqualTo(label); in testConvertCurrentRowToPerson_labelCustom_typeCustom() 148 // label is not set in the values in testConvertCurrentRowToPerson_labelIsNull_typeCustom() 150 // default value for custom label if null is provided by user. in testConvertCurrentRowToPerson_labelIsNull_typeCustom() 165 // Since the type is 1(Homes), we won't use user provided label. So it is fine to be null. in testConvertCurrentRowToPerson_labelIsNull_typeCustom() 178 String label = CommonDataKinds.Email.getTypeLabel(mResources, type, /* label= */ in testConvertCurrentRowToPerson_labelIsNull_typeHome() local 185 // label is not set in the values in testConvertCurrentRowToPerson_labelIsNull_typeHome() [all …]
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_avrc_apt.h | 41 // Params: uint8_t handle, uint8_t label, uint8_t page 45 std::function<uint16_t(uint8_t handle, uint8_t label, uint8_t page)> body{ 46 [](uint8_t /* handle */, uint8_t /* label */, uint8_t /* page */) { 49 uint16_t operator()(uint8_t handle, uint8_t label, uint8_t page) { in operator() 50 return body(handle, label, page); in operator() 56 // Params: uint8_t handle, uint8_t label 60 std::function<uint16_t(uint8_t handle, uint8_t label)> body{ 61 [](uint8_t /* handle */, uint8_t /* label */) { return return_value; }}; 62 uint16_t operator()(uint8_t handle, uint8_t label) { in operator() 63 return body(handle, label); in operator() [all …]
|
D | mock_bta_av_api.h | 112 // Params: uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, BT_HDR* p_pkt 115 std::function<void(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, 117 body{[](uint8_t /* rc_handle */, uint8_t /* label */, 119 void operator()(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in operator() 121 body(rc_handle, label, cmd_code, p_pkt); in operator() 127 // Params: uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, BT_HDR* 130 std::function<void(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, 132 body{[](uint8_t /* rc_handle */, uint8_t /* label */, 134 void operator()(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in operator() 136 body(rc_handle, label, rsp_code, p_pkt); in operator() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | DomainMatcher.java | 37 * The root of the Label tree. 39 private final Label mRoot; 42 * Label tree representation for the domain name. Labels are delimited by "." in the domain 49 private static class Label { class in DomainMatcher 50 private final Map<String, Label> mSubDomains; 53 Label(int match) { in Label() method in DomainMatcher.Label 55 mSubDomains = new HashMap<String, Label>(); in Label() 59 * Add sub-domains to this label. 61 * @param labels The iterator of domain label strings 66 // Create the Label object if it doesn't exist yet. in addDomain() [all …]
|
/packages/modules/NetworkStack/src/android/net/apf/ |
D | JumpTable.java | 38 * <li>Define a label (via {@link ApfV4Generator#defineLabel}) immediately after the code that 40 * <li>Add the label to the jump table using {@link #addLabel}. 45 * label (obtained via {@link #getIndex}) into the jump table's return address memory slot, and then 46 * jump to the subroutine. To return to the caller, the subroutine must jump to the label returned 47 * by {@link #getStartLabel}, and the jump table will then jump to the return label. 53 * <li>If, before calling a subroutine, the APF code stores a nonexistent return label index, then 55 * label using {@link #getIndex}, as that would throw an exception when generating the program. 81 /** Label to jump to to execute this jump table. */ 99 /** Returns the label to jump to to start executing the table. */ 106 * Adds a jump label to this table. Passing a label that was already added is not an error. [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeySpecParserTestsBase.java | 143 assertParser("Simple label", "abc", in testLabel() 145 assertParser("Simple surrogate label", SURROGATE_PAIRS4, in testLabel() 147 assertParser("Label with escaped bar", "a\\|c", in testLabel() 149 assertParser("Surrogate label with escaped bar", SURROGATE_PAIR1 + "\\|" + SURROGATE_PAIR2, in testLabel() 152 assertParser("Label with escaped escape", "a\\\\c", in testLabel() 154 assertParser("Label with comma", "a,c", in testLabel() 156 assertParser("Label with escaped comma", "a\\,c", in testLabel() 158 assertParser("Label starts with bang", "!bc", in testLabel() 160 assertParser("Surrogate label starts with bang", "!" + SURROGATE_PAIRS4, in testLabel() 162 assertParser("Label contains bang", "a!c", in testLabel() [all …]
|
/packages/apps/Dialer/java/com/android/incallui/res/values/ |
D | strings.xml | 20 <!-- Dialog label when an MMI code starts running --> 27 <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode--> 29 <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode--> 33 <!-- The "label" of the in-call Notification for a dialing call, used 36 <!-- The "label" of the in-call Notification for an ongoing call. [CHAR LIMIT=60] --> 38 <!-- The "label" of the in-call Notification for an ongoing video call. [CHAR LIMIT=60] --> 40 <!-- The "label" of the in-call Notification for an ongoing paused video call. [CHAR LIMIT=60] --> 42 <!-- The "label" of the in-call Notification for an ongoing work call. [CHAR LIMIT=60] --> 45 <!-- Template for the label on the in-call Notification for an ongoing call, which is being made 49 <!-- Template for the label of the in-call Notification for an incoming call, which is being made [all …]
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | DirectoryListBot.java | 88 for (String label : labels) { in assertDocumentsPresent() 89 if (!findDocument(label).exists()) { in assertDocumentsPresent() 90 absent.add(label); in assertDocumentsPresent() 101 for (String label : labels) { in assertDocumentsAbsent() 102 if (findDocument(label).exists()) { in assertDocumentsAbsent() 103 found.add(label); in assertDocumentsAbsent() 185 public void openDocument(String label) throws UiObjectNotFoundException { in openDocument() argument 188 UiObject doc = findDocument(label, true); in openDocument() 193 public void selectDocument(String label) throws UiObjectNotFoundException { in selectDocument() argument 194 waitForDocument(label); in selectDocument() [all …]
|
/packages/apps/Dialer/java/com/android/incallui/contactgrid/ |
D | TopRow.java | 54 @Nullable public final CharSequence label; field in TopRow.Info 58 public Info(@Nullable CharSequence label, @Nullable Drawable icon, boolean labelIsSingleLine) { in Info() argument 59 this.label = label; in Info() 68 CharSequence label = null; in getInfo() local 82 label = state.callSubject(); in getInfo() 85 label = getLabelForIncoming(context, state); in getInfo() 89 label = TextUtils.concat(label, " ", spanDisplayNumber(primaryInfo.number())); in getInfo() 94 label = getLabelForVideoRequest(context, state); in getInfo() 96 label = context.getString(R.string.incall_video_call_operation_failed); in getInfo() 98 label = context.getString(R.string.incall_transferring); in getInfo() [all …]
|
/packages/modules/Bluetooth/android/leaudio/.idea/ |
D | uiDesigner.xml | 5 …Designer/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> 8 …Designer/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> 11 …uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false"> 14 …signer/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true"> 17 …uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false"> 23 …igner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false"> 29 …Designer/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false"> 35 …l" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" c… 38 <property name="text" value="Label" /> 41 …Designer/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true"> [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
D | ExpectedKeyVisual.java | 29 * There are two types of expected visual, an integer icon id and a string label. 32 public static ExpectedKeyVisual newInstance(final String label) { in newInstance() argument 33 return new Label(label); in newInstance() 87 // If the actual key has an icon as its visual, a label has to be null. in hasSameKeyVisual() 94 // If the actual more key has an icon as its visual, a label has to be null. in hasSameKeyVisual() 117 * This class represents a string label. 119 private static class Label extends ExpectedKeyVisual { class in ExpectedKeyVisual 122 Label(final String label) { in Label() method in ExpectedKeyVisual.Label 123 mLabel = label; in Label() 138 return new Label(StringUtils.toTitleCaseOfKeyLabel(mLabel, locale)); in toUpperCase() [all …]
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingDialogFactory.java | 208 * Sets the positive button label and listener for the dialog. 210 * @param labelRes Resource ID of the string to be used for the positive button label. 222 * Sets the positive button label and listener for the dialog. 224 * @param label The text to be used for the positive button label. 230 @NonNull CharSequence label, @NonNull DialogInterface.OnClickListener listener) { in setPositiveButton() 231 mBuilder.setPositiveButton(label, listener); in setPositiveButton() 236 * Sets the custom positive button label and listener for the dialog custom body. 238 * @param labelRes Resource ID of the string to be used for the positive button label. 253 * Sets the custom positive button label and listener for the dialog custom body. 255 * @param label The text to be used for the positive button label. [all …]
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/ |
D | ContactDataHandler.java | 223 // get the corresponding label to the type. in addData() 225 String label = in addData() local 227 addContactPointData(builderHelper, label, data); in addData() 232 protected abstract String getTypeLabel(Resources resources, int type, String label); in getTypeLabel() argument 238 * @param label the corresponding label to the {@code type} for the data. 242 PersonBuilderHelper builderHelper, String label, Map<String, String> data); in addContactPointData() argument 251 super(resources, COLUMNS, Email.TYPE, Email.LABEL); in EmailDataHandler() 258 * @param label The corresponding label to the {@code type}. E.g. {@link 260 * label for the data if {@code type} is {@link Email#TYPE_CUSTOM}. 266 @NonNull String label, in addContactPointData() argument [all …]
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/ |
D | CompositeCircleViewLabeler.java | 63 * @param centerLabel the center label 106 // Position center label. in onLayout() 112 // For each provided label, determine position angle. in onLayout() 114 TextView label = mLabels[i]; in onLayout() local 115 if (label == null) { in onLayout() 118 label.setVisibility((ccv.getValue(i) > 0) ? View.VISIBLE : View.GONE); in onLayout() 119 label.measure(0, 0); in onLayout() 120 int width = label.getMeasuredWidth(); in onLayout() 121 int height = label.getMeasuredHeight(); in onLayout() 167 label.setX((int) x); in onLayout() [all …]
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | LabelDialogFragment.kt | 44 * DialogFragment to edit label. 54 // As long as the label box exists, save its state. in onSaveInstanceState() 66 var label = args.getString(ARG_LABEL) in onCreateDialog() variable 68 label = it.getString(ARG_LABEL, label) in onCreateDialog() 74 .setMessage(R.string.label) in onCreateDialog() 89 mLabelBox?.setText(label) in onCreateDialog() 111 * Sets the new label into the timer or alarm. 114 var label: String = mLabelBox!!.getText().toString() in setLabel() variable 115 if (label.trim { it <= ' ' }.isEmpty()) { in setLabel() 116 // Don't allow user to input label with only whitespace. in setLabel() [all …]
|