Home
last modified time | relevance | path

Searched refs:CARD_ID (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java143 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 …]
DEuiccConnectorTest.java72 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/
DWalletCardUtilsTest.kt60 /*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/
DQuickAccessWalletKeyguardQuickAffordanceConfigTest.kt241 /*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/
DQuickAccessWalletTileTest.java91 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/
DRcsConfigTest.java300 contentValues.put(SubscriptionManager.CARD_ID, fakeCardId); in createFakeSimInfo()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt54714 Landroid/telephony/SubscriptionManager;->CARD_ID:Ljava/lang/String;