OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SELECT_OK_SW
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java
49
private static final byte[]
SELECT_OK_SW
= HexStringToByteArray("9000");
93
return ConcatArrays(accountBytes,
SELECT_OK_SW
);
/developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java
49
private static final byte[]
SELECT_OK_SW
= HexStringToByteArray("9000");
93
return ConcatArrays(accountBytes,
SELECT_OK_SW
);
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
CardService.java
49
private static final byte[]
SELECT_OK_SW
= HexStringToByteArray("9000");
93
return ConcatArrays(accountBytes,
SELECT_OK_SW
);
/developers/build/prebuilts/gradle/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java
41
private static final byte[]
SELECT_OK_SW
= {(byte) 0x90, (byte) 0x00};
88
if (Arrays.equals(
SELECT_OK_SW
, statusWord)) {
/developers/samples/android/connectivity/nfc/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java
41
private static final byte[]
SELECT_OK_SW
= {(byte) 0x90, (byte) 0x00};
88
if (Arrays.equals(
SELECT_OK_SW
, statusWord)) {
/development/samples/browseable/CardReader/src/com.example.android.cardreader/
LoyaltyCardReader.java
41
private static final byte[]
SELECT_OK_SW
= {(byte) 0x90, (byte) 0x00};
88
if (Arrays.equals(
SELECT_OK_SW
, statusWord)) {
Completed in 324 milliseconds