/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccControllerTest.java | 143 private static final int CARD_ID = 25; field in EuiccControllerTest 248 callGetEid(true /* success */, "ABCDE" /* eid */, CARD_ID); in testGetEid_noPrivileges() 254 assertEquals("ABCDE", callGetEid(true /* success */, "ABCDE" /* eid */, CARD_ID)); in testGetEid_withPhoneStatePrivileged() 260 assertEquals("ABCDE", callGetEid(true /* success */, "ABCDE" /* eid */, CARD_ID)); in testGetEid_withCarrierPrivileges() 266 assertNull(callGetEid(false /* success */, null /* eid */, CARD_ID)); in testGetEid_failure() 272 assertNull(callGetEid(true /* success */, null /* eid */, CARD_ID)); in testGetEid_nullReturnValue() 289 AVAILABLE_MEMORY, CARD_ID); in testGetAvailableMemoryInBytes_noPrivileges() 301 AVAILABLE_MEMORY, CARD_ID)); in testGetAvailableMemoryInBytes_withPhoneState() 313 AVAILABLE_MEMORY, CARD_ID)); in testGetAvailableMemoryInBytes_withPhoneStatePrivileged() 325 AVAILABLE_MEMORY, CARD_ID)); in testGetAvailableMemoryInBytes_withCarrierPrivileges() [all …]
|
D | EuiccConnectorTest.java | 72 private static final int CARD_ID = 15; field in EuiccConnectorTest 125 mConnector.getEid(CARD_ID, new EuiccConnector.GetEidCommandCallback() { in testInitialState_commandRejected() 149 CARD_ID, in testInitialState_forAvailableMemory_commandRejected() 176 mConnector.switchToSubscription(CARD_ID, PORT_INDEX, "12345", true, new in testInitialState_switchCommandRejected() 252 mConnector.getEid(CARD_ID, new EuiccConnector.GetEidCommandCallback() { in testCommandDispatch_success() 292 CARD_ID, in testCommandDispatch_forAvailableMemory_success() 339 CARD_ID, in testCommandDispatch_forAvailableMemory_unsupportedOperationException() 372 mConnector.getEid(CARD_ID, new EuiccConnector.GetEidCommandCallback() { in testCommandDispatch_remoteException() 400 CARD_ID, in testCommandDispatch_forAvailableMemory_remoteException() 428 mConnector.getEid(CARD_ID, new EuiccConnector.GetEidCommandCallback() { in testCommandDispatch_processDied() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/util/ |
D | WalletCardUtilsTest.kt | 60 /*cardId= */ CARD_ID, in createWalletCardWithType() 70 private const val CARD_ID: String = "ID" constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/quickaffordance/ |
D | QuickAccessWalletKeyguardQuickAffordanceConfigTest.kt | 241 /*cardId= */ CARD_ID, in <lambda>() 264 private const val CARD_ID: String = "Id" in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
D | QuickAccessWalletTileTest.java | 91 private static final String CARD_ID = "card_id"; field in QuickAccessWalletTileTest 409 CARD_ID, mCardImage, CARD_DESCRIPTION, pendingIntent).build(); in testQueryCards_notCurrentUser_hasCards_noSideViewDrawable() 471 return new WalletCard.Builder(CARD_ID, cardType, CARD_IMAGE, CARD_DESCRIPTION, in createWalletCardWithType() 509 return new WalletCard.Builder(CARD_ID, CARD_IMAGE, CARD_DESCRIPTION, pendingIntent).build(); in createWalletCard()
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | RcsConfigTest.java | 300 contentValues.put(SubscriptionManager.CARD_ID, fakeCardId); in createFakeSimInfo()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 54714 Landroid/telephony/SubscriptionManager;->CARD_ID:Ljava/lang/String;
|