Home
last modified time | relevance | path

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

12345678910>>...18

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc52 Device::Device(const RawAddress& bdaddr, bool avrcp13_compatibility, in Device()
111 void Device::VendorPacketHandler(uint8_t label, in VendorPacketHandler()
395 uint8_t label, const std::shared_ptr<GetCapabilitiesRequest>& pkt) { in HandleGetCapabilities()
445 uint8_t label, const std::shared_ptr<RegisterNotificationRequest>& pkt) { in HandleNotification()
548 uint8_t label = MAX_TRANSACTION_LABEL; in RegisterVolumeChanged() local
566 uint8_t label, const std::shared_ptr<RegisterNotificationResponse>& pkt) { in HandleVolumeChanged()
620 uint8_t label = MAX_TRANSACTION_LABEL; in SetVolume() local
633 void Device::TrackChangedNotificationResponse(uint8_t label, bool interim, in TrackChangedNotificationResponse()
689 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.cc108 uint16_t AVRC_UnitCmd(uint8_t handle, uint8_t label) { in AVRC_UnitCmd()
151 uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page) { in AVRC_SubCmd()
194 uint16_t AVRC_VendorCmd(uint8_t handle, uint8_t label, in AVRC_VendorCmd()
229 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.cc62 uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page) { in AVRC_SubCmd()
66 uint16_t AVRC_UnitCmd(uint8_t handle, uint8_t label) { in AVRC_UnitCmd()
70 uint16_t AVRC_VendorCmd(uint8_t handle, uint8_t label, in AVRC_VendorCmd()
75 uint16_t AVRC_VendorRsp(uint8_t handle, uint8_t label, in AVRC_VendorRsp()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DPersonBuilderHelper.java162 private ContactPointBuilderHelper getOrCreateContactPointBuilderHelper(@NonNull String label) { in getOrCreateContactPointBuilderHelper()
185 public PersonBuilderHelper addAppIdToPerson(@NonNull String label, @NonNull String appId) { in addAppIdToPerson()
192 public PersonBuilderHelper addEmailToPerson(@NonNull String label, @NonNull String email) { in addEmailToPerson()
200 public PersonBuilderHelper addAddressToPerson(@NonNull String label, @NonNull String address) { in addAddressToPerson()
208 public PersonBuilderHelper addPhoneToPerson(@NonNull String label, @NonNull String phone) { in addPhoneToPerson()
216 public PersonBuilderHelper addPhoneVariantToPerson( in addPhoneVariantToPerson()
DContactDataHandler.java225 String label = in addData() local
232 protected abstract String getTypeLabel(Resources resources, int type, String label); in getTypeLabel()
242 PersonBuilderHelper builderHelper, String label, Map<String, String> data); in addContactPointData() argument
266 @NonNull String label, in addContactPointData()
280 @NonNull Resources resources, int type, @Nullable String label) { in getTypeLabel()
310 @NonNull String label, in addContactPointData()
346 @NonNull Resources resources, int type, @Nullable String label) { in getTypeLabel()
374 @NonNull String label, in addContactPointData()
388 @NonNull Resources resources, int type, @Nullable String label) { in getTypeLabel()
510 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/apps/Contacts/tests/src/com/android/contacts/editor/
DEditorUiUtilsTest.java84 final String label = EditorUiUtils.getAccountHeaderLabelForMyProfile(getContext(), in testGetProfileAccountInfo_NonLocalAccount() local
98 final String label = EditorUiUtils.getAccountHeaderLabelForMyProfile(getContext(), in testGetProfileAccountInfo_DeviceLocalAccount() local
110 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_NonGoogle() local
121 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_Google() local
134 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_DeviceAccount() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java185 public void openDocument(String label) throws UiObjectNotFoundException { in openDocument()
193 public void selectDocument(String label) throws UiObjectNotFoundException { in selectDocument()
203 public void selectDocument(String label, int number) throws UiObjectNotFoundException { in selectDocument()
211 public boolean isDocumentSelected(String label) throws UiObjectNotFoundException { in isDocumentSelected()
218 public UiObject2 findSelectionHotspot(String label) throws UiObjectNotFoundException { in findSelectionHotspot()
266 public void waitForDocument(String label) throws UiObjectNotFoundException { in waitForDocument()
270 public UiObject findDocument(String label) throws UiObjectNotFoundException { in findDocument()
274 public UiObject findDocument(String label, boolean withScroll) in findDocument()
296 public boolean hasDocumentPreview(String label) { in hasDocumentPreview()
358 public void rightClickDocument(String label) throws UiObjectNotFoundException { in rightClickDocument()
DBreadBot.java47 public void clickItem(String label) { in clickItem()
69 private boolean hasHorizontalEntry(String label) { in hasHorizontalEntry()
74 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.java108 String label = "CustomLabel"; in testConvertCurrentRowToPerson_labelCustom_typeCustom() local
178 String label = CommonDataKinds.Email.getTypeLabel(mResources, type, /* label= */ in testConvertCurrentRowToPerson_labelIsNull_typeHome() local
211 String label = CommonDataKinds.Email.getTypeLabel(mResources, type, /* label= */ in testConvertCurrentRowToPerson_email() local
293 String label = CommonDataKinds.Phone.getTypeLabel(mResources, type, /* label= */ in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_oneDigitUS() local
326 String label = CommonDataKinds.Phone.getTypeLabel(mResources, type, /* label= */ in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_oneDigitDO() local
362 String label = CommonDataKinds.Phone.getTypeLabel(mResources, type, /* label= */ in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_twoDigitCN() local
396 String label = CommonDataKinds.Phone.getTypeLabel(mResources, type, /* label= */ in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_twoDigitES() local
430 String label = CommonDataKinds.Phone.getTypeLabel(mResources, type, /* label= */ in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_threeDigitBG() local
463 String label = CommonDataKinds.Phone.getTypeLabel(mResources, type, /* label= */ in testPhone_generatesAllVariants_withoutE164FormatInCP2_withoutFallback() local
493 String label = CommonDataKinds.Phone.getTypeLabel(mResources, type, /* label= */ 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/modules/StatsD/tests/src/android/cts/statsd/metric/
DMetricsUtils.java73 public static AtomMatcher startAtomMatcherWithLabel(int id, int label) { in startAtomMatcherWithLabel()
88 public static AtomMatcher stopAtomMatcherWithLabel(int id, int label) { in stopAtomMatcherWithLabel()
111 public static AtomMatcher appBreadcrumbMatcherWithLabel(int id, int label) { in appBreadcrumbMatcherWithLabel()
122 public static AtomMatcher appBreadcrumbMatcherWithLabelAndState(int id, int label, in appBreadcrumbMatcherWithLabelAndState()
138 public static AtomMatcher simpleAtomMatcher(int id, int label) { in simpleAtomMatcher()
/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/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/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/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()
DFriendlyWarningDialogFragment.java34 public FriendlyWarningDialogFragment setServiceInfo(ComponentName cn, CharSequence label, in setServiceInfo()
52 final CharSequence label = args.getCharSequence(KEY_LABEL); in onCreateDialog() local
/packages/modules/Virtualization/microdroid/
Dmicrodroid_gki-android14-6.1-pkvm_experimental.json7 "label": "vbmeta_a", string
11 "label": "super", string
Dmicrodroid.json7 "label": "vbmeta_a", string
11 "label": "super", string
/packages/apps/Contacts/src/com/android/contacts/interactions/
DGroupDeletionDialogFragment.java37 public static void show(FragmentManager fragmentManager, long groupId, String label) { in show()
48 String label = getArguments().getString(ARG_LABEL); in onCreateDialog() local

12345678910>>...18