Searched refs:nullSafeCall (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/provider/ |
D | E2eeContactKeysManager.java | 134 nullSafeCall(mContentResolver, in updateOrInsertE2eeContactKey() 159 Bundle response = nullSafeCall(mContentResolver, in getE2eeContactKey() 183 Bundle response = nullSafeCall(mContentResolver, in getAllE2eeContactKeys() 211 Bundle response = nullSafeCall(mContentResolver, in getOwnerE2eeContactKeys() 248 Bundle response = nullSafeCall(mContentResolver, in updateE2eeContactKeyLocalVerificationState() 285 final Bundle response = nullSafeCall(mContentResolver, in updateE2eeContactKeyLocalVerificationState() 314 Bundle response = nullSafeCall(mContentResolver, in updateE2eeContactKeyRemoteVerificationState() 351 final Bundle response = nullSafeCall(mContentResolver, in updateE2eeContactKeyRemoteVerificationState() 383 final Bundle response = nullSafeCall(mContentResolver, in removeE2eeContactKey() 409 Bundle response = nullSafeCall(mContentResolver, in updateOrInsertE2eeSelfKey() [all …]
|
D | ContactsContract.java | 8445 nullSafeCall(contentResolver, ContactsContract.AUTHORITY_URI, in addSimAccount() 8468 nullSafeCall(contentResolver, ContactsContract.AUTHORITY_URI, in removeSimAccounts() 8480 Bundle response = nullSafeCall(contentResolver, ContactsContract.AUTHORITY_URI, in getSimAccounts() 9099 nullSafeCall(contentResolver, ContactsContract.AUTHORITY_URI, in undemote() 10313 private static Bundle nullSafeCall(@NonNull ContentResolver resolver, @NonNull Uri uri, in nullSafeCall() method in ContactsContract
|