HomeSort by relevance Sort by last modified time
    Searched defs:aid (Results 1 - 25 of 55) sorted by null

1 2 3

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRefreshResponse.java 33 public String aid; /* null terminated string, e.g., field in class:IccRefreshResponse
40 return "{" + refreshResult + ", " + aid +", " + efId + "}";
IccCardApplicationStatus.java 107 public String aid; field in class:IccCardApplicationStatus
  /frameworks/base/core/java/android/nfc/cardemulation/
AidGroup.java 44 throw new IllegalArgumentException("No AIDS in AID group.");
47 throw new IllegalArgumentException("Too many AIDs in AID group.");
49 for (String aid : aids) {
50 if (!CardEmulation.isValidAid(aid)) {
51 throw new IllegalArgumentException("AID " + aid + " is not a valid AID.");
60 for (String aid : aids) {
61 this.aids.add(aid.toUpperCase());
73 * @return the category of this AID grou
144 String aid = parser.getAttributeValue(null, "value"); local
    [all...]
ApduServiceInfo.java 67 * Mapping from category to static AID group
72 * Mapping from category to dynamic AID group
178 // Parsed values for the current AID group
182 if (eventType == XmlPullParser.START_TAG && "aid-group".equals(tagName) &&
186 // Get category of AID group
197 Log.e(TAG, "Not allowing multiple aid-groups in the " +
205 } else if (eventType == XmlPullParser.END_TAG && "aid-group".equals(tagName) &&
212 Log.e(TAG, "Not adding <aid-group> with empty or invalid AIDs");
215 } else if (eventType == XmlPullParser.START_TAG && "aid-filter".equals(tagName) &&
219 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name) local
231 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name). local
    [all...]
  /developers/build/prebuilts/gradle/CardReader/Application/tests/src/com/example/android/cardreader/tests/
SampleTests.java 76 * Test building SELECT APDU from AID string.
79 final String aid = "1234"; local
82 final byte[] result = LoyaltyCardReader.BuildSelectApdu(aid);
  /developers/samples/android/connectivity/nfc/CardReader/Application/tests/src/com/example/android/cardreader/tests/
SampleTests.java 76 * Test building SELECT APDU from AID string.
79 final String aid = "1234"; local
82 final byte[] result = LoyaltyCardReader.BuildSelectApdu(aid);
  /external/libnfc-nxp/src/
phHciNfc_WI.h 77 uint8_t aid[MAX_AID_LEN]; member in struct:phHciNfc_WI_Info
  /external/valgrind/main/coregrind/
pub_core_mallocfree.h 108 extern void* VG_(arena_memalign)( ArenaId aid, const HChar* cc,
110 extern HChar* VG_(arena_strdup) ( ArenaId aid, const HChar* cc,
113 extern SizeT VG_(arena_malloc_usable_size) ( ArenaId aid, void* payload );
115 extern SizeT VG_(arena_redzone_size) ( ArenaId aid );
122 extern void* VG_(arena_perm_malloc) ( ArenaId aid, SizeT nbytes, Int align );
135 ArenaId aid; member in struct:_AddrArenaInfo
  /developers/build/prebuilts/gradle/CardEmulation/Application/tests/src/com/example/android/cardemulation/tests/
SampleTests.java 156 * Test building SELECT APDU from AID string.
159 final String aid = "1234"; local
162 final byte[] result = CardService.BuildSelectApdu(aid);
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/tests/src/com/example/android/cardemulation/tests/
SampleTests.java 156 * Test building SELECT APDU from AID string.
159 final String aid = "1234"; local
162 final byte[] result = CardService.BuildSelectApdu(aid);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_AlbumsTest.java 185 long aid = c.getLong(c.getColumnIndex(Albums.ALBUM_ID)); local
188 Uri albumart = Uri.parse("content://media/external/audio/albumart/" + aid);
  /external/libnfc-nci/src/nfc/int/
ce_int.h 86 UINT8 aid[NFC_MAX_AID_LEN]; member in struct:__anon28152
88 } tCE_T4T_REG_AID; /* registered AID table */
100 #define CE_T4T_STATUS_REG_AID_SELECTED 0x02 /* Registered AID is selected */
105 #define CE_T4T_STATUS_WILDCARD_AID_SELECTED 0x40 /* Wildcard AID selected */
109 tCE_CBACK *p_wildcard_aid_cback; /* registered wildcard AID callback */
110 tCE_T4T_REG_AID reg_aid[CE_T4T_MAX_REG_AID]; /* registered AID table */
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.h 61 u16 aid; member in struct:wpa_eapol_ie_parse
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AidRoutingManager.java 45 // that for any AID that needs to be routed to this
68 // Easy look-up what the route is for a certain AID
101 String aid = aidEntry.getKey(); local
103 entries.add(aid);
105 routeForAid.put(aid, route);
119 /* If a non-default route registers an exact AID which is shorter
120 * than this exact AID, this will create a problem with controllers
121 * that treat every AID in the routing table as a prefix.
122 * For example, if App A registers F0000000041010 as an exact AID,
123 * and App B registers F000000004 as an exact AID, and App B is no
139 String aid = aidEntry.getKey(); local
    [all...]
RegisteredAidCache.java 51 // mAidCache is a lookup table for quickly mapping an exact or prefix AID to one or
58 // Represents a single AID registration of a service
61 String aid; field in class:RegisteredAidCache.ServiceAidInfo
68 ", aid='" + aid + '\'' +
80 if (!aid.equals(that.aid)) return false;
90 result = 31 * result + aid.hashCode();
97 // an AID was resolved to.
102 boolean mustRoute = true; // Whether this AID should be routed at al
521 String aid = aidEntry.getKey(); local
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 98 UINT8 aid[NFC_MAX_AID_LEN]; /* AID to listen for (For type-4 only) */ member in struct:__anon27891
99 UINT8 aid_len; /* AID length */
135 #define NFA_CE_LISTEN_INFO_T4T_ACTIVATE_PND 0x00000040 /* App has not been notified of ACTIVATE_EVT yet for this T4T AID */
136 #define NFA_CE_LISTEN_INFO_T4T_AID 0x00000080 /* This is a listen_info for T4T AID */
153 UINT8 t4t_aid_handle; /* Type-4 aid callback handle (from CE_T4tRegisterAID) */
  /system/core/include/private/
android_filesystem_config.h 114 unsigned aid; member in struct:android_id_info
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 45 NFA_EE_ADD_AID_EVT, /* The status for adding an AID to a routing table entry */
46 NFA_EE_REMOVE_AID_EVT, /* The status for removing an AID from a routing table */
144 tNFC_AID aid; /* NFA_EE_TRGR_SELECT : the AID in the received SELECT AID command */ member in union:__anon27830
352 ** Description This function is called to add an AID entry in the
376 ** Description This function is called to remove the given AID entry from the
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 757 int i, j = 32, aid; local
759 /* get a unique AID */
760 if (sta->aid > 0) {
761 wpa_printf(MSG_DEBUG, " old AID %d", sta->aid);
777 aid = i * 32 + j + 1;
778 if (aid > 2007)
781 sta->aid = aid;
783 wpa_printf(MSG_DEBUG, " new AID %d", sta->aid)
    [all...]
sta_info.h 44 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member in struct:sta_info
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.h 158 u16 aid; member in struct:prism2_hostapd_param::__anon37311::__anon37312
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 246 sim_types sim_type, unsigned char *aid,
300 wpa_hexdump(MSG_MSGDUMP, "SCARD: DF name (AID) TLV",
388 static int scard_get_aid(struct scard_data *scard, unsigned char *aid,
453 wpa_printf(MSG_DEBUG, "SCARD: Invalid AID length %d",
458 wpa_hexdump(MSG_DEBUG, "SCARD: AID from EF_DIR record",
476 wpa_printf(MSG_DEBUG, "SCARD: Too long AID");
480 os_memcpy(aid, efdir->rid, efdir->aid_len);
636 unsigned char aid[32]; local
639 aid_len = scard_get_aid(scard, aid, sizeof(aid));
    [all...]
  /packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java 613 long aid = cursor.getLong(0); local
617 Drawable d = MusicUtils.getCachedArtwork(context, aid, mDefaultAlbumIcon);
623 if (currentalbumid == aid) {
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 1136 phNfc_sData_t *aid; local
    [all...]
  /external/tcpdump/
ieee802_11.h 229 u_int16_t aid; member in struct:mgmt_body_t
282 u_int16_t aid; member in struct:ctrl_ps_poll_t

Completed in 680 milliseconds

1 2 3