Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerInternal.java56 public abstract void toggleCapsLock(int deviceId); in toggleCapsLock() method in InputManagerInternal
H A DNativeInputManagerService.java99 void toggleCapsLock(int deviceId); in toggleCapsLock() method
321 public native void toggleCapsLock(int deviceId); in toggleCapsLock() method in NativeInputManagerService.NativeImpl
H A DInputManagerService.java3193 public void toggleCapsLock(int deviceId) { in toggleCapsLock() method in InputManagerService.LocalService