Searched refs:getDeviceId (Results 1 - 25 of 35) sorted by relevance

12

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneSubInfo.aidl28 String getDeviceId();
/frameworks/base/core/java/android/view/
H A DInputEvent.java58 public abstract int getDeviceId(); method in class:InputEvent
66 return InputDevice.getDevice(getDeviceId());
H A DInputEventConsistencyVerifier.java202 final int deviceId = event.getDeviceId();
338 final int deviceId = event.getDeviceId();
531 final int deviceId = keyEvent.getDeviceId();
H A DMotionEvent.java1677 public final int getDeviceId() { method in class:MotionEvent
3001 msg.append(", deviceId=").append(getDeviceId());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoProxy.java41 public String getDeviceId() { method in class:PhoneSubInfoProxy
42 return mPhoneSubInfo.getDeviceId();
H A DPhoneSubInfo.java61 public String getDeviceId() { method in class:PhoneSubInfo
63 return mPhone.getDeviceId();
203 pw.println(" Device ID = " + mPhone.getDeviceId());
H A DPhone.java1305 String getDeviceId(); method in interface:Phone
H A DPhoneProxy.java771 public String getDeviceId() { method in class:PhoneProxy
772 return mActivePhone.getDeviceId();
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java90 public int getDeviceId() { method in class:UsbDevice
91 return getDeviceId(mName);
214 public static int getDeviceId(String name) { method in class:UsbDevice
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java97 * This returns the same value as {@link android.hardware.usb.UsbDevice#getDeviceId}
102 public int getDeviceId() { method in class:MtpDevice
103 return mDevice.getDeviceId();
/frameworks/base/core/tests/coretests/src/android/util/
H A DKeyUtils.java62 final KeyCharacterMap keyCharMap = KeyCharacterMap.load(pushMenuKey.getDeviceId());
/frameworks/base/core/jni/
H A Dandroid_view_KeyCharacterMap.cpp55 inline int32_t getDeviceId() const { function in class:android::NativeKeyCharacterMap
105 parcel->writeInt32(map->getDeviceId());
179 if (map->getMap()->getEvents(map->getDeviceId(), chars, size_t(numChars), events)) {
H A Dandroid_view_KeyEvent.cpp60 event->getDeviceId(),
/frameworks/base/services/input/
H A DInputReader.cpp1783 return getEventHub()->getAbsoluteAxisInfo(getDeviceId(), axis, axisInfo);
1847 return getEventHub()->getSwitchState(getDeviceId(), switchCode);
1885 getDeviceId(), patternStr.string(), repeat, token);
1900 ALOGD("cancelVibrate: deviceId=%d, token=%d", getDeviceId(), token);
1934 getDeviceId(), duration);
1936 getEventHub()->vibrate(getDeviceId(), duration);
1939 ALOGD("nextStep: sending cancel vibrate deviceId=%d", getDeviceId());
1941 getEventHub()->cancelVibrate(getDeviceId());
1954 ALOGD("stopVibrating: sending cancel vibrate deviceId=%d", getDeviceId());
1956 getEventHub()->cancelVibrate(getDeviceId());
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java114 final int deviceId = event.getDeviceId();
H A DTouchExplorer.java1089 1.0f, 1.0f, event.getDeviceId(), event.getEdgeFlags(),
1279 coords, 0, 0, 1.0f, 1.0f, secondTapUp.getDeviceId(), 0,
H A DScreenMagnifier.java302 coords, 0, 0, 1.0f, 1.0f, event.getDeviceId(), 0, event.getSource(),
705 1.0f, 1.0f, event.getDeviceId(), event.getEdgeFlags(),
/frameworks/base/libs/androidfw/tests/
H A DInputPublisherAndConsumer_test.cpp102 EXPECT_EQ(deviceId, keyEvent->getDeviceId());
185 EXPECT_EQ(deviceId, motionEvent->getDeviceId());
H A DInputEvent_test.cpp187 ASSERT_EQ(2, event.getDeviceId());
303 ASSERT_EQ(2, event->getDeviceId());
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java202 public String getDeviceId() { method in class:TelephonyManager
204 return getSubscriberInfo().getDeviceId();
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java79 mDeviceId = mTManager.getDeviceId();
/frameworks/base/native/android/
H A Dinput.cpp43 return static_cast<const InputEvent*>(event)->getDeviceId();
/frameworks/base/include/androidfw/
H A DInput.h245 inline int32_t getDeviceId() const { return mDeviceId; } function in class:android::InputEvent
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java269 public String getDeviceId() { method in class:SipPhoneBase
/frameworks/base/core/java/android/app/
H A DInstrumentation.java872 int deviceId = event.getDeviceId();

Completed in 250 milliseconds

12