Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java627 final Uri corpLookupUri = in searchContacts() local
629 if (corpLookupUri == null) { in searchContacts()
632 addWorkContacts(lookupResult, context, corpLookupUri); in searchContacts()
667 Uri corpLookupUri) { in addWorkContacts() argument
670 Slog.w(TAG, "Work profile user ID not found for work contact: " + corpLookupUri); in addWorkContacts()
674 ContentProvider.maybeAddUserId(corpLookupUri, workUserId); in addWorkContacts()