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.java568 final String insertDisplayName = "exampleDisplayName"; in testSimTable() local
574 contentValues.put(SubscriptionManager.DISPLAY_NAME, insertDisplayName); in testSimTable()
592 String[] selectionArgs = { insertDisplayName }; in testSimTable()
613 String[] selectionArgsToDelete = { insertDisplayName }; in testSimTable()
1501 final String insertDisplayName = "exampleDisplayName"; in testUpdateWfcEnabled() local
1506 contentValues.put(SubscriptionManager.DISPLAY_NAME, insertDisplayName); in testUpdateWfcEnabled()