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

  /hardware/libhardware/tests/camera2/
TestSettings.h 48 static int mDeviceId;
TestSettings.cpp 31 int TestSettings::mDeviceId = 0;
46 return mDeviceId;
60 mDeviceId = atoi(env);
105 mDeviceId = atoi(optarg);
134 std::cerr << "Device ID: " << mDeviceId << std::endl;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
HardwareKeyboardEventDecoder.java 32 final int mDeviceId;
35 mDeviceId = deviceId;
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 61 private String mDeviceId;
77 mDeviceId = mTManager.getDeviceId();
116 mTestServer, FILE_SIZE, mDeviceId, ts);
129 results.putString("device_id", mDeviceId);
167 mTestServer, FILE_SIZE, mDeviceId, ts);
174 assertTrue(BandwidthTestUtil.postFileToServer(mTestServer, mDeviceId, ts, tmpSaveFile));
183 results.putString("device_id", mDeviceId);
229 mTestServer, FILE_SIZE, mDeviceId, ts);
240 results.putString("device_id", mDeviceId);
  /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);
  /frameworks/base/core/java/android/view/
KeyEvent.java     [all...]
  /frameworks/base/core/jni/
android_view_KeyCharacterMap.cpp 49 mDeviceId(deviceId), mMap(map) {
56 return mDeviceId;
64 int32_t mDeviceId;
android_view_KeyEvent.cpp 37 jfieldID mDeviceId;
77 jint deviceId = env->GetIntField(eventObj, gKeyEventClassInfo.mDeviceId);
146 GET_FIELD_ID(gKeyEventClassInfo.mDeviceId, gKeyEventClassInfo.clazz,
147 "mDeviceId", "I");
  /frameworks/native/libs/input/
Input.cpp 34 mDeviceId = deviceId;
39 mDeviceId = from.mDeviceId;
320 InputEvent::initialize(other->mDeviceId, other->mSource);
497 mDeviceId = parcel->readInt32();
544 parcel->writeInt32(mDeviceId);
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 804 private final int mDeviceId;
808 mDeviceId = deviceId;
828 mIm.vibrate(mDeviceId, pattern, repeat, mToken);
853 mIm.cancelVibrate(mDeviceId, mToken);
  /packages/apps/Exchange/tests/src/com/android/exchange/
EasSyncServiceTests.java 101 svc.mDeviceId = ID;
  /frameworks/native/include/input/
Input.h 244 inline int32_t getDeviceId() const { return mDeviceId; }
254 int32_t mDeviceId;
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 92 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA
253 mDeviceId= (TextView) findViewById(R.id.imei);
646 mDeviceId.setText(s);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 151 protected String mDeviceId = null;
420 svc.mDeviceId = ExchangeService.getDeviceId(context);
469 mDeviceId = ExchangeService.getDeviceId(context);
    [all...]
EasOutboxService.java 513 mDeviceId = ExchangeService.getDeviceId(mContext);
EasAccountService.java 152 mDeviceId = ExchangeService.getDeviceId(mContext);
    [all...]

Completed in 820 milliseconds