HomeSort by relevance Sort by last modified time
    Searched full:attr_id (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DialerFilterRule.java 20 import static com.android.SdkConstants.ATTR_ID;
46 hint.setAttribute(ANDROID_URI, ATTR_ID, "@android:id/hint"); //$NON-NLS-1$
51 primary.setAttribute(ANDROID_URI, ATTR_ID, "@android:id/primary"); //$NON-NLS-1$
59 //icon.setAttribute(ANDROID_URI, ATTR_ID, "@android:id/icon"); //$NON-NLS-1$
TabHostRule.java 20 import static com.android.SdkConstants.ATTR_ID;
52 node.setAttribute(ANDROID_URI, ATTR_ID, "@android:id/tabhost"); //$NON-NLS-1$
65 tab.setAttribute(ANDROID_URI, ATTR_ID, "@android:id/tabs"); //$NON-NLS-1$
70 frame.setAttribute(ANDROID_URI, ATTR_ID, "@android:id/tabcontent"); //$NON-NLS-1$
76 child.setAttribute(ANDROID_URI, ATTR_ID,
SlidingDrawerRule.java 20 import static com.android.SdkConstants.ATTR_ID;
59 handle.setAttribute(ANDROID_URI, ATTR_ID, handleId);
63 content.setAttribute(ANDROID_URI, ATTR_ID, contentId);
RadioGroupRule.java 19 import static com.android.SdkConstants.ATTR_ID;
43 handle.setAttribute(ANDROID_URI, ATTR_ID, String.format("@+id/radio%d", i));
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 359 UINT16 attr_id = 0; local
362 attr_id = GATTS_AddIncludeService(p_msg->api_add_incl_srvc.hdr.layer_specific,
367 cb_data.add_result.attr_id = attr_id;
369 if (attr_id)
393 UINT16 attr_id = 0; local
396 attr_id = GATTS_AddCharacteristic(p_msg->api_add_char.hdr.layer_specific,
402 cb_data.add_result.attr_id = attr_id;
407 if (attr_id)
431 UINT16 attr_id = 0; local
    [all...]
bta_gatts_utils.c 157 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id)
167 attr_id >= p_cb->srvc_cb[i].service_id &&
168 attr_id < p_cb->srvc_cb[i + 1].service_id) ||
173 attr_id >= p_cb->srvc_cb[i].service_id) ||
176 attr_id >= p_cb->srvc_cb[i].service_id)
bta_gatts_int.h 120 UINT16 attr_id; member in struct:__anon2061
242 extern tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id);
bta_gatts_api.c 350 ** attr_id - attribute ID to indicate.
358 void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id, UINT16 data_len,
370 p_buf->attr_id = attr_id;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GalleryEGLConfigChooser.java 111 private static final int[] ATTR_ID = {
129 for (int j = 0; j < ATTR_ID.length; j++) {
130 egl.eglGetConfigAttrib(display, config, ATTR_ID[j], value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
Match.java 18 import static com.android.SdkConstants.ATTR_ID;
84 id = edge.node.getStringAttr(ANDROID_URI, ATTR_ID);
87 edge.node.setAttribute(ANDROID_URI, ATTR_ID, id);
DeletionHandler.java 19 import static com.android.SdkConstants.ATTR_ID;
73 String id = child.getStringAttr(ANDROID_URI, ATTR_ID);
81 String id = node.getStringAttr(ANDROID_URI, ATTR_ID);
90 String id = node.getStringAttr(ANDROID_URI, ATTR_ID);
ResizeHandler.java 26 import static com.android.SdkConstants.ATTR_ID;
96 String id = child.getStringAttr(ANDROID_URI, ATTR_ID);
103 addBounds(layout, layout.getStringAttr(ANDROID_URI, ATTR_ID), true, true);
190 String childId = child.getStringAttr(ANDROID_URI, ATTR_ID);
DependencyGraph.java 18 import static com.android.SdkConstants.ATTR_ID;
66 String parentId = layout.getStringAttr(ANDROID_URI, ATTR_ID);
81 String id = child.getStringAttr(ANDROID_URI, ATTR_ID);
131 IDragAttribute attribute = element.getAttribute(ANDROID_URI, ATTR_ID);
MoveHandler.java 26 import static com.android.SdkConstants.ATTR_ID;
93 String id = child.getStringAttr(ANDROID_URI, ATTR_ID);
108 String id = layout.getStringAttr(ANDROID_URI, ATTR_ID);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 396 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type,
422 handle,attr_id,attr_type,attr_len,p_val,num_array);
427 handle,attr_id,attr_type,attr_len,p_val,*p_val);
432 handle,attr_id,attr_type,attr_len,p_val,p_val);
448 if (p_attr->id == attr_id)
450 SDP_DeleteAttribute (handle, attr_id);
453 if (p_attr->id > attr_id)
470 p_attr->id = attr_id;
501 attr_id, attr_len );
509 attr_id == ATTR_ID_EXT_BRCM_VERSION
    [all...]
sdp_api.c 262 tSDP_DISC_REC *SDP_FindAttributeInDb (tSDP_DISCOVERY_DB *p_db, UINT16 attr_id,
283 if (p_attr->attr_id == attr_id)
307 tSDP_DISC_ATTR *SDP_FindAttributeInRec (tSDP_DISC_REC *p_rec, UINT16 attr_id)
315 if (p_attr->attr_id == attr_id)
347 if ((p_attr->attr_id == ATTR_ID_SERVICE_CLASS_ID_LIST)
389 else if (p_attr->attr_id == ATTR_ID_SERVICE_ID)
428 if ((p_attr->attr_id == ATTR_ID_SERVICE_CLASS_ID_LIST)
446 else if (p_attr->attr_id == ATTR_ID_SERVICE_ID
    [all...]
sdp_discovery.c 54 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level);
787 UINT16 attr_id; local
826 BE_STREAM_TO_UINT16 (attr_id, p);
829 p = add_attr (p, p_ccb->p_db, p_rec, attr_id, NULL, 0);
896 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level)
929 p_attr->attr_id = attr_id;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
OutlineLabelProvider.java 20 import static com.android.SdkConstants.ATTR_ID;
60 String id = getAttributeNS(e, ANDROID_URI, ATTR_ID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltip.java 18 import static com.android.SdkConstants.ATTR_ID;
75 String id = BaseLayoutRule.stripIdPrefix(node.getAttributeValue(ATTR_ID));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestDragElement.java 19 import static com.android.SdkConstants.ATTR_ID;
88 return set(ANDROID_URI, ATTR_ID, id);
LayoutTestBase.java 20 import static com.android.SdkConstants.ATTR_ID;
73 .getChildren()[currentIndex].getStringAttr(ANDROID_URI, ATTR_ID);
140 ANDROID_URI, ATTR_ID);
146 childrenIds.add(child.getStringAttr(ANDROID_URI, ATTR_ID));
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 118 UINT16 attr_id; /* Attribute ID */ member in struct:t_sdp_disc_attr
285 UINT16 attr_id,
300 UINT16 attr_id);
483 SDP_API extern BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id,
502 SDP_API extern BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id,
519 SDP_API extern BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id,
616 SDP_API extern BOOLEAN SDP_DeleteAttribute (UINT32 handle, UINT16 attr_id);
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
LabelForDetector.java 20 import static com.android.SdkConstants.ATTR_ID;
106 String id = element.getAttributeNS(ANDROID_URI, ATTR_ID);
ViewTypeDetector.java 20 import static com.android.SdkConstants.ATTR_ID;
94 return Collections.singletonList(ATTR_ID);
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java 80 private static final String ATTR_ID = "id";
    [all...]

Completed in 757 milliseconds

1 2 3 4