Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java697 final String insertDisplayName = "exampleDisplayName"; in testSimTable() local
703 contentValues.put(SubscriptionManager.DISPLAY_NAME, insertDisplayName); in testSimTable()
721 String[] selectionArgs = { insertDisplayName }; in testSimTable()
742 String[] selectionArgsToDelete = { insertDisplayName }; in testSimTable()
1847 final String insertDisplayName = "exampleDisplayName"; in testUpdateWfcEnabled() local
1852 contentValues.put(SubscriptionManager.DISPLAY_NAME, insertDisplayName); in testUpdateWfcEnabled()