Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/provider/
H A DContactsContract.java8437 nullSafeCall(contentResolver, ContactsContract.AUTHORITY_URI, in addSimAccount()
8460 nullSafeCall(contentResolver, ContactsContract.AUTHORITY_URI, in removeSimAccounts()
8472 Bundle response = nullSafeCall(contentResolver, ContactsContract.AUTHORITY_URI, in getSimAccounts()
9091 nullSafeCall(contentResolver, ContactsContract.AUTHORITY_URI, in undemote()
10305 private static Bundle nullSafeCall(@NonNull ContentResolver resolver, @NonNull Uri uri, in nullSafeCall() method in ContactsContract