/aosp_15_r20/cts/common/device-side/bedstead/modules/multiuser/src/main/kotlin/com/android/bedstead/multiuser/ |
H A D | MultiUserDeviceStateExtensions.kt | 22 private fun DeviceState.usersComponent(): UsersComponent = getDependency(UsersComponent::class.java) in usersComponent() method 32 fun DeviceState.user(userType: String): UserReference { in usersComponent() method 47 fun DeviceState.profile(profileType: String): UserReference { in DeviceState() method 59 fun DeviceState.profile(profileType: String, forUser: UserType): UserReference { in DeviceState() method 71 fun DeviceState.tvProfile(): UserReference { in DeviceState() method 83 fun DeviceState.tvProfile(forUser: UserType): UserReference { in DeviceState() method 95 fun DeviceState.tvProfile(forUser: UserReference): UserReference { in DeviceState() method 108 fun DeviceState.cloneProfile(): UserReference { in DeviceState() method 120 fun DeviceState.cloneProfile(forUser: UserType): UserReference { in DeviceState() method 132 fun DeviceState.cloneProfile(forUser: UserReference): UserReference { in DeviceState() method [all …]
|
/aosp_15_r20/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/ |
H A D | EnterpriseDeviceStateExtensions.kt | 30 private fun DeviceState.enterpriseComponent(): EnterpriseComponent = method 43 fun DeviceState.workProfile(): UserReference = enterpriseComponent().workProfile() method 53 fun DeviceState.workProfile(forUser: UserType): UserReference = method 64 fun DeviceState.workProfile(forUser: UserReference): UserReference = method 71 fun DeviceState.dpcOnly(): RemotePolicyManager = enterpriseComponent().dpcOnly() method 92 fun DeviceState.dpc(): RemotePolicyManager = enterpriseComponent().dpc() method 97 fun DeviceState.dpmRoleHolder(): RemoteDevicePolicyManagerRoleHolder = method 107 fun DeviceState.deviceOwner(): RemoteDpc = method 117 fun DeviceState.profileOwner(): RemoteDpc = profileOwner(UserType.INSTRUMENTED_USER) method 126 fun DeviceState.profileOwner(onUser: UserType): RemoteDpc = method [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | virtual_scheduler.h | 104 struct DeviceState { struct 106 std::vector<const NodeDef*> nodes_executed; 108 struct NodePairHash { 119 nodes_in_memory; 123 persistent_nodes; 128 mem_usage_snapshot_at_peak; 159 DeviceState() { in DeviceState() argument 166 Costs::Duration GetCurrTime() const { return device_costs.execution_time; } in GetCurrTime()
|
/aosp_15_r20/packages/modules/Wifi/tests/hostsidetests/multidevices/test/direct/ |
D | group_owner_negotiation_test.py | 38 class DeviceState: class 154 requester: DeviceState, 155 responder: DeviceState, 194 requester: DeviceState, 195 responder: DeviceState, 300 requester: DeviceState, 301 responder: DeviceState, 374 def _clear_events(device: DeviceState, event_name):
|
/aosp_15_r20/cts/common/device-side/bedstead/modules/accounts/src/main/kotlin/com/android/bedstead/accounts/ |
H A D | AccountsDeviceStateExtensions.kt | 25 private fun DeviceState.accountsComponent() = getDependency(AccountsComponent::class.java) method 30 fun DeviceState.accounts(): RemoteAccountAuthenticator = accountsComponent().accounts() method 35 fun DeviceState.accounts(user: UserType): RemoteAccountAuthenticator = method 41 fun DeviceState.accounts(user: UserReference): RemoteAccountAuthenticator = method 47 fun DeviceState.account(): AccountReference = accountsComponent().account() method 52 fun DeviceState.account(key: String): AccountReference = accountsComponent().account(key) method
|
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/ |
H A D | TouchedWindow.h | 82 struct DeviceState { struct 97 static std::string deviceStateToString(const TouchedWindow::DeviceState& state); argument
|
/aosp_15_r20/external/crosvm/devices/src/usb/backend/ |
H A D | device.rs | 143 fn get_device_state(&mut self) -> Arc<RwLock<DeviceState>> { in get_device_state() 271 pub struct DeviceState { struct 280 impl DeviceState { implementation 792 fn get_device_state(&mut self) -> Arc<RwLock<DeviceState>>; in get_device_state()
|
/aosp_15_r20/frameworks/av/services/mediametrics/include/mediametricsservice/ |
H A D | AudioAnalytics.h | 353 struct DeviceState { struct 363 std::map<std::string, DeviceState> mDeviceStateMap GUARDED_BY(mLock); argument
|
/aosp_15_r20/cts/common/device-side/bedstead/modules/testapps/src/main/kotlin/com/android/bedstead/testapps/ |
H A D | TestAppsDeviceStateExtensions.kt | 29 fun DeviceState.testApps(): TestAppProvider = method 35 fun DeviceState.testApp(): TestAppInstance = testApp(EnsureTestAppInstalled.DEFAULT_KEY) method 40 fun DeviceState.testApp(key: String): TestAppInstance = method
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/uielement/ |
H A D | DeviceState.java | 32 public class DeviceState { class 48 DeviceState(DeviceStateProto fromProto) { in DeviceState() method in DeviceState 58 protected DeviceState( in DeviceState() method in DeviceState
|
/aosp_15_r20/device/google/cuttlefish/host/libs/config/ |
D | custom_actions.h | 35 struct DeviceState { struct 56 std::vector<DeviceState> device_states; argument
|
/aosp_15_r20/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/ |
H A D | DeviceState.java | 98 public final class DeviceState extends HarrierRule { class 139 public DeviceState(Duration maxTestDuration) { in DeviceState() method in DeviceState 155 public DeviceState() { in DeviceState() method in DeviceState
|
/aosp_15_r20/cts/common/device-side/bedstead/modules/onboarding/src/main/kotlin/com/android/bedstead/onboarding/extensions/ |
H A D | DeviceStateOnboarding.kt | 29 fun DeviceState.onboarding(): OnboardingTestsRule { in DeviceState() method 36 fun DeviceState.teardownExternalRule() { in teardownExternalRule() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/display/data/repository/ |
D | DeviceStateRepository.java | 21 public static enum DeviceState { enum 30 DeviceState() { in DeviceState() method in DeviceStateRepository.DeviceState
|
/aosp_15_r20/cts/common/device-side/bedstead/modules/root/src/main/kotlin/com/android/xts/root/ |
H A D | RootAnnotationExecutor.kt | 81 fun DeviceState.testUsesAdbRoot() = Tags.hasTag(ADB_ROOT) method 84 fun DeviceState.testUsesRootInstrumentation() = Tags.hasTag(ROOT_INSTRUMENTATION) method
|
/aosp_15_r20/external/google-cloud-java/java-iot/proto-google-cloud-iot-v1/src/main/java/com/google/cloud/iot/v1/ |
H A D | DeviceState.java | 30 public final class DeviceState extends com.google.protobuf.GeneratedMessageV3 class 36 private DeviceState(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in DeviceState() method in DeviceState 40 private DeviceState() { in DeviceState() method in DeviceState
|
/aosp_15_r20/art/test/odsign/test-src/com/android/tests/odsign/ |
H A D | DeviceState.java | 42 public class DeviceState { class 58 public DeviceState(TestInformation testInfo) throws Exception { in DeviceState() method in DeviceState
|
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/service/ |
H A D | mock_uwb_service_callback.rs | 40 pub fn expect_on_uci_device_status_changed(&mut self, state: DeviceState) { in expect_on_uci_device_status_changed() 95 fn on_uci_device_status_changed(&mut self, state: DeviceState) { in on_uci_device_status_changed()
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/devicestate/ |
H A D | DeviceState.java | 53 public final class DeviceState { class 253 public DeviceState(@NonNull DeviceState.Configuration deviceStateConfiguration) { in DeviceState() method in DeviceState
|
/aosp_15_r20/external/crosvm/devices/src/usb/backend/fido_backend/ |
H A D | fido_passthrough.rs | 78 state: DeviceState, in new() 420 fn get_device_state(&mut self) -> Arc<RwLock<DeviceState>> { in get_device_state()
|
H A D | fido_provider.rs | 25 device_state: DeviceState, in attach_security_key()
|
/aosp_15_r20/out/soong/.intermediates/build/make/tools/releasetools/ota_metadata_proto_cc/android_recovery_arm64_armv8-2a_cortex-a55_static/gen/proto/ |
D | ota_metadata.pb.cc | 40 PROTOBUF_CONSTEXPR DeviceState::DeviceState( in DeviceState() function in build::tools::releasetools::DeviceState 539 DeviceState::DeviceState(::PROTOBUF_NAMESPACE_ID::Arena* arena, in DeviceState() function in build::tools::releasetools::DeviceState 545 DeviceState::DeviceState(const DeviceState& from) in DeviceState() function in build::tools::releasetools::DeviceState
|
/aosp_15_r20/external/crosvm/devices/src/usb/backend/host_backend/ |
H A D | host_backend_device_provider.rs | 23 device_state: DeviceState, in attach_host_backend_device()
|
/aosp_15_r20/hardware/interfaces/camera/provider/2.5/default/ |
H A D | ExternalCameraProviderImpl_2_5.cpp | 38 hidl_bitfield<DeviceState> /*newState*/) { in notifyDeviceStateChange()
|
/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/ |
D | DeviceStateController.java | 69 @interface DeviceState { annotation
|