HomeSort by relevance Sort by last modified time
    Searched defs:eid (Results 1 - 4 of 4) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 58 * Extracts the ID from the eid parameter of a URI.
60 * The URI contains an "eid" parameter, which is comprised of an ID, followed by a space,
68 String eid = uri.getQueryParameter("eid"); local
69 if (eid == null) {
73 byte[] decodedBytes = Base64.decode(eid, Base64.DEFAULT);
95 String eid = extractEid(uri); local
96 if (eid != null) {
97 String selection = Events._SYNC_ID + " LIKE \"%/" + eid + "\"";
114 + " matches on event with id='" + eid + "'")
    [all...]
  /external/tinyalsa/
mixer.c 92 struct snd_ctl_elem_id *eid = NULL; local
116 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
117 if (!eid)
123 elist.pids = eid;
129 ei->id.numid = eid[n].numid;
152 free(eid);
157 if (eid)
158 free(eid);
  /frameworks/base/tools/aapt/
ResourceTable.cpp 3688 int eid = Res_GETENTRY(resID); local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 639 u8 eid; /* 221 = 0xdd */ member in struct:wmm_tspec_element

Completed in 147 milliseconds