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

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
GamepadDevice.java 23 private int mDeviceIndex;
51 mDeviceIndex = index;
94 public int getIndex() { return mDeviceIndex; }
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 70 private int mDeviceIndex = 0;
174 if (mDeviceIndex < deviceCount) mDevice = mAllBondedDevices[mDeviceIndex];
176 mDeviceIndex = 0;
185 SelectDeviceDialogFragment.newInstance(deviceNames, mDeviceIndex);
265 mDeviceIndex = position;

Completed in 92 milliseconds