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.java567 final int insertSubId = 11; in testSimTable() local
573 contentValues.put(SubscriptionManager.UNIQUE_KEY_SUBSCRIPTION_ID, insertSubId); in testSimTable()
606 assertEquals(insertSubId, resultSubId); in testSimTable()
1500 final int insertSubId = 1; in testUpdateWfcEnabled() local
1505 contentValues.put(SubscriptionManager.UNIQUE_KEY_SUBSCRIPTION_ID, insertSubId); in testUpdateWfcEnabled()
1519 final String[] selectionArgs = { "" + insertSubId }; in testUpdateWfcEnabled()
1535 mContentResolver.update(SubscriptionManager.getUriForSubscriptionId(insertSubId), in testUpdateWfcEnabled()