/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | WalletCardViewInfo.java | 26 String getCardId(); in getCardId() method 62 return getCardId().equals(other.getCardId()); in isUiEquivalent()
|
H A D | WalletScreenController.java | 201 if (mSelectedCardId != null && !mSelectedCardId.equals(card.getCardId())) { in onCardSelected() 204 mSelectedCardId = card.getCardId(); in onCardSelected() 343 public String getCardId() { in getCardId() method in WalletScreenController.QAWalletCardViewInfo 344 return mWalletCard.getCardId(); in getCardId()
|
H A D | WalletCardCarousel.java | 404 if (cardViewInfo.getCardId().isEmpty()) { 426 return mData.get(position).getCardId().hashCode(); in getItemId()
|
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/ |
H A D | SelectWalletCardRequest.java | 71 public String getCardId() { in getCardId() method in SelectWalletCardRequest
|
H A D | GetWalletCardsCallbackImpl.java | 143 if (walletCard.getCardId() == null) { in isValidResponse()
|
H A D | WalletCard.java | 169 public String getCardId() { in getCardId() method in WalletCard
|
/aosp14/frameworks/base/telephony/java/android/service/euicc/ |
H A D | DownloadSubscriptionResult.java | 78 public int getCardId() { in getCardId() method in DownloadSubscriptionResult
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | UiccCardInfo.java | 129 public int getCardId() { in getCardId() method in UiccCardInfo
|
H A D | UiccSlotInfo.java | 184 public String getCardId() { in getCardId() method in UiccSlotInfo
|
H A D | SubscriptionInfo.java | 823 public int getCardId() { in getCardId() method in SubscriptionInfo
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | RecoverySystem.java | 1162 + " from card " + subscriptionInfo.getCardId()); in removeEuiccInvisibleSubs() 1163 euiccManager.createForCardId(subscriptionInfo.getCardId()) in removeEuiccInvisibleSubs()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 12330 method public int getCardId(); 15094 method public String getCardId();
|
H A D | current.txt | 41155 method @NonNull public String getCardId(); 41163 method @NonNull public String getCardId(); 45386 method public int getCardId(); 46020 method public int getCardId();
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 55328 Landroid/telephony/SubscriptionInfo;->getCardId()Ljava/lang/String;
|