Home
last modified time | relevance | path

Searched refs:setSimSlotIndex (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowSubscriptionManagerTest.java100 SubscriptionInfoBuilder.newBuilder().setSimSlotIndex(123).buildSubscriptionInfo(); in getActiveSubscriptionInfoForSimSlotIndex_shouldReturnInfoWithSlotIndex()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSubscriptionManager.java262 public SubscriptionInfoBuilder setSimSlotIndex(int index) { in setSimSlotIndex() method in ShadowSubscriptionManager.SubscriptionInfoBuilder