Home
last modified time | relevance | path

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

12345678910>>...29

/aosp12/packages/modules/Virtualization/microdroid/
H A Dmicrodroid_cdisk.json4 "label": "misc", string
8 "label": "boot_a", string
12 "label": "boot_b", string
16 "label": "vendor_boot_a", string
20 "label": "vendor_boot_b", string
24 "label": "vbmeta_a", string
28 "label": "vbmeta_b", string
32 "label": "vbmeta_system_a", string
36 "label": "vbmeta_system_b", string
40 "label": "super", string
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/bin/data/
H A Dmenu.json5 {"id": "OpenNew", "label": "Open New"}, string
7 {"id": "ZoomIn", "label": "Zoom In"}, string
8 {"id": "ZoomOut", "label": "Zoom Out"}, string
9 {"id": "OriginalView", "label": "Original View"}, string
15 {"id": "Find", "label": "Find..."}, string
16 {"id": "FindAgain", "label": "Find Again"}, string
18 {"id": "CopyAgain", "label": "Copy Again"}, string
19 {"id": "CopySVG", "label": "Copy SVG"}, string
20 {"id": "ViewSVG", "label": "View SVG"}, string
21 {"id": "ViewSource", "label": "View Source"}, string
[all …]
/aosp12/system/bt/gd/cert/
H A 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
/aosp12/system/bt/profile/avrcp/
H A Ddevice.cc39 base::Callback<void(uint8_t label, bool browse, in Device()
96 void Device::VendorPacketHandler(uint8_t label, in VendorPacketHandler()
349 uint8_t label = MAX_TRANSACTION_LABEL; in RegisterVolumeChanged() local
421 uint8_t label = MAX_TRANSACTION_LABEL; in SetVolume() local
592 uint8_t label = rejectNotification[i]->second; in RejectNotification() local
714 void Device::HandlePlayItem(uint8_t label, in HandlePlayItem()
771 void Device::BrowseMessageReceived(uint8_t label, in BrowseMessageReceived()
811 void Device::HandleGetFolderItems(uint8_t label, in HandleGetFolderItems()
911 void Device::HandleChangePath(uint8_t label, in HandleChangePath()
958 void Device::ChangePathResponse(uint8_t label, in ChangePathResponse()
[all …]
/aosp12/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java77 public void writeBeginSnapshot(String label); in writeBeginSnapshot()
99 public void writeStartTiming(String label); in writeStartTiming()
121 public void writeMeasurement(String label, long value); in writeMeasurement()
131 public void writeMeasurement(String label, float value); in writeMeasurement()
309 public void beginSnapshot(String label) { in beginSnapshot()
368 public void startTiming(String label) { in startTiming()
393 public Bundle addIteration(String label) { in addIteration()
418 public Bundle stopTiming(String label) { in stopTiming()
431 public void addMeasurement(String label, long value) { in addMeasurement()
442 public void addMeasurement(String label, float value) { in addMeasurement()
[all …]
/aosp12/system/bt/stack/avrc/
H A Davrc_opt.cc93 uint16_t AVRC_UnitCmd(uint8_t handle, uint8_t label) { in AVRC_UnitCmd()
136 uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page) { in AVRC_SubCmd()
179 uint16_t AVRC_VendorCmd(uint8_t handle, uint8_t label, in AVRC_VendorCmd()
214 uint16_t AVRC_VendorRsp(uint8_t handle, uint8_t label, in AVRC_VendorRsp()
/aosp12/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DGroupDeletionDialogFragment.java37 public static void show(FragmentManager fragmentManager, long groupId, String label) { in show()
48 String label = getArguments().getString(ARG_LABEL); in onCreateDialog() local
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
H A 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()
/aosp12/frameworks/base/core/java/android/view/
H A DKeyboardShortcutGroup.java43 public KeyboardShortcutGroup(@Nullable CharSequence label, in KeyboardShortcutGroup()
52 public KeyboardShortcutGroup(@Nullable CharSequence label) { in KeyboardShortcutGroup()
63 public KeyboardShortcutGroup(@Nullable CharSequence label, in KeyboardShortcutGroup()
76 public KeyboardShortcutGroup(@Nullable CharSequence label, boolean isSystemGroup) { in KeyboardShortcutGroup()
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DMetricsUtils.java56 public static AtomMatcher startAtomMatcherWithLabel(int id, int label) { in startAtomMatcherWithLabel()
72 public static AtomMatcher stopAtomMatcherWithLabel(int id, int label) { in stopAtomMatcherWithLabel()
95 public static AtomMatcher appBreadcrumbMatcherWithLabel(int id, int label) { in appBreadcrumbMatcherWithLabel()
106 public static AtomMatcher appBreadcrumbMatcherWithLabelAndState(int id, int label, in appBreadcrumbMatcherWithLabelAndState()
122 public static AtomMatcher simpleAtomMatcher(int id, int label) { in simpleAtomMatcher()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/editor/
H A 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
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A 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()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/notificationaccess/
H A DFriendlyWarningDialogFragment.java34 public FriendlyWarningDialogFragment setServiceInfo(ComponentName cn, CharSequence label, in setServiceInfo()
52 final CharSequence label = args.getCharSequence(KEY_LABEL); in onCreateDialog() local
H A DScaryWarningDialogFragment.java40 public ScaryWarningDialogFragment setServiceInfo(ComponentName cn, CharSequence label, in setServiceInfo()
53 final CharSequence label = args.getCharSequence(KEY_LABEL); in onCreateDialog() local
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A 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()
H A 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()
H A 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()
/aosp12/system/bt/test/mock/
H A Dmock_stack_avrc_api.cc54 uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in AVRC_MsgReq()
68 uint16_t AVRC_PassCmd(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassCmd()
72 uint16_t AVRC_PassRsp(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassRsp()
81 void avrc_start_cmd_timer(uint8_t handle, uint8_t label, uint8_t msg_mask) { in avrc_start_cmd_timer()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/zenaccess/
H A DFriendlyWarningDialogFragment.java43 public FriendlyWarningDialogFragment setPkgInfo(String pkg, CharSequence label, in setPkgInfo()
58 final String label = args.getString(KEY_LABEL); in onCreateDialog() local
H A DScaryWarningDialogFragment.java42 public ScaryWarningDialogFragment setPkgInfo(String pkg, CharSequence label, Fragment target) { in setPkgInfo()
56 final String label = args.getString(KEY_LABEL); in onCreateDialog() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/contactgrid/
H A 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
/aosp12/frameworks/native/libs/input/
H A DInputEventLabels.cpp424 int32_t InputEventLookup::getKeyCodeByLabel(const char* label) { in getKeyCodeByLabel()
435 uint32_t InputEventLookup::getKeyFlagByLabel(const char* label) { in getKeyFlagByLabel()
439 int32_t InputEventLookup::getAxisByLabel(const char* label) { in getAxisByLabel()
447 int32_t InputEventLookup::getLedByLabel(const char* label) { in getLedByLabel()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A 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()
/aosp12/frameworks/base/apex/blobstore/framework/java/android/app/blob/
H A DBlobHandle.java75 @NonNull public final CharSequence label; field in BlobHandle
92 private BlobHandle(String algorithm, byte[] digest, CharSequence label, long expiryTimeMillis, in BlobHandle()
111 @NonNull CharSequence label, @CurrentTimeMillisLong long expiryTimeMillis, in create()
145 @NonNull CharSequence label, @CurrentTimeMillisLong long expiryTimeMillis, in createWithSha256()
299 final CharSequence label = XmlUtils.readStringAttribute(in, ATTR_LABEL); in createFromXml() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/compat/
H A 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()

12345678910>>...29