OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aidLength
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java
289
int
aidLength
= aid.length();
290
if (
aidLength
== 0 || (
aidLength
% 2) != 0) {
295
if (
aidLength
< 10) {
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java
440
int
aidLength
= data[4];
441
if (data.length < SELECT_APDU_HDR_LENGTH +
aidLength
) {
444
return bytesToString(data, SELECT_APDU_HDR_LENGTH,
aidLength
);
Completed in 387 milliseconds