Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java552 final int insertProfileClass = SubscriptionManager.PROFILE_CLASS_DEFAULT; in testSimTable() local
558 contentValues.put(SubscriptionManager.PROFILE_CLASS, insertProfileClass); in testSimTable()
589 assertEquals(insertProfileClass, resultProfileClass); in testSimTable()