Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
H A DUserUtilsTest.java48 assertEquals(-1, UserUtils.getCorpUserId(c)); in testGetCorpUser()
54 assertEquals(MockUserManager.CORP_USER.id, UserUtils.getCorpUserId(c)); in testGetCorpUser()
57 assertEquals(-1, UserUtils.getCorpUserId(c)); in testGetCorpUser()
64 assertEquals(MockUserManager.CORP_USER.id, UserUtils.getCorpUserId(c)); in testGetCorpUser()
67 assertEquals(-1, UserUtils.getCorpUserId(c)); in testGetCorpUser()
70 assertEquals(-1, UserUtils.getCorpUserId(c)); in testGetCorpUser()
76 assertEquals(-1, UserUtils.getCorpUserId(c)); in testGetCorpUser()
79 assertEquals(-1, UserUtils.getCorpUserId(c)); in testGetCorpUser()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DUserUtils.java78 public static int getCorpUserId(Context context) { in getCorpUserId() method in UserUtils
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java5635 final int corpUserId = UserUtils.getCorpUserId(getContext()); in queryCorpContactsProvider()
7148 final int corpUserId = UserUtils.getCorpUserId(getContext()); in queryMergedDataPhones()
7247 final int corpUserId = UserUtils.getCorpUserId(getContext()); in queryCorpLookupIfNecessary()
8847 final int corpUserId = UserUtils.getCorpUserId(getContext()); in openDirectoryFileEnterprise()
8905 final int corpUserId = UserUtils.getCorpUserId(getContext()); in openCorpContactPicture()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java2853 assertEquals(-1, UserUtils.getCorpUserId(mActor.getProviderContext())); in testQueryCorpContactsProvider()