Searched defs:hasKeys (Results 1 – 4 of 4) sorted by relevance
42 boolean hasKeys(int deviceId, int sourceMask, in int[] keyCodes, out boolean[] keyExists); in hasKeys() method
296 private static boolean hasKeys(@Nullable Bundle bundle, @NonNull String... keys) { in hasKeys() method in CommandHandler
677 public boolean[] hasKeys(int... keys) { in hasKeys() method in InputDevice
495 public boolean hasKeys(int deviceId, int sourceMask, int[] keyCodes, boolean[] keyExists) { in hasKeys() method in InputManagerService