[MEP] Modify the comments

Bug: 235792308
Test: build pass
Change-Id: Idf0ce19814ce8b23bc1eea864b36815203069f87
This commit is contained in:
SongFerngWang
2022-06-13 17:59:17 +08:00
parent 56e1297abe
commit e63dfcbd90
3 changed files with 24 additions and 22 deletions

View File

@@ -201,7 +201,7 @@ public class UiccSlotUtil {
&& uiccCardInfo.getCardId() > TelephonyManager.UNSUPPORTED_CARD_ID
&& uiccCardInfo.isEuicc()
&& uiccCardInfo.isRemovable()) {
Log.d(TAG, "getEsimSlotId: This subInfo is removable esim.");
Log.d(TAG, "getEsimSlotId: This subInfo is a removable esim.");
return uiccCardInfo.getPhysicalSlotIndex();
}
}