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.java696 final int insertSubId = 11; in testSimTable() local
702 contentValues.put(SubscriptionManager.UNIQUE_KEY_SUBSCRIPTION_ID, insertSubId); in testSimTable()
735 assertEquals(insertSubId, resultSubId); in testSimTable()
1846 final int insertSubId = 1; in testUpdateWfcEnabled() local
1851 contentValues.put(SubscriptionManager.UNIQUE_KEY_SUBSCRIPTION_ID, insertSubId); in testUpdateWfcEnabled()
1865 final String[] selectionArgs = { "" + insertSubId }; in testUpdateWfcEnabled()
1881 mContentResolver.update(SubscriptionManager.getUriForSubscriptionId(insertSubId), in testUpdateWfcEnabled()