Home
last modified time | relevance | path

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

/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DTestContacts.kt27 val operationList = ArrayList<ContentProviderOperation>() in addContact() constant
28 operationList.add( in addContact()
36 operationList.add( in addContact()
47 operationList.add( in addContact()
61 operationList.add( in addContact()
76 context.contentResolver.applyBatch(ContactsContract.AUTHORITY, operationList) in addContact()