HomeSort by relevance Sort by last modified time
    Searched defs:keypad (Results 1 - 4 of 4) sorted by null

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 147 String keypad = null; local
149 keypad = "undefined";
151 keypad = "nokeys";
153 keypad = "qwerty";
155 keypad = "12key";
157 if (keypad != null) {
158 DeviceInfoInstrument.addResult(DeviceInfoConstants.KEYPAD, keypad);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 1171 int keypad(bool bf) { return ::keypad(w, bf); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 1171 int keypad(bool bf) { return ::keypad(w, bf); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 1171 int keypad(bool bf) { return ::keypad(w, bf); } function in class:NCursesWindow
    [all...]

Completed in 267 milliseconds