Searched defs:DeviceState (Results 1 – 7 of 7) sorted by relevance
22 private fun DeviceState.usersComponent(): UsersComponent = getDependency(UsersComponent::class.java) in usersComponent() method32 fun DeviceState.user(userType: String): UserReference { in usersComponent() method47 fun DeviceState.profile(profileType: String): UserReference { in DeviceState() method59 fun DeviceState.profile(profileType: String, forUser: UserType): UserReference { in DeviceState() method71 fun DeviceState.tvProfile(): UserReference { in DeviceState() method83 fun DeviceState.tvProfile(forUser: UserType): UserReference { in DeviceState() method95 fun DeviceState.tvProfile(forUser: UserReference): UserReference { in DeviceState() method108 fun DeviceState.cloneProfile(): UserReference { in DeviceState() method120 fun DeviceState.cloneProfile(forUser: UserType): UserReference { in DeviceState() method132 fun DeviceState.cloneProfile(forUser: UserReference): UserReference { in DeviceState() method[all …]
31 private fun DeviceState.enterpriseComponent(): EnterpriseComponent = method45 fun DeviceState.workProfile(): UserReference = enterpriseComponent().workProfile() method55 fun DeviceState.workProfile(forUser: UserType): UserReference = method66 fun DeviceState.workProfile(forUser: UserReference): UserReference = method73 fun DeviceState.dpcOnly(): RemotePolicyManager = enterpriseComponent().dpcOnly() method94 fun DeviceState.dpc(): RemotePolicyManager = enterpriseComponent().dpc() method99 fun DeviceState.dpmRoleHolder(): RemoteDevicePolicyManagerRoleHolder = method110 fun DeviceState.deviceOwner(): RemoteDpc = method121 fun DeviceState.profileOwner(): RemoteDpc = profileOwner(UserType.INSTRUMENTED_USER) method130 fun DeviceState.profileOwner(onUser: UserType): RemoteDpc = method[all …]
25 private fun DeviceState.accountsComponent() = getDependency(AccountsComponent::class.java) method30 fun DeviceState.accounts(): RemoteAccountAuthenticator = accountsComponent().accounts() method35 fun DeviceState.accounts(user: UserType): RemoteAccountAuthenticator = method41 fun DeviceState.accounts(user: UserReference): RemoteAccountAuthenticator = method47 fun DeviceState.account(): AccountReference = accountsComponent().account() method52 fun DeviceState.account(key: String): AccountReference = accountsComponent().account(key) method
29 fun DeviceState.testApps(): TestAppProvider = method35 fun DeviceState.testApp(): TestAppInstance = testApp(EnsureTestAppInstalled.DEFAULT_KEY) method40 fun DeviceState.testApp(key: String): TestAppInstance = method
29 fun DeviceState.onboarding(): OnboardingTestsRule { in DeviceState() method36 fun DeviceState.teardownExternalRule() { in teardownExternalRule() method
98 public final class DeviceState extends HarrierRule { class139 public DeviceState(Duration maxTestDuration) { in DeviceState() method in DeviceState155 public DeviceState() { in DeviceState() method in DeviceState
81 fun DeviceState.testUsesAdbRoot() = Tags.hasTag(ADB_ROOT) method84 fun DeviceState.testUsesRootInstrumentation() = Tags.hasTag(ROOT_INSTRUMENTATION) method