HomeSort by relevance Sort by last modified time
    Searched refs:mInputDevice (Results 1 - 2 of 2) sorted by null

  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 62 String mInputDevice = null;
87 mInputDevice = args[index++];
130 mInputDevice == null)) {
158 } else if (mInputDevice != null) {
262 if (device.getSerialNumber().equals(mInputDevice)) {
268 System.err.println("Could not find " + mInputDevice);
457 } else if (mInputDevice != null) {
  /frameworks/base/core/java/android/server/
BluetoothService.java 94 private BluetoothInputDevice mInputDevice;
    [all...]

Completed in 25 milliseconds