Searched refs:nullSafeCall (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | ContactsContract.java | 8437 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
|