Searched refs:device_config (Results 1 – 6 of 6) sorted by relevance
97 ResTable_config device_config; in BM_ApplyStyleFramework() local98 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 …]
16 name: "device_config",17 src: "device_config.sh",
2 cmd device_config "$@"
71 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
71 $ adb shell device_config override systemui com.android.systemui.scene_container true72 $ adb shell device_config override systemui com.android.systemui.compose_lockscreen true73 …$ adb shell device_config override systemui com.android.systemui.keyguard_bottom_area_refactor true74 $ adb shell device_config override systemui com.android.systemui.keyguard_wm_state_refactor true75 $ adb shell device_config override systemui com.android.systemui.media_in_scene_container true76 … $ adb shell device_config override systemui com.android.systemui.migrate_clocks_to_blueprint true77 …$ 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 true79 … $ adb shell device_config override systemui com.android.systemui.device_entry_udfps_refactor true113 $ adb shell device_config put systemui com.android.systemui.scene_container false
283 $ adb shell device_config get rollback_boot rollback_lifetime_in_millis284 $ adb shell device_config put rollback_boot rollback_lifetime_in_millis 172800000300 $ adb shell device_config put rollback enable_rollback_timeout 10000