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

1 2 3 4 5 6 7 8 91011

  /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 + "}";
CsimFileHandler.java 30 public CsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) {
31 super(app, aid, ci);
IsimFileHandler.java 30 public IsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) {
31 super(app, aid, ci);
RuimFileHandler.java 33 public RuimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) {
34 super(app, aid, ci);
SIMFileHandler.java 33 public SIMFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) {
34 super(app, aid, ci);
UsimFileHandler.java 31 public UsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) {
32 super(app, aid, ci);
  /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
91 String aid = aidEntry.getKey(); local
92 if (aid.endsWith("*")) {
94 Log.e(TAG, "Device does not support prefix AIDs but AID [" + aid
97 if (DBG) Log.d(TAG, "Unrouting prefix AID " + aid);
99 aid = aid.substring(0, aid.length() - 1)
117 String aid = aidEntry.getKey(); local
155 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
537 String aid = aidEntry.getKey(); local
    [all...]
  /build/make/tools/fs_config/
test_fs_config_generator.py 8 from fs_config_generator import AID
46 """Test AID class constructor"""
48 aid = AID('AID_FOO_BAR', '0xFF', 'myfakefile')
49 self.assertEquals(aid.identifier, 'AID_FOO_BAR')
50 self.assertEquals(aid.value, '0xFF')
51 self.assertEquals(aid.found, 'myfakefile')
52 self.assertEquals(aid.normalized_value, '255')
53 self.assertEquals(aid.friendly, 'foo_bar')
55 aid = AID('AID_MEDIA_EX', '1234', 'myfakefile'
    [all...]
fs_config_generator.py 93 def get_login_and_uid_cleansed(aid):
96 This checks that the logon and uid of the AID do not
100 aid (AID): The aid to check
103 logon, uid of the AID after checking its safe.
108 logon = aid.friendly
109 uid = aid.normalized_value
119 class AID(object):
120 """This class represents an Android ID or an AID
    [all...]
  /external/valgrind/coregrind/
pub_core_mallocfree.h 112 extern void* VG_(arena_memalign)( ArenaId aid, const HChar* cc,
114 extern HChar* VG_(arena_strdup) ( ArenaId aid, const HChar* cc,
124 extern void VG_(arena_realloc_shrink) ( ArenaId aid,
127 extern SizeT VG_(arena_malloc_usable_size) ( ArenaId aid, void* payload );
129 extern SizeT VG_(arena_redzone_size) ( ArenaId aid );
136 extern void* VG_(arena_perm_malloc) ( ArenaId aid, SizeT nbytes, Int align );
149 ArenaId aid; member in struct:_AddrArenaInfo
  /frameworks/base/core/java/android/nfc/cardemulation/
AidGroup.java 60 throw new IllegalArgumentException("No AIDS in AID group.");
63 throw new IllegalArgumentException("Too many AIDs in AID group.");
65 for (String aid : aids) {
66 if (!CardEmulation.isValidAid(aid)) {
67 throw new IllegalArgumentException("AID " + aid + " is not a valid AID.");
76 for (String aid : aids) {
77 this.aids.add(aid.toUpperCase());
89 * @return the category of this AID grou
160 String aid = parser.getAttributeValue(null, "value"); local
    [all...]
CardEmulation.java 111 * or {@link OffHostApduService}, whenever an Application ID (AID) of this category
122 * if the Application ID (AID) selected by the reader has been registered by multiple
123 * services. If there is only one service that has registered for the AID,
194 * is the default for a specific AID.
228 * @param aid The ISO7816-4 Application ID
229 * @return whether the service is the default handler for the specified AID
233 public boolean isDefaultServiceForAid(ComponentName service, String aid) {
235 return sService.isDefaultServiceForAid(UserHandle.myUserId(), service, aid);
244 return sService.isDefaultServiceForAid(UserHandle.myUserId(), service, aid);
391 * this method, and a statically registered AID group for the same categor
    [all...]
ApduServiceInfo.java 70 * Mapping from category to static AID group
75 * Mapping from category to dynamic AID group
193 // Parsed values for the current AID group
197 if (eventType == XmlPullParser.START_TAG && "aid-group".equals(tagName) &&
201 // Get category of AID group
212 Log.e(TAG, "Not allowing multiple aid-groups in the " +
220 } else if (eventType == XmlPullParser.END_TAG && "aid-group".equals(tagName) &&
227 Log.e(TAG, "Not adding <aid-group> with empty or invalid AIDs");
230 } else if (eventType == XmlPullParser.START_TAG && "aid-filter".equals(tagName) &&
234 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name) local
246 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name). local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
HceUtils.java 72 public static final CommandApdu buildSelectApdu(String aid, boolean reachable) {
75 sb.append(String.format("%02X", aid.length() / 2));
76 sb.append(aid);
  /developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java 43 // AID for our loyalty card service.
45 // ISO-DEP command HEADER for selecting an AID.
48 // "OK" status word sent in response to SELECT AID command (0x9000)
56 * cause for the disconnection (either a lost link, or another AID being selected by the
87 // If the APDU matches the SELECT AID command for this service,
101 * Build APDU for SELECT AID command. This command indicates which service a reader is
104 * @param aid Application ID (AID) to select
105 * @return APDU for SELECT AID command
107 public static byte[] BuildSelectApdu(String aid) {
    [all...]
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java 43 // AID for our loyalty card service.
45 // ISO-DEP command HEADER for selecting an AID.
48 // "OK" status word sent in response to SELECT AID command (0x9000)
56 * cause for the disconnection (either a lost link, or another AID being selected by the
87 // If the APDU matches the SELECT AID command for this service,
101 * Build APDU for SELECT AID command. This command indicates which service a reader is
104 * @param aid Application ID (AID) to select
105 * @return APDU for SELECT AID command
107 public static byte[] BuildSelectApdu(String aid) {
    [all...]
  /development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
CardService.java 43 // AID for our loyalty card service.
45 // ISO-DEP command HEADER for selecting an AID.
48 // "OK" status word sent in response to SELECT AID command (0x9000)
56 * cause for the disconnection (either a lost link, or another AID being selected by the
87 // If the APDU matches the SELECT AID command for this service,
101 * Build APDU for SELECT AID command. This command indicates which service a reader is
104 * @param aid Application ID (AID) to select
105 * @return APDU for SELECT AID command
107 public static byte[] BuildSelectApdu(String aid) {
    [all...]
  /external/syslinux/com32/hdt/
hdt-ata.h 55 struct ata_identify_device aid; /* IDENTIFY xxx DEVICE data */ member in struct:ata_driveinfo
  /system/nfc/src/nfa/include/
nfa_ce_api.h 164 ** Description Register listening callback for the specified ISODEP AID
169 ** If no AID is specified (aid_len=0), then p_conn_cback will
182 extern tNFA_STATUS NFA_CeRegisterAidOnDH(uint8_t aid[NFC_MAX_AID_LEN],
190 ** Description Deregister listening callback for ISODEP AID
220 ** reader/writer selects an AID that is not routed to the UICC
  /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);
  /packages/apps/Nfc/nci/jni/
RoutingManager.h 38 bool addAidRouting(const uint8_t* aid, uint8_t aidLen, int route);
39 bool removeAidRouting(const uint8_t* aid, uint8_t aidLen);
  /developers/build/prebuilts/gradle/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java 35 // AID for our loyalty card service.
37 // ISO-DEP command HEADER for selecting an AID.
40 // "OK" status word sent in response to SELECT AID command (0x9000)
75 // Build SELECT AID command for our loyalty card service.
77 Log.i(TAG, "Requesting remote AID: " + SAMPLE_LOYALTY_CARD_AID);
82 // If AID is successfully selected, 0x9000 is returned as the status word (last 2
102 * Build APDU for SELECT AID command. This command indicates which service a reader is
105 * @param aid Application ID (AID) to select
106 * @return APDU for SELECT AID comman
    [all...]
  /developers/samples/android/connectivity/nfc/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java 35 // AID for our loyalty card service.
37 // ISO-DEP command HEADER for selecting an AID.
40 // "OK" status word sent in response to SELECT AID command (0x9000)
75 // Build SELECT AID command for our loyalty card service.
77 Log.i(TAG, "Requesting remote AID: " + SAMPLE_LOYALTY_CARD_AID);
82 // If AID is successfully selected, 0x9000 is returned as the status word (last 2
102 * Build APDU for SELECT AID command. This command indicates which service a reader is
105 * @param aid Application ID (AID) to select
106 * @return APDU for SELECT AID comman
    [all...]

Completed in 682 milliseconds

1 2 3 4 5 6 7 8 91011