Searched refs:systemCode (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/nfc/java/android/nfc/cardemulation/ |
D | NfcFServiceInfo.java | 107 String systemCode, String dynamicSystemCode, String nfcid2, String dynamicNfcid2, in NfcFServiceInfo() argument 111 this.mSystemCode = systemCode; in NfcFServiceInfo() 162 String systemCode = null; in NfcFServiceInfo() local 171 "system-code-filter".equals(tagName) && systemCode == null) { in NfcFServiceInfo() 174 systemCode = a.getString( in NfcFServiceInfo() 176 if (!isValidSystemCode(systemCode) && in NfcFServiceInfo() 177 !systemCode.equalsIgnoreCase("NULL")) { in NfcFServiceInfo() 178 Log.e(TAG, "Invalid System Code: " + systemCode); in NfcFServiceInfo() 179 systemCode = null; in NfcFServiceInfo() 204 mSystemCode = (systemCode == null ? "NULL" : systemCode); in NfcFServiceInfo() [all …]
|
D | NfcFCardEmulation.java | 154 public boolean registerSystemCodeForService(ComponentName service, String systemCode) in registerSystemCodeForService() argument 156 if (service == null || systemCode == null) { in registerSystemCodeForService() 161 service, systemCode); in registerSystemCodeForService() 171 service, systemCode); in registerSystemCodeForService() 420 public static boolean isValidSystemCode(String systemCode) { in isValidSystemCode() argument 421 if (systemCode == null) { in isValidSystemCode() 424 if (systemCode.length() != 4) { in isValidSystemCode() 425 Log.e(TAG, "System Code " + systemCode + " is not a valid System Code."); in isValidSystemCode() 429 if (!systemCode.startsWith("4") || systemCode.toUpperCase().endsWith("FF")) { in isValidSystemCode() 430 Log.e(TAG, "System Code " + systemCode + " is not a valid System Code."); in isValidSystemCode() [all …]
|
/frameworks/base/nfc/java/android/nfc/ |
D | INfcFCardEmulation.aidl | 28 … boolean registerSystemCodeForService(int userHandle, in ComponentName service, String systemCode); in registerSystemCodeForService() argument
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |