/aosp_15_r20/external/libexif/ |
H A D | ChangeLog | 283 * Added exif.h to the source tarball so users can generate full 321 2009-09-23 Jan Patera <patera@users.sourceforge.net> 345 2009-08-12 Lutz Mueller <lutz@users.sourceforge.com> 370 2009-03-21 Lutz Mueller <lutz@users.sourceforge.net> 386 2009-03-16 Lutz Mueller <lutz@users.sourceforge.net> 487 2008-10-20 Jan Patera <patera@users.sourceforge.net> 492 2008-10-04 Jan Patera <patera@users.sourceforge.net> 497 2008-10-08 Aric Blumer <aricblumer@users.sourceforge.net> 502 2008-10-04 Jan Patera <patera@users.sourceforge.net> 509 2008-10-04 Louis Strous <louis_strous@users.sourceforge.net> [all …]
|
/aosp_15_r20/cts/common/device-side/bedstead/modules/multiuser/src/test/kotlin/com/android/bedstead/multiuser/ |
H A D | UserReferenceTest.java | 57 import com.android.bedstead.nene.users.UserReference; 92 assertThat(TestApis.users().find(USER_ID).id()).isEqualTo(USER_ID); in id_returnsId() 97 assertThat(TestApis.users().find(USER_ID).userHandle().getIdentifier()).isEqualTo(USER_ID); in userHandle_referencesId() 102 assertThat(TestApis.users().find(NON_EXISTING_USER_ID).exists()).isFalse(); in exists_doesNotExist_returnsFalse() 118 assertThat(TestApis.users().all()).doesNotContain(user); in remove_userExists_removesUser() 132 () -> TestApis.users().find(NON_EXISTING_USER_ID).start()); in start_userDoesNotExist_throwsException() 207 TestApis.users().find(NON_EXISTING_USER_ID).stop(); in stop_userDoesNotExist_doesNothing() 237 assertThat(TestApis.users().current()).isEqualTo(secondaryUser(sDeviceState)); in switchTo_userIsSwitched() 245 assertThat(TestApis.users().current()).isEqualTo(cloneProfile(sDeviceState).parent()); in switchTo_profile_switchesToParent() 259 UserReference user = TestApis.users().instrumented(); in serialNo_returnsSerialNo() [all …]
|
H A D | UsersTest.kt | 34 import com.android.bedstead.nene.users.UserReference in <lambda>() 35 import com.android.bedstead.nene.users.UserType in <lambda>() 49 .users() in <lambda>() 52 .users() in <lambda>() 55 .users() in <lambda>() 61 .users() in <lambda>() 76 assertThat(TestApis.users().supportedType(INVALID_TYPE_NAME)).isNull() in <lambda>() 82 val user = TestApis.users().createUser().create() in <lambda>() 85 assertThat(TestApis.users().all()).contains(user) in <lambda>() 94 val user = TestApis.users().createUser().create() in <lambda>() [all …]
|
H A D | MultiUserAnnotationExecutorTest.kt | 54 import com.android.bedstead.nene.TestApis.users in <lambda>() 56 import com.android.bedstead.nene.users.UserType.SECONDARY_USER_TYPE_NAME in <lambda>() 57 import com.android.bedstead.nene.users.UserType.SYSTEM_USER_TYPE_NAME in <lambda>() 72 users().createUser().create().use { _ -> in <lambda>() 73 users().createUser().create().use { _ -> } in <lambda>() 92 assertThat(users().main()).isNotNull() in <lambda>() 104 assertThat(deviceState.tvProfile()).isEqualTo(users().instrumented()) in <lambda>() 119 users().createUser() in <lambda>() 120 .parent(users().instrumented()) in <lambda>() 121 .type(users().supportedType(TV_PROFILE_TYPE_NAME)) in <lambda>() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | gmail.v1.json | 146 "users": { object 150 "flatPath": "gmail/v1/users/{userId}/profile", 152 "id": "gmail.users.getProfile", 165 "path": "gmail/v1/users/{userId}/profile", 179 "flatPath": "gmail/v1/users/{userId}/stop", 181 "id": "gmail.users.stop", 194 "path": "gmail/v1/users/{userId}/stop", 204 "flatPath": "gmail/v1/users/{userId}/watch", 206 "id": "gmail.users.watch", 219 "path": "gmail/v1/users/{userId}/watch", [all …]
|
/aosp_15_r20/cts/tests/app/src/android/app/cts/ |
H A D | UiModeManagerTest.java | 137 // TODO(b/340960913): remove it once uimode supports visible background users. in resetNightMode() 149 // TODO(b/340960913): remove the annotation once uimode supports visible background users. 151 + " visible background users at the moment, so skipping these tests for" 172 // TODO(b/340960913): remove the annotation once uimode supports visible background users. 174 + " visible background users at the moment, so skipping these tests for" 190 // TODO(b/340960913): remove the annotation once uimode supports visible background users. 192 + " visible background users at the moment, so skipping these tests for" 206 // TODO(b/340960913): remove the annotation once uimode supports visible background users. 208 + " visible background users at the moment, so skipping these tests for" 222 // TODO(b/340960913): remove the annotation once uimode supports visible background users. [all …]
|
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/data/repository/ |
D | UserRepositoryImplTest.kt | 47 val users by collectLastValue(repo.users) in <lambda>() constant 49 assertWithMessage("collectLastValue(repo.users)").that(users).isNotNull() in <lambda>() 50 assertThat(users) in <lambda>() 57 val users by collectLastValue(repo.users) in <lambda>() constant 59 assertWithMessage("collectLastValue(repo.users)").that(users).isNotNull() in <lambda>() 60 assertThat(users).hasSize(1) in <lambda>() 63 assertThat(users).hasSize(2) in <lambda>() 64 assertThat(users).contains(User(profile.identifier, Role.WORK)) in <lambda>() 70 val users by collectLastValue(repo.users) in <lambda>() constant 72 assertWithMessage("collectLastValue(repo.users)").that(users).isNotNull() in <lambda>() [all …]
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/fuzzy/ |
H A D | Fuzzy.m | 4 …* - From the grammar source file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Frame… 14 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g… 34 …[BaseRecognizer setGrammarFileName:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framewor… 145 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:5:2: ( 'i… 146 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:5:4: 'imp… 167 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:5:29: ( W… 176 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:5:29: WS … 220 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:10:2: ( '… 221 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:10:4: 're… 243 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:10:38: . … [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/ |
H A D | TrustRepositoryTest.kt | 56 private val users = listOf(UserInfo(1, "user 1", 0), UserInfo(2, "user 1", 0)) constant 68 userRepository.setUserInfos(users) in setUp() 95 val currentUserId = users[0].id in isCurrentUserTrustManaged_whenItChanges_emitsLatestValue() 96 userRepository.setSelectedUserInfo(users[0]) in isCurrentUserTrustManaged_whenItChanges_emitsLatestValue() 118 userRepository.setSelectedUserInfo(users[0]) in isCurrentUserTrustManaged_whenItChangesForDifferentUser_noops() 121 listener.value.onTrustManagedChanged(true, users[0].id) in isCurrentUserTrustManaged_whenItChangesForDifferentUser_noops() 123 listener.value.onTrustManagedChanged(false, users[1].id) in isCurrentUserTrustManaged_whenItChangesForDifferentUser_noops() 133 userRepository.setSelectedUserInfo(users[0]) in isCurrentUserTrustManaged_whenUserChangesWithoutRecentTrustChange_defaultsToFalse() 134 listener.value.onTrustManagedChanged(true, users[0].id) in isCurrentUserTrustManaged_whenUserChangesWithoutRecentTrustChange_defaultsToFalse() 136 userRepository.setSelectedUserInfo(users[1]) in isCurrentUserTrustManaged_whenUserChangesWithoutRecentTrustChange_defaultsToFalse() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | androidenterprise_v1.users.html | 75 …erprise_v1.html">Google Play EMM API</a> . <a href="androidenterprise_v1.users.html">users</a></h1> 94 <p class="firstline">Creates a new EMM-managed user. The Users resource passed in the body of the r… 97 … Google-managed users. Lookup of the id is not needed for EMM-managed users because the id is alre… 106 …aged user. Can be used with EMM-managed users only (not Google managed users). Pass the new detail… 162 …{ # A Users resource represents an account associated with an enterprise. The account may be speci… 163 …PII) for this property. Must always be set for EMM-managed users. Not set for Google-managed users. 165 …users. If you do set this property, use something generic about the organization (such as "Ex… 167 … googleManaged users, the source of truth is Google so EMMs have to make sure a Google Account exi… 168 …[email protected]". Will always be set for Google managed users and not set for EMM managed users. 208 …<pre>Creates a new EMM-managed user. The Users resource passed in the body of the request should i… [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/hs20/server/www/ |
H A D | users.php | 41 $row = $db->query("SELECT $mo FROM users WHERE rowid=$id")->fetch(); 49 $row = $db->query("SELECT cert_pem FROM users WHERE rowid=$id")->fetch(); 58 <head><title>HS 2.0 users</title></head> 64 $db->exec("UPDATE users SET remediation='' WHERE rowid=$id"); 67 $db->exec("UPDATE users SET remediation='user' WHERE rowid=$id"); 70 $db->exec("UPDATE users SET remediation='machine' WHERE rowid=$id"); 73 $db->exec("UPDATE users SET remediation='reenroll' WHERE rowid=$id"); 76 $db->exec("UPDATE users SET remediation='policy' WHERE rowid=$id"); 79 $db->exec("UPDATE users SET remediation='free' WHERE rowid=$id"); 82 $db->exec("UPDATE users SET fetch_pps=1 WHERE rowid=$id"); [all …]
|
/aosp_15_r20/external/pytorch/test/benchmark_utils/ |
H A D | callgrind_artifacts.json | 31 …h:pybind11::cpp_function::dispatcher(_object*, _object*, _object*) [/data/users/test_user/repos/py… 74 …h:pybind11::cpp_function::dispatcher(_object*, _object*, _object*) [/data/users/test_user/repos/py… 91 …lude/pybind11/detail/internals.h:pybind11::detail::get_internals() [/data/users/test_user/repos/py… 138 …11.h:void pybind11::cpp_function::initialize<initModule::{lambda() [/data/users/test_user/repos/py… 158 …"7114322 /data/users/test_user/repos/pytorch/build/../torch/csrc/autograd/generated/python_torch_f… 160 …"5241822 /data/users/test_user/repos/pytorch/build/aten/src/ATen/Functions.cpp:at::ones(c10::Array… 161 …tions.cpp:at::ones(c10::ArrayRef<long>, c10::TensorOptions const&) [/data/users/test_user/repos/py… 162 …nal<c10::Layout>, c10::optional<c10::Device>, c10::optional<bool>) [/data/users/test_user/repos/py… 164 …0::Layout>, c10::optional<c10::Device>, c10::optional<bool>) const [/data/users/test_user/repos/py… 166 …"4660822 /data/users/test_user/repos/pytorch/build/../aten/src/ATen/core/boxing/impl/make_boxed_fr… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-gke-multi-cloud/proto-google-cloud-gke-multi-cloud-v1/src/main/java/com/google/cloud/gkemulticloud/v1/ |
H A D | AttachedClustersAuthorization.java | 78 * Required. Users that can perform operations as a cluster admin. A managed 80 * to the users. Up to ten admin users can be provided. 97 * Required. Users that can perform operations as a cluster admin. A managed 99 * to the users. Up to ten admin users can be provided. 117 * Required. Users that can perform operations as a cluster admin. A managed 119 * to the users. Up to ten admin users can be provided. 136 * Required. Users that can perform operations as a cluster admin. A managed 138 * to the users. Up to ten admin users can be provided. 155 * Required. Users that can perform operations as a cluster admin. A managed 157 * to the users. Up to ten admin users can be provided. [all …]
|
H A D | AwsAuthorization.java | 78 * Required. Users that can perform operations as a cluster admin. A managed 80 * to the users. Up to ten admin users can be provided. 97 * Required. Users that can perform operations as a cluster admin. A managed 99 * to the users. Up to ten admin users can be provided. 117 * Required. Users that can perform operations as a cluster admin. A managed 119 * to the users. Up to ten admin users can be provided. 136 * Required. Users that can perform operations as a cluster admin. A managed 138 * to the users. Up to ten admin users can be provided. 155 * Required. Users that can perform operations as a cluster admin. A managed 157 * to the users. Up to ten admin users can be provided. [all …]
|
H A D | AzureAuthorization.java | 78 * Required. Users that can perform operations as a cluster admin. A managed 80 * to the users. Up to ten admin users can be provided. 97 * Required. Users that can perform operations as a cluster admin. A managed 99 * to the users. Up to ten admin users can be provided. 117 * Required. Users that can perform operations as a cluster admin. A managed 119 * to the users. Up to ten admin users can be provided. 136 * Required. Users that can perform operations as a cluster admin. A managed 138 * to the users. Up to ten admin users can be provided. 155 * Required. Users that can perform operations as a cluster admin. A managed 157 * to the users. Up to ten admin users can be provided. [all …]
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/LL-star/ |
H A D | SimpleCLexer.m | 4 …* - From the grammar source file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Frame… 14 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/Simpl… 34 …[BaseRecognizer setGrammarFileName:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framewor… 77 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g:7:6: … 78 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g:7:8: … 111 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g:8:6: … 112 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g:8:8: … 145 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g:9:6: … 146 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g:9:8: … 179 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/LL-star/SimpleC.g:10:7:… [all …]
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
H A D | SimpleCLexer.m | 4 …* - From the grammar source file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Frame… 14 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreePa… 34 …[BaseRecognizer setGrammarFileName:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framewor… 77 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/Simpl… 78 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/Simpl… 112 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/Simpl… 113 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/Simpl… 147 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/Simpl… 148 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/Simpl… 182 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/Simpl… [all …]
|
/aosp_15_r20/cts/common/device-side/bedstead/modules/multiuser/src/main/kotlin/com/android/bedstead/multiuser/ |
H A D | MultiUserAnnotationExtensions.kt | 40 import com.android.bedstead.nene.TestApis.users 41 import com.android.bedstead.nene.users.UserReference 42 import com.android.bedstead.nene.users.UserType 48 fun RequireHasMainUser.logic() = assumeTrue(reason, users().main() != null) in RequireHasMainUser() 53 users().supportsMultipleUsers(), in RequireHasMainUser() 61 users().instrumented() == users().main(), in logic() 69 users().canAddPrivateProfile(), in logic() 75 assumeFalse(reason, users().isHeadlessSystemUserMode()) in logic() 79 assumeTrue(reason, users().isHeadlessSystemUserMode()) in RequireHeadlessSystemUserMode() 83 if (!users().isVisibleBackgroundUsersSupported()) { in RequireVisibleBackgroundUsers() [all …]
|
H A D | UsersComponent.kt | 36 import com.android.bedstead.nene.TestApis.users in <lambda>() 40 import com.android.bedstead.nene.users.UserBuilder in <lambda>() 41 import com.android.bedstead.nene.users.UserReference in <lambda>() 42 import com.android.bedstead.nene.users.UserType in <lambda>() 51 * contains state and logic for managing users in context of DeviceState in <lambda>() 82 users().createUser() in <lambda>() 95 val currentUser = users().current() in <lambda>() 101 // full users only, starting with lowest ID in <lambda>() 102 val users = users().all().sortedBy { it.id() } in <lambda>() constant 103 for (otherUser in users) { in <lambda>() [all …]
|
/aosp_15_r20/external/libfuse/ |
H A D | AUTHORS | 21 a1346054 <36859588+a1346054@users.noreply.github.com> 24 AKowshik <AKowshik@users.noreply.github.com> 26 Albert Chen <58009229+hselin-kalista-io@users.noreply.github.com> 28 Aleksandr Mikhailov <AM5800@users.noreply.github.com> 41 Arunav Sanyal <Khalian@users.noreply.github.com> 42 asafkahlon <35964924+asafkahlon@users.noreply.github.com> 43 Ashley Pittman <ashleypittman@users.noreply.github.com> 62 Craig Chi <craig08@users.noreply.github.com> 72 dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 76 DrDaveD <2129743+DrDaveD@users.noreply.github.com> [all …]
|
/aosp_15_r20/cts/common/device-side/bedstead/remotedpc/src/test/java/com/android/bedstead/remotedpc/ |
H A D | RemoteDpcTest.java | 49 import com.android.bedstead.nene.users.UserReference; 50 import com.android.bedstead.nene.users.UserType; 74 private static final UserReference sUser = TestApis.users().instrumented(); 76 TestApis.users().find(99999); 83 sNonRemoteDpcTestApp.install(TestApis.users().system()); in setupClass() 154 UserReference profile = TestApis.users().createUser() in profileOwner_userHandle_noProfileOwner_returnsNull() 156 .type(TestApis.users().supportedType(UserType.MANAGED_PROFILE_TYPE_NAME)) in profileOwner_userHandle_noProfileOwner_returnsNull() 171 UserReference profile = TestApis.users().createUser() in profileOwner_userHandle_nonRemoteDpcProfileOwner_returnsNull() 173 .type(TestApis.users().supportedType(UserType.MANAGED_PROFILE_TYPE_NAME)) in profileOwner_userHandle_nonRemoteDpcProfileOwner_returnsNull() 191 UserReference profile = TestApis.users().createUser() in profileOwner_userHandle_remoteDpcProfileOwner_returnsInstance() [all …]
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/scopes/ |
H A D | SymbolTableLexer.m | 4 …* - From the grammar source file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Frame… 14 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/Symbol… 34 …[BaseRecognizer setGrammarFileName:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framewor… 77 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:7:… 78 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:7:… 111 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:8:… 112 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:8:… 145 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:9:… 146 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:9:… 179 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:10… [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | 3.0-migration-guide.md | 5 compatibility with previous versions, so users (and alt implementers) might 78 The change affects users who use any of the following functions: 92 This change does not affect users who use the default configuration; it only 93 affects users who enabled that option. 125 This does not affect users who use the default `mbedtls_config.h`, as this option was 139 This only affects users who called the HAVEGE modules directly (not 140 recommended), or users who used it through the entropy module but had it as the 211 This does not affect users who use the default `mbedtls_config.h`. `MBEDTLS_SHA256_C` 222 This does not affect users who use the default `mbedtls_config.h`. 256 This doesn't affect users of the default configuration; it only affects people [all …]
|
/aosp_15_r20/external/mbedtls/docs/ |
H A D | 3.0-migration-guide.md | 5 compatibility with previous versions, so users (and alt implementers) might 78 The change affects users who use any of the following functions: 92 This change does not affect users who use the default configuration; it only 93 affects users who enabled that option. 125 This does not affect users who use the default `mbedtls_config.h`, as this option was 139 This only affects users who called the HAVEGE modules directly (not 140 recommended), or users who used it through the entropy module but had it as the 211 This does not affect users who use the default `mbedtls_config.h`. `MBEDTLS_SHA256_C` 222 This does not affect users who use the default `mbedtls_config.h`. 256 This doesn't affect users of the default configuration; it only affects people [all …]
|
/aosp_15_r20/cts/common/device-side/bedstead/modules/enterprise/src/test/kotlin/com/android/bedstead/enterprise/ |
H A D | EnterpriseAnnotationExecutorTest.kt | 68 import com.android.bedstead.nene.TestApis.users 74 import com.android.bedstead.nene.users.UserReference 75 import com.android.bedstead.nene.users.UserType.MANAGED_PROFILE_TYPE_NAME 286 assertThat(devicePolicy().getProfileOwner(users().instrumented())).isNotNull() in ensureHasProfileOwnerAnnotation_defaultUser_profileOwnerIsSet() 292 assertThat(devicePolicy().getProfileOwner(users().instrumented())).isNull() in ensureHasNoProfileOwnerAnnotation_defaultUser_profileOwnerIsNotSet() 319 assertThat(devicePolicy().getProfileOwner(users().instrumented())).isNotNull() in profileOwner_defaultUser_profileOwnerIsSet_returnsProfileOwner() 352 assertThat(users().instrumented()).isEqualTo(sDeviceState.dpc().user()) in includeRunOnBackgroundDeviceOwnerUserAnnotation_isRunningOnDeviceOwnerUser() 358 assertThat(users().current()).isNotEqualTo(users().instrumented()) in includeRunOnBackgroundDeviceOwnerUserAnnotation_isNotCurrentUser() 364 assertThat(users().instrumented().type().name()).isEqualTo(CLONE_PROFILE_TYPE_NAME) in includeRunOnCloneProfileAlongsideProfileOwnerUsingParentInstance_runsOnCloneProfile() 374 assertThat(users().instrumented().type().name()).isEqualTo(CLONE_PROFILE_TYPE_NAME) in includeRunOnCloneProfileAlongsideOrgOwnedProfileOwnerUsingParentInstance_runsOnCloneProfile() [all …]
|