Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc47 base::Callback<void(uint8_t label, bool browse, in Device()
106 void Device::VendorPacketHandler(uint8_t label, in VendorPacketHandler()
390 uint8_t label, const std::shared_ptr<GetCapabilitiesRequest>& pkt) { in HandleGetCapabilities()
440 uint8_t label, const std::shared_ptr<RegisterNotificationRequest>& pkt) { in HandleNotification()
544 uint8_t label = MAX_TRANSACTION_LABEL; in RegisterVolumeChanged() local
563 uint8_t label, const std::shared_ptr<RegisterNotificationResponse>& pkt) { in HandleVolumeChanged()
618 uint8_t label = MAX_TRANSACTION_LABEL; in SetVolume() local
631 void Device::TrackChangedNotificationResponse(uint8_t label, bool interim, in TrackChangedNotificationResponse()
688 void Device::PlaybackStatusNotificationResponse(uint8_t label, bool interim, in PlaybackStatusNotificationResponse()
722 void Device::PlaybackPosNotificationResponse(uint8_t label, bool interim, in PlaybackPosNotificationResponse()
[all …]
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dperformance_test_logger.py32 def log_single_point(self, label=""): argument
37 def start_interval(self, label=""): argument
42 def end_interval(self, label=""): argument
47 def _check_interval_label(self, label): argument
53 def get_duration_of_intervals(self, label): argument
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_opt.cc105 uint16_t AVRC_UnitCmd(uint8_t handle, uint8_t label) { in AVRC_UnitCmd()
148 uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page) { in AVRC_SubCmd()
191 uint16_t AVRC_VendorCmd(uint8_t handle, uint8_t label, in AVRC_VendorCmd()
226 uint16_t AVRC_VendorRsp(uint8_t handle, uint8_t label, in AVRC_VendorRsp()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DLayoutTestsBase.java70 static ExpectedKey key(final String label, final ExpectedKey ... moreKeys) { in key()
75 static ExpectedKey key(final String label, final String outputText, in key()
87 public static ExpectedAdditionalMoreKey additionalMoreKey(final String label) { in additionalMoreKey()
92 static ExpectedKey moreKey(final String label) { in moreKey()
98 static ExpectedKey moreKey(final String label, final String outputText) { in moreKey()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_avrc_apt.cc64 uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page) { in AVRC_SubCmd()
68 uint16_t AVRC_UnitCmd(uint8_t handle, uint8_t label) { in AVRC_UnitCmd()
72 uint16_t AVRC_VendorCmd(uint8_t handle, uint8_t label, in AVRC_VendorCmd()
77 uint16_t AVRC_VendorRsp(uint8_t handle, uint8_t label, in AVRC_VendorRsp()
Dmock_stack_avrc_api.cc62 uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in AVRC_MsgReq()
79 uint16_t AVRC_PassCmd(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassCmd()
83 uint16_t AVRC_PassRsp(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassRsp()
92 void avrc_start_cmd_timer(uint8_t handle, uint8_t label, uint8_t msg_mask) { in avrc_start_cmd_timer()
Dmock_bta_av_api.cc48 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code, in BTA_AvMetaCmd()
52 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp()
82 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd()
86 void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label, in BTA_AvRemoteVendorUniqueCmd()
97 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code, in BTA_AvVendorCmd()
101 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DPersonBuilderHelper.java158 private ContactPointBuilderHelper getOrCreateContactPointBuilderHelper(@NonNull String label) { in getOrCreateContactPointBuilderHelper()
179 public PersonBuilderHelper addAppIdToPerson(@NonNull String label, @NonNull String appId) { in addAppIdToPerson()
185 public PersonBuilderHelper addEmailToPerson(@NonNull String label, @NonNull String email) { in addEmailToPerson()
192 public PersonBuilderHelper addAddressToPerson(@NonNull String label, @NonNull String address) { in addAddressToPerson()
199 public PersonBuilderHelper addPhoneToPerson(@NonNull String label, @NonNull String phone) { in addPhoneToPerson()
206 public PersonBuilderHelper addPhoneVariantToPerson(@NonNull String label, in addPhoneVariantToPerson()
DContactDataHandler.java223 String label = getTypeLabel(mResources, type, in addData() local
230 protected abstract String getTypeLabel(Resources resources, int type, String label); in getTypeLabel()
240 PersonBuilderHelper builderHelper, String label, Map<String, String> data); in addContactPointData() argument
265 @NonNull PersonBuilderHelper builderHelper, @NonNull String label, in addContactPointData()
279 @Nullable String label) { in getTypeLabel()
310 @NonNull PersonBuilderHelper builderHelper, @NonNull String label, in addContactPointData()
346 @Nullable String label) { in getTypeLabel()
378 @NonNull PersonBuilderHelper builderHelper, @NonNull String label, in addContactPointData()
392 @Nullable String label) { in getTypeLabel()
518 String label = getColumnString(cursor, Relation.LABEL); in addData() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DAbstractLayoutBase.java31 public static ExpectedKey key(final String label, final ExpectedKey ... moreKeys) { in key()
36 public static ExpectedKey key(final String label, final String outputText, in key()
42 public static ExpectedKey key(final String label, final int code, in key()
69 public static ExpectedAdditionalMoreKey additionalMoreKey(final String label) { in additionalMoreKey()
74 public static ExpectedKey moreKey(final String label) { in moreKey()
80 public static ExpectedKey moreKey(final String label, final String outputText) { in moreKey()
86 public static ExpectedKey moreKey(final String label, final int code) { in moreKey()
/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DMetricsUtils.java57 public static AtomMatcher startAtomMatcherWithLabel(int id, int label) { in startAtomMatcherWithLabel()
73 public static AtomMatcher stopAtomMatcherWithLabel(int id, int label) { in stopAtomMatcherWithLabel()
96 public static AtomMatcher appBreadcrumbMatcherWithLabel(int id, int label) { in appBreadcrumbMatcherWithLabel()
107 public static AtomMatcher appBreadcrumbMatcherWithLabelAndState(int id, int label, in appBreadcrumbMatcherWithLabelAndState()
123 public static AtomMatcher simpleAtomMatcher(int id, int label) { in simpleAtomMatcher()
/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DEditorUiUtilsTest.java83 final String label = EditorUiUtils.getAccountHeaderLabelForMyProfile(getContext(), in testGetProfileAccountInfo_NonLocalAccount() local
97 final String label = EditorUiUtils.getAccountHeaderLabelForMyProfile(getContext(), in testGetProfileAccountInfo_DeviceLocalAccount() local
109 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_NonGoogle() local
120 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_Google() local
133 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_DeviceAccount() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java184 public void openDocument(String label) throws UiObjectNotFoundException { in openDocument()
192 public void selectDocument(String label) throws UiObjectNotFoundException { in selectDocument()
202 public void selectDocument(String label, int number) throws UiObjectNotFoundException { in selectDocument()
210 public boolean isDocumentSelected(String label) throws UiObjectNotFoundException { in isDocumentSelected()
217 public UiObject2 findSelectionHotspot(String label) throws UiObjectNotFoundException { in findSelectionHotspot()
265 public void waitForDocument(String label) throws UiObjectNotFoundException { in waitForDocument()
269 public UiObject findDocument(String label) throws UiObjectNotFoundException { in findDocument()
273 public UiObject findDocument(String label, boolean withScroll) in findDocument()
295 public boolean hasDocumentPreview(String label) { in hasDocumentPreview()
357 public void rightClickDocument(String label) throws UiObjectNotFoundException { in rightClickDocument()
DBreadBot.java46 public void clickItem(String label) { in clickItem()
68 private boolean hasHorizontalEntry(String label) { in hasHorizontalEntry()
73 private UiObject2 findHorizontalEntry(String label) { in findHorizontalEntry()
DUiBot.java164 public void clickActionItem(String label) throws UiObjectNotFoundException { in clickActionItem()
200 public void clickActionbarOverflowItem(String label) { in clickActionbarOverflowItem()
206 public void clickToolbarOverflowItem(String label) { in clickToolbarOverflowItem()
279 public UiObject findMenuLabelWithName(String label) { in findMenuLabelWithName()
284 UiObject2 findMenuWithName(String label) { in findMenuWithName()
300 boolean hasMenuWithName(String label) { in hasMenuWithName()
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DTopRow.java54 @Nullable public final CharSequence label; field in TopRow.Info
58 public Info(@Nullable CharSequence label, @Nullable Drawable icon, boolean labelIsSingleLine) { in Info()
68 CharSequence label = null; in getInfo() local
160 String label = in getColoredConnectionLabel() local
193 CharSequence label = getCallingViaLabel(context, state); in getLabelForDialing() local
DBottomRow.java41 @Nullable public final CharSequence label; field in BottomRow.Info
50 public Info( in Info()
73 CharSequence label; in getInfo() local
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactDataHandlerTest.java110 String label = "CustomLabel"; in testConvertCurrentRowToPerson_labelCustom_typeCustom() local
180 String label = "Home"; in testConvertCurrentRowToPerson_labelIsNull_typeHome() local
212 String label = "Home"; in testConvertCurrentRowToPerson_email() local
293 String label = "Home"; in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_oneDigitUS() local
325 String label = "Home"; in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_oneDigitDO() local
360 String label = "Home"; in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_twoDigitCN() local
393 String label = "Home"; in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_twoDigitES() local
426 String label = "Home"; in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_threeDigitBG() local
458 String label = "Home"; in testPhone_generatesAllVariants_withoutE164FormatInCP2_withoutFallback() local
487 String label = "Home"; in testPhone_generatesAllVariants_withoutE164FormatInCP2_withFallback_originalE164() local
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DHeaderCell.java65 TextView label = (TextView) findViewById(R.id.label); in onBind() local
116 private void setDataTypeNumber(View label) { in setDataTypeNumber()
121 private void setDataTypeString(View label) { in setDataTypeString()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeAccountType.java77 public static FakeAccountType create(String accountType, String label) { in create()
84 public static FakeAccountType create(String accountType, String label, Drawable icon) { in create()
92 public static AccountType create(AccountWithDataSet account, String label, Drawable icon) { in create()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/
DAccessibilityServiceConfirmationFragment.java61 CharSequence label, boolean enabling) { in newInstance()
77 public static void prepareArgs(@NonNull Bundle args, ComponentName cn, CharSequence label, in prepareArgs()
87 final CharSequence label = getArguments().getCharSequence(ARG_LABEL); in onCreateGuidance() local
/packages/apps/Contacts/src/com/android/contacts/compat/
DEventCompat.java38 public static CharSequence getTypeLabel(Resources res, int type, CharSequence label) { in getTypeLabel()
50 private static CharSequence getTypeLabelInternal(Resources res, int type, CharSequence label) { in getTypeLabelInternal()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/notificationaccess/
DScaryWarningDialogFragment.java47 public ScaryWarningDialogFragment setServiceInfo(ComponentName cn, CharSequence label, in setServiceInfo()
60 final CharSequence label = args.getCharSequence(KEY_LABEL); in onCreateDialog() local
71 private View getDialogView(Context context, CharSequence label, in getDialogView()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/common/bluetooth/fastpair/
DTimingLoggerTest.java47 String label = "start"; in logPairedTiming() local
71 String label = "scopedTiming"; in logScopedTiming() local
73 try (ScopedTiming scopedTiming = new ScopedTiming(timingLogger, label)) { in logScopedTiming() argument
201 private void assertPairedTiming(String label, Timing start, Timing end) { in assertPairedTiming()
/packages/modules/Virtualization/microdroid/
Dmicrodroid.json7 "label": "vbmeta_a", string
11 "label": "super", string

12345678910>>...16