Searched refs:toggleCapsLock (Results 1 – 6 of 6) sorted by relevance
56 public abstract void toggleCapsLock(int deviceId); in toggleCapsLock() method in InputManagerInternal
99 void toggleCapsLock(int deviceId); in toggleCapsLock() method321 public native void toggleCapsLock(int deviceId); in toggleCapsLock() method in NativeInputManagerService.NativeImpl
3193 public void toggleCapsLock(int deviceId) { in toggleCapsLock() method in InputManagerService.LocalService3194 mNative.toggleCapsLock(deviceId); in toggleCapsLock()
564 verify(mInputManagerInternal).toggleCapsLock(anyInt()); in assertToggleCapsLock()
3367 mInputManagerInternal.toggleCapsLock(event.getDeviceId());3399 mInputManagerInternal.toggleCapsLock(event.getDeviceId());
20948 Landroid/hardware/input/InputManagerInternal;->toggleCapsLock(I)V