Home
last modified time | relevance | path

Searched refs:switch (Results 1 – 25 of 34) sorted by relevance

12

/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/panel/items/
DPanelSwitchViewHolder.kt30 private val switch = itemView.requireViewById<Switch>(R.id.panel_switch_toggle) constant
42 switch.isChecked = model.isChecked in bindTo()
43 switch.isEnabled = model.isEnabled in bindTo()
44 switch.setOnClickListener { in bindTo()
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/menu/
DSwitchItemViewHolder.kt27 private val switch = itemView.requireViewById<Switch>(R.id.menu_switch) constant
32 switch.run { in bindTo()
/packages/apps/ThemePicker/src/com/android/customization/picker/notifications/ui/binder/
DNotificationSectionBinder.kt41 val switch: Switch = view.requireViewById(R.id.switcher) in bind() constant
47 launch { viewModel.isSwitchOn().collect { switch.isChecked = it } } in bind()
/packages/modules/NeuralNetworks/tools/systrace_parser/parser/
Dtracker.py83 switch = False
95 switch = True
98 if switch:
/packages/services/Car/cpp/watchdog/server/sysprop/
DWatchdogProperties.sysprop27 # Duration in seconds of timeout when final signal not received during user-switch.
108 # Max cache size of user-switch events.
/packages/apps/Car/SystemUI/aconfig/
Dcarsystemui.aconfig28 …description: "Flag that sets a keyguard showing timeout to ensure keyguard is shown on user switch"
/packages/services/Telecomm/flags/
Dtelecom_calls_manager_flags.aconfig16 …description: "This fix ensures the MO calls won't switch from Active to Quite b/c setDialing was n…
/packages/apps/Messaging/jni/
DAndroid.bp34 "-Wno-switch",
/packages/modules/Bluetooth/system/gd/dumpsys/
DBUILD.gn25 cflags_cc = [ "-Wno-enum-compare-switch" ]
/packages/modules/adb/
DSERVICES.TXT44 Ask to switch the connection to the device/emulator identified by
50 Ask to switch the connection to one device connected through USB
55 Ask to switch the connection to one emulator connected through TCP.
60 Another host:transport variant. Ask to switch the connection to
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/
Dstats.proto25 * Represents an event that logs information about a successful switch to an upstream network.
/packages/services/Car/cpp/watchdog/server/
Dcarwatchdogd.rc62 # Cache size for the user switch events
/packages/providers/CalendarProvider/tests/
DEMMA_README67 # switch to root on userdebug builds - this may take a second to finish
/packages/apps/Car/Cluster/ClusterHomeSample/
DREADME.md74 activity when the current user is unlocked. It can switch to other UI activity types
/packages/apps/Launcher3/aconfig/
Dlauncher.aconfig77 …description: "Enables taskbar pinning to allow user to switch between transient and persistent tas…
/packages/services/Car/service/proto/android/car/watchdog/
Dperformance_stats.proto36 // Represents user switch performance stats captured during a single event.
/packages/modules/Bluetooth/flags/
Dleaudio.aconfig215 … description: "Fix for one device being not connected when toggle LeAudio is switch during bonding"
/packages/apps/ManagedProvisioning/studio-dev/development/studio/
Didea.properties139 # "idea.true.smooth.scrolling.interpolation" - the main switch
/packages/apps/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto567 // Swipe/click to switch tabs
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto633 // Total number of cellular switch requests from MBO supported AP
3690 // There is another candidate with better score, but user connect choice is preventing the switch.
3949 // Number of times Wifi to Wifi switch was triggered. This includes Make Before Break and Break
3953 // Number of times Wifi to Wifi switch was triggered using Make Before Break (MBB).
/packages/providers/TelephonyProvider/assets/latest_carrier_id/
Dcarrier_list.textpb8961 carrier_name: "switch"
/packages/providers/TelephonyProvider/assets/sdk34_carrier_id/
Dcarrier_list.textpb8962 carrier_name: "switch"
/packages/providers/TelephonyProvider/assets/sdk33_carrier_id/
Dcarrier_list.textpb9098 carrier_name: "switch"
/packages/providers/TelephonyProvider/assets/sdk31_carrier_id/
Dcarrier_list.textpb9336 carrier_name: "switch"
/packages/providers/TelephonyProvider/assets/sdk28_carrier_id/
Dcarrier_list.textpb9870 carrier_name: "switch"

12