/cts/tests/tests/secure_element/access_control/AccessControlApp3/src/android/omapi/accesscontrol3/cts/ |
D | AccessControlTest.java | 264 private void testSelectableAid(byte[] aid) { in testSelectableAid() 292 private void testUnauthorisedAid(byte[] aid) { in testUnauthorisedAid() 319 private void testTransmitAPDU(byte[] aid, byte[] apdu) { in testTransmitAPDU() 349 private void testUnauthorisedAPDU(byte[] aid, byte[] apdu) { in testUnauthorisedAPDU()
|
/cts/tests/tests/secure_element/access_control/AccessControlApp1/src/android/omapi/accesscontrol1/cts/ |
D | AccessControlTest.java | 262 private void testSelectableAid(byte[] aid) { in testSelectableAid() 290 private void testUnauthorisedAid(byte[] aid) { in testUnauthorisedAid() 317 private void testTransmitAPDU(byte[] aid, byte[] apdu) { in testTransmitAPDU() 347 private void testUnauthorisedAPDU(byte[] aid, byte[] apdu) { in testUnauthorisedAPDU()
|
/cts/tests/tests/secure_element/access_control/AccessControlApp2/src/android/omapi/accesscontrol2/cts/ |
D | AccessControlTest.java | 261 private void testSelectableAid(byte[] aid) { in testSelectableAid() 289 private void testUnauthorisedAid(byte[] aid) { in testUnauthorisedAid() 316 private void testTransmitAPDU(byte[] aid, byte[] apdu) { in testTransmitAPDU() 346 private void testUnauthorisedAPDU(byte[] aid, byte[] apdu) { in testUnauthorisedAPDU()
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | IRadioSimImpl.java | 192 public void changeIccPin2ForApp(int serial, String oldPin2, String newPin2, String aid) { in changeIccPin2ForApp() 207 public void changeIccPinForApp(int serial, String oldPin, String newPin, String aid) { in changeIccPinForApp() 369 public void getImsiForApp(int serial, String aid) { in getImsiForApp() 478 String aid) { in getIccIoResult() 608 public void iccOpenLogicalChannel(int serial, String aid, int p2) { in iccOpenLogicalChannel() 668 int serial, int authContext, String authData, String aid) { in requestIccSimAuthentication() 814 public void supplyIccPin2ForApp(int serial, String pin2, String aid) { in supplyIccPin2ForApp() 828 public void supplyIccPinForApp(int serial, String pin, String aid) { in supplyIccPinForApp() 842 public void supplyIccPuk2ForApp(int serial, String puk2, String pin2, String aid) { in supplyIccPuk2ForApp() 856 public void supplyIccPukForApp(int serial, String puk, String pin, String aid) { in supplyIccPukForApp()
|
D | MockSimService.java | 145 private void initSimAppData(int simappid, String aid, String path, boolean status) { in initSimAppData() 154 public SimAppData(int simappid, String aid, String path) { in SimAppData() 158 public SimAppData(int simappid, String aid, String path, boolean status) { in SimAppData() 524 private int getSimAppDataIndexByAid(String aid) { in getSimAppDataIndexByAid() 560 String aid, String name, String id, String command, String[] value) { in storeEfData() 786 String aid = parser.nextText(); in loadSimProfileFromXml() local 814 String aid = parser.getAttributeValue(0); in loadSimProfileFromXml() local 1093 String aid = ""; in getActiveSimAppId() local
|
D | MockModemConfigBase.java | 351 public SimInfoChangedResult(int type, int efid, String aid) { in SimInfoChangedResult()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
D | HceUtils.java | 39 public static final CommandApdu buildSelectApdu(String aid, boolean reachable) { in buildSelectApdu()
|
/cts/tests/tests/secure_element/omapi/src/android/omapi/cts/ |
D | OmapiTest.java | 425 private byte[] testSelectableAid(Reader reader, byte[] aid) throws IOException { in testSelectableAid() 462 private void testNonSelectableAid(Reader reader, byte[] aid) throws IOException { in testNonSelectableAid()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | AnimatedImageDrawableTest.java | 729 AnimatedImageDrawable aid = (AnimatedImageDrawable) drawable; in testRepeatCountFromXml() local 740 AnimatedImageDrawable aid = (AnimatedImageDrawable) drawable; in testInfiniteRepeatCountFromXml() local
|
/cts/tests/tests/nfc/src/android/nfc/cts/ |
D | CardEmulationTest.java | 149 String aid = "00000000000000"; in testIsDefaultServiceForAid() local
|