Searched refs:removeSubInfo (Results 1 – 3 of 3) sorted by relevance
139 boolean removeSubInfo(String uniqueId, int subscriptionType); in removeSubInfo() method
2382 .removeSubInfo(FAKE_ICCID1, SubscriptionManager.SUBSCRIPTION_TYPE_LOCAL_SIM)); in testRemoveSubInfo()2385 assertThat(mSubscriptionManagerServiceUT.removeSubInfo(FAKE_ICCID1, in testRemoveSubInfo()2387 assertThat(mSubscriptionManagerServiceUT.removeSubInfo(FAKE_ICCID2, in testRemoveSubInfo()2866 assertThat(mSubscriptionManagerServiceUT.removeSubInfo(FAKE_MAC_ADDRESS1, in testRemoteSim()
2327 public boolean removeSubInfo(@NonNull String uniqueId, int subscriptionType) { in removeSubInfo() method in SubscriptionManagerService