Home
last modified time | relevance | path

Searched defs:hasSwitch (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
H A DTile.java178 public boolean hasSwitch() { in hasSwitch() method in Tile
/aosp12/hardware/libhardware/tests/input/evdev/
H A DInputMocks.h59 virtual bool hasSwitch(int32_t sw) const override { return mSwitches.count(sw); } in hasSwitch() function
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp296 bool EvdevDeviceNode::hasSwitch(int32_t sw) const { in hasSwitch() function in android::EvdevDeviceNode