Home
last modified time | relevance | path

Searched refs:putIntArrayResource (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccSlotTest.java344 mContextFixture.putIntArrayResource(com.android.internal.R.array.non_removable_euicc_slots, in testNotRemovable()
360 mContextFixture.putIntArrayResource(com.android.internal.R.array.non_removable_euicc_slots, in testIsRemovable()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java652 public void putIntArrayResource(int id, int[] values) { in putIntArrayResource() method in ContextFixture
DSubscriptionControllerTest.java100 mContextFixture.putIntArrayResource(com.android.internal.R.array.sim_colors, new int[]{5}); in setUp()