Home
last modified time | relevance | path

Searched refs:mDeviceId (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java63 private String mDeviceId; field in BandwidthTest
79 mDeviceId = mTManager.getDeviceId(); in setUp()
118 mTestServer, FILE_SIZE, mDeviceId, ts); in downloadFile()
131 results.putString("device_id", mDeviceId); in downloadFile()
169 mTestServer, FILE_SIZE, mDeviceId, ts); in uploadFile()
176 assertTrue(BandwidthTestUtil.postFileToServer(mTestServer, mDeviceId, ts, tmpSaveFile)); in uploadFile()
185 results.putString("device_id", mDeviceId); in uploadFile()
231 mTestServer, FILE_SIZE, mDeviceId, ts); in downloadFileUsingDownloadManager()
242 results.putString("device_id", mDeviceId); in downloadFileUsingDownloadManager()
/frameworks/base/core/java/android/view/
DKeyEvent.java1270 private int mDeviceId; field in KeyEvent
1357 mDeviceId = KeyCharacterMap.VIRTUAL_KEYBOARD; in KeyEvent()
1380 mDeviceId = KeyCharacterMap.VIRTUAL_KEYBOARD; in KeyEvent()
1405 mDeviceId = KeyCharacterMap.VIRTUAL_KEYBOARD; in KeyEvent()
1433 mDeviceId = deviceId; in KeyEvent()
1463 mDeviceId = deviceId; in KeyEvent()
1495 mDeviceId = deviceId; in KeyEvent()
1520 mDeviceId = deviceId; in KeyEvent()
1535 mDeviceId = origEvent.mDeviceId; in KeyEvent()
1561 mDeviceId = origEvent.mDeviceId; in KeyEvent()
[all …]
/frameworks/base/core/jni/
Dandroid_view_KeyEvent.cpp36 jfieldID mDeviceId; member
76 jint deviceId = env->GetIntField(eventObj, gKeyEventClassInfo.mDeviceId); in android_view_KeyEvent_toNative()
145 GET_FIELD_ID(gKeyEventClassInfo.mDeviceId, gKeyEventClassInfo.clazz, in register_android_view_KeyEvent()
Dandroid_view_KeyCharacterMap.cpp49 mDeviceId(deviceId), mMap(map) { in NativeKeyCharacterMap()
56 return mDeviceId; in getDeviceId()
64 int32_t mDeviceId; member in android::NativeKeyCharacterMap
/frameworks/base/libs/androidfw/
DInput.cpp38 mDeviceId = deviceId; in initialize()
43 mDeviceId = from.mDeviceId; in initialize()
318 InputEvent::initialize(other->mDeviceId, other->mSource); in copyFrom()
481 mDeviceId = parcel->readInt32(); in readFromParcel()
528 parcel->writeInt32(mDeviceId); in writeToParcel()
/frameworks/base/core/java/android/hardware/input/
DInputManager.java782 private final int mDeviceId; field in InputManager.InputDeviceVibrator
786 mDeviceId = deviceId; in InputDeviceVibrator()
806 mIm.vibrate(mDeviceId, pattern, repeat, mToken); in vibrate()
815 mIm.cancelVibrate(mDeviceId, mToken); in cancel()
/frameworks/base/include/androidfw/
DInput.h236 inline int32_t getDeviceId() const { return mDeviceId; } in getDeviceId()
246 int32_t mDeviceId; variable
/frameworks/base/services/java/com/android/server/input/
DInputManagerService.java1129 if (v == null || v.mDeviceId != deviceId) { in cancelVibrate()
1148 nativeCancelVibrate(mPtr, v.mDeviceId, v.mTokenValue); in cancelVibrateIfNeeded()
1534 public final int mDeviceId; field in InputManagerService.VibratorToken
1541 mDeviceId = deviceId; in VibratorToken()