HomeSort by relevance Sort by last modified time
    Searched refs:mDeviceId (Results 1 - 19 of 19) 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 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);
  /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 36 jfieldID mDeviceId;
76 jint deviceId = env->GetIntField(eventObj, gKeyEventClassInfo.mDeviceId);
145 GET_FIELD_ID(gKeyEventClassInfo.mDeviceId, gKeyEventClassInfo.clazz,
146 "mDeviceId", "I");
  /frameworks/base/libs/androidfw/
Input.cpp 38 mDeviceId = deviceId;
43 mDeviceId = from.mDeviceId;
322 InputEvent::initialize(other->mDeviceId, other->mSource);
485 mDeviceId = parcel->readInt32();
532 parcel->writeInt32(mDeviceId);
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 786 private final int mDeviceId;
790 mDeviceId = deviceId;
810 mIm.vibrate(mDeviceId, pattern, repeat, mToken);
835 mIm.cancelVibrate(mDeviceId, mToken);
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
EasSyncServiceTests.java 101 svc.mDeviceId = ID;
  /frameworks/base/include/androidfw/
Input.h 248 inline int32_t getDeviceId() const { return mDeviceId; }
258 int32_t mDeviceId;
  /packages/apps/Exchange/tests/src/com/android/exchange/
EasSyncServiceTests.java 101 svc.mDeviceId = ID;
  /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/exchange2/src/com/android/exchange/
EasSyncService.java 147 protected String mDeviceId = null;
392 svc.mDeviceId = ExchangeService.getDeviceId(context);
443 mDeviceId = ExchangeService.getDeviceId(context);
    [all...]
EasOutboxService.java 484 mDeviceId = ExchangeService.getDeviceId(mContext);
EasAccountService.java 149 mDeviceId = ExchangeService.getDeviceId(mContext);
    [all...]

Completed in 631 milliseconds