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() method348 public native void toggleCapsLock(int deviceId); in toggleCapsLock() method in NativeInputManagerService.NativeImpl
3061 public void toggleCapsLock(int deviceId) { in toggleCapsLock() method in InputManagerService.LocalService3062 mNative.toggleCapsLock(deviceId); in toggleCapsLock()
776 verify(mInputManagerInternal).toggleCapsLock(anyInt()); in assertToggleCapsLock()
3735 mInputManagerInternal.toggleCapsLock(event.getDeviceId());3767 mInputManagerInternal.toggleCapsLock(event.getDeviceId());
20948 Landroid/hardware/input/InputManagerInternal;->toggleCapsLock(I)V