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

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 30 private int mDeviceId;
55 mDeviceId = device;
130 mRepeatCount, mMetaState, mDeviceId, mScanCode,
MonkeyMotionEvent.java 38 private int mDeviceId;
115 mDeviceId = deviceId;
140 mMetaState, mXPrecision, mYPrecision, mDeviceId, mEdgeFlags, mSource, mFlags);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpImage.java 39 private final int mDeviceId;
55 mDeviceId = deviceId;
82 UsbDevice.getDeviceName(mDeviceId), mObjectId);
97 UsbDevice.getDeviceName(mDeviceId), mObjectId, mObjectSize);
106 UsbDevice.getDeviceName(mDeviceId), mObjectId, mObjectSize);
111 return mMtpContext.copyFile(UsbDevice.getDeviceName(mDeviceId), mObjInfo);
MtpDevice.java 35 private final int mDeviceId;
48 mDeviceId = deviceId;
132 childPath, mApplication, mDeviceId, child, mMtpContext);
  /frameworks/base/core/jni/
android_view_KeyEvent.cpp 36 jfieldID mDeviceId;
76 jint deviceId = env->GetIntField(eventObj, gKeyEventClassInfo.mDeviceId);
145 GET_FIELD_ID(gKeyEventClassInfo.mDeviceId, gKeyEventClassInfo.clazz,
146 "mDeviceId", "I");
android_view_KeyCharacterMap.cpp 49 mDeviceId(deviceId), mMap(map) {
56 return mDeviceId;
64 int32_t mDeviceId;
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 782 private final int mDeviceId;
786 mDeviceId = deviceId;
806 mIm.vibrate(mDeviceId, pattern, repeat, mToken);
815 mIm.cancelVibrate(mDeviceId, mToken);
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 63 private String mDeviceId;
79 mDeviceId = mTManager.getDeviceId();
118 mTestServer, FILE_SIZE, mDeviceId, ts);
131 results.putString("device_id", mDeviceId);
169 mTestServer, FILE_SIZE, mDeviceId, ts);
176 assertTrue(BandwidthTestUtil.postFileToServer(mTestServer, mDeviceId, ts, tmpSaveFile));
185 results.putString("device_id", mDeviceId);
231 mTestServer, FILE_SIZE, mDeviceId, ts);
242 results.putString("device_id", mDeviceId);
  /frameworks/base/include/androidfw/
Input.h 236 inline int32_t getDeviceId() const { return mDeviceId; }
246 int32_t mDeviceId;
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 100 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA
247 mDeviceId= (TextView) findViewById(R.id.imei);
607 mDeviceId.setText(s);
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java 147 protected String mDeviceId = null;
392 svc.mDeviceId = ExchangeService.getDeviceId(context);
443 mDeviceId = ExchangeService.getDeviceId(context);
    [all...]
  /frameworks/base/core/java/android/view/
KeyEvent.java     [all...]

Completed in 1871 milliseconds