Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DAttributeResolution_bench.cpp97 ResTable_config device_config; in BM_ApplyStyleFramework() local
98 memset(&device_config, 0, sizeof(device_config)); in BM_ApplyStyleFramework()
99 device_config.language[0] = 'e'; in BM_ApplyStyleFramework()
100 device_config.language[1] = 'n'; in BM_ApplyStyleFramework()
101 device_config.country[0] = 'U'; in BM_ApplyStyleFramework()
102 device_config.country[1] = 'S'; in BM_ApplyStyleFramework()
103 device_config.orientation = ResTable_config::ORIENTATION_PORT; in BM_ApplyStyleFramework()
104 device_config.smallestScreenWidthDp = 700; in BM_ApplyStyleFramework()
105 device_config.screenWidthDp = 700; in BM_ApplyStyleFramework()
106 device_config.screenHeightDp = 1024; in BM_ApplyStyleFramework()
[all …]
/frameworks/base/cmds/device_config/
DAndroid.bp16 name: "device_config",
17 src: "device_config.sh",
Ddevice_config.sh2 cmd device_config "$@"
/frameworks/base/core/jni/
Druntime_native_boot-flags-test.sh71 local flag_value=$(adb shell device_config get "$namespace" "$flag")
85 local flag_value=$(adb shell device_config get "$namespace" "$flag")
217 adb shell device_config put "$namespace" "$flag" "$value"
244 adb shell device_config delete "$namespace" "$flag" >/dev/null
/frameworks/base/packages/SystemUI/docs/
Dscene.md71 $ adb shell device_config override systemui com.android.systemui.scene_container true
72 $ adb shell device_config override systemui com.android.systemui.compose_lockscreen true
73 …$ adb shell device_config override systemui com.android.systemui.keyguard_bottom_area_refactor true
74 $ adb shell device_config override systemui com.android.systemui.keyguard_wm_state_refactor true
75 $ adb shell device_config override systemui com.android.systemui.media_in_scene_container true
76 … $ adb shell device_config override systemui com.android.systemui.migrate_clocks_to_blueprint true
77 …$ adb shell device_config override systemui com.android.systemui.notifications_heads_up_refactor t…
78 $ adb shell device_config override systemui com.android.systemui.predictive_back_sysui true
79 … $ adb shell device_config override systemui com.android.systemui.device_entry_udfps_refactor true
113 $ adb shell device_config put systemui com.android.systemui.scene_container false
/frameworks/base/services/core/java/com/android/server/rollback/
DREADME.md283 $ adb shell device_config get rollback_boot rollback_lifetime_in_millis
284 $ adb shell device_config put rollback_boot rollback_lifetime_in_millis 172800000
300 $ adb shell device_config put rollback enable_rollback_timeout 10000