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 158 String keypad = null; local
160 keypad = "undefined";
162 keypad = "nokeys";
164 keypad = "qwerty";
166 keypad = "12key";
168 if (keypad != null) {
169 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 31 milliseconds