OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SELECT_APDU
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java
52
private static final byte[]
SELECT_APDU
= BuildSelectApdu(SAMPLE_LOYALTY_CARD_AID);
89
if (Arrays.equals(
SELECT_APDU
, commandApdu)) {
/developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java
52
private static final byte[]
SELECT_APDU
= BuildSelectApdu(SAMPLE_LOYALTY_CARD_AID);
89
if (Arrays.equals(
SELECT_APDU
, commandApdu)) {
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
CardService.java
52
private static final byte[]
SELECT_APDU
= BuildSelectApdu(SAMPLE_LOYALTY_CARD_AID);
89
if (Arrays.equals(
SELECT_APDU
, commandApdu)) {
Completed in 110 milliseconds