Searched refs:blockingGetEuiccProfileInfoList (Results 1 – 3 of 3) sorted by relevance
952 doReturn(result).when(mEuiccController).blockingGetEuiccProfileInfoList(eq(1)); in testUpdateEmbeddedSubscriptions()955 doReturn(result).when(mEuiccController).blockingGetEuiccProfileInfoList(eq(2)); in testUpdateEmbeddedSubscriptions()1013 doReturn(null).when(mEuiccController).blockingGetEuiccProfileInfoList(anyInt()); in testUpdateEmbeddedSubscriptionsNullResult()2416 doReturn(result).when(mEuiccController).blockingGetEuiccProfileInfoList(eq(1)); in testUserUnlockUpdateEmbeddedSubscriptions()2421 verify(mEuiccController).blockingGetEuiccProfileInfoList(eq(1)); in testUserUnlockUpdateEmbeddedSubscriptions()2593 doReturn(result).when(mEuiccController).blockingGetEuiccProfileInfoList(eq(1)); in testEsimActivation()2631 verify(mEuiccController).blockingGetEuiccProfileInfoList(eq(1)); in testEsimActivation()2678 doReturn(result).when(mEuiccController).blockingGetEuiccProfileInfoList(eq(1)); in testDeleteEsim()2697 doReturn(result).when(mEuiccController).blockingGetEuiccProfileInfoList(eq(1)); in testDeleteEsim()2734 doReturn(result).when(mEuiccController).blockingGetEuiccProfileInfoList(eq(1)); in testEsimSwitch()[all …]
946 public GetEuiccProfileInfoListResult blockingGetEuiccProfileInfoList(int cardId) { in blockingGetEuiccProfileInfoList() method in EuiccController
1151 .blockingGetEuiccProfileInfoList(cardId); in updateEmbeddedSubscriptions()