/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;
|
/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/jni/ |
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");
|
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 | 804 private final int mDeviceId; 808 mDeviceId = deviceId; 828 mIm.vibrate(mDeviceId, pattern, repeat, mToken); 853 mIm.cancelVibrate(mDeviceId, mToken);
|
/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);
|
/frameworks/native/include/input/ |
Input.h | 244 inline int32_t getDeviceId() const { return mDeviceId; } 254 int32_t mDeviceId;
|
/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...] |
/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...] |
/frameworks/base/services/java/com/android/server/input/ |
InputManagerService.java | [all...] |
/frameworks/base/core/java/android/view/ |
KeyEvent.java | [all...] |