/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
H A D | EuiccConnectorTest.java | 70 private static final int CARD_ID = 15; field in EuiccConnectorTest 119 mConnector.getEid(CARD_ID, new EuiccConnector.GetEidCommandCallback() { in testInitialState_commandRejected() 140 mConnector.switchToSubscription(CARD_ID, "12345", true, new in testInitialState_switchCommandRejected() 216 mConnector.getEid(CARD_ID, new EuiccConnector.GetEidCommandCallback() { in testCommandDispatch_success() 242 mConnector.getEid(CARD_ID, new EuiccConnector.GetEidCommandCallback() { in testCommandDispatch_remoteException() 264 mConnector.getEid(CARD_ID, new EuiccConnector.GetEidCommandCallback() { in testCommandDispatch_processDied() 294 mConnector.getEid(CARD_ID, new EuiccConnector.GetEidCommandCallback() { in testLinger() 322 mConnector.getEid(CARD_ID, new EuiccConnector.GetEidCommandCallback() { in testLinger_twoCommands() 326 mConnector.getEid(CARD_ID, new EuiccConnector.GetEidCommandCallback() { in testLinger_twoCommands()
|
H A D | EuiccControllerTest.java | 119 private static final int CARD_ID = 25; field in EuiccControllerTest 202 callGetEid(true /* success */, "ABCDE" /* eid */, CARD_ID); in testGetEid_noPrivileges() 220 assertNull(callGetEid(false /* success */, null /* eid */, CARD_ID)); in testGetEid_failure() 226 assertNull(callGetEid(true /* success */, null /* eid */, CARD_ID)); in testGetEid_nullReturnValue() 1233 return mController.getOtaStatus(CARD_ID); in callGetOtaStatus() 1269 return mController.getEuiccInfo(CARD_ID); in callGetEuiccInfo() 1280 cb.onGetMetadataComplete(CARD_ID, result); in prepareGetDownloadableSubscriptionMetadataCall() 1307 cb.onGetDefaultListComplete(CARD_ID, result); in callGetDefaultDownloadableSubscriptionList() 1427 mController.eraseSubscriptions(CARD_ID, resultCallback); in callEraseSubscriptions() 1446 mController.eraseSubscriptionsWithOptions(CARD_ID, in callEraseSubscriptionsWithOptions() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
H A D | QuickAccessWalletTileTest.java | 92 private static final String CARD_ID = "card_id"; field in QuickAccessWalletTileTest 468 return new WalletCard.Builder(CARD_ID, CARD_IMAGE, "•••• 1234", pendingIntent).build(); in createWalletCard()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
H A D | RcsConfigTest.java | 300 contentValues.put(SubscriptionManager.CARD_ID, fakeCardId); in createFakeSimInfo()
|
/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
H A D | TelephonyProviderTest.java | 481 cv.put(SubscriptionManager.CARD_ID, String.valueOf(idx)); in testMccMncMigration() 707 contentValues.put(SubscriptionManager.CARD_ID, insertCardId); in testSimTable() 718 SubscriptionManager.CARD_ID, in testSimTable() 1868 contentValues.put(SubscriptionManager.CARD_ID, insertCardId); in testUpdateWfcEnabled()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | SubscriptionController.java | 567 SubscriptionManager.CARD_ID)); in getSubInfoRecord() 1366 SubscriptionManager.ICC_ID, SubscriptionManager.CARD_ID}, in addSubInfo() 1408 value.put(SubscriptionManager.CARD_ID, cardId); in addSubInfo() 1716 value.put(SubscriptionManager.CARD_ID, uniqueId); in insertEmptySubInfoRecord() 1726 value.put(SubscriptionManager.CARD_ID, cardId); in insertEmptySubInfoRecord()
|
H A D | SubscriptionInfoUpdater.java | 965 values.put(SubscriptionManager.CARD_ID, uiccController.convertToCardString(cardId)); in updateEmbeddedSubscriptionsCache()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | SubscriptionManager.java | 750 public static final String CARD_ID = SimInfo.COLUMN_CARD_ID; field in SubscriptionManager
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 58680 Landroid/telephony/SubscriptionManager;->CARD_ID:Ljava/lang/String;
|