Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java547 final int insertSubId = 11; in testSimTable() local
553 contentValues.put(SubscriptionManager.UNIQUE_KEY_SUBSCRIPTION_ID, insertSubId); in testSimTable()
586 assertEquals(insertSubId, resultSubId); in testSimTable()
1440 final int insertSubId = 1; in testUpdateWfcEnabled() local
1445 contentValues.put(SubscriptionManager.UNIQUE_KEY_SUBSCRIPTION_ID, insertSubId); in testUpdateWfcEnabled()
1459 final String[] selectionArgs = { "" + insertSubId }; in testUpdateWfcEnabled()
1475 mContentResolver.update(SubscriptionManager.getUriForSubscriptionId(insertSubId), in testUpdateWfcEnabled()