Searched defs:getDeviceId (Results 1 - 20 of 20) sorted by relevance

/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 DMotionEvent.java1698 public final int getDeviceId() { method in class:MotionEvent
3034 msg.append(", deviceId=").append(getDeviceId());
H A DKeyEvent.java1824 public final int getDeviceId() { method in class:KeyEvent
2436 * Renamed to {@link #getDeviceId}.
2439 * @deprecated use {@link #getDeviceId()} instead.
/frameworks/base/media/java/android/media/tv/
H A DTvInputHardwareInfo.java76 public int getDeviceId() { method in class:TvInputHardwareInfo
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java122 public int getDeviceId() { method in class:UsbDevice
123 return getDeviceId(mName);
315 public static int getDeviceId(String name) { method in class:UsbDevice
/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)) {
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java95 * This returns the same value as {@link android.hardware.usb.UsbDevice#getDeviceId}
100 public int getDeviceId() { method in class:MtpDevice
101 return mDevice.getDeviceId();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfo.java68 public String getDeviceId() { method in class:PhoneSubInfo
70 return mPhone.getDeviceId();
337 pw.println(" Device ID = " + mPhone.getDeviceId());
H A DPhoneSubInfoController.java46 public String getDeviceId() { method in class:PhoneSubInfoController
53 return phone.getDeviceId();
76 Rlog.e(TAG,"getDeviceId phoneSubInfoProxy is null" +
H A DPhoneSubInfoProxy.java38 public String getDeviceId() { method in class:PhoneSubInfoProxy
39 return mPhoneSubInfo.getDeviceId();
H A DPhoneProxy.java1031 public String getDeviceId() { method in class:PhoneProxy
1032 return mActivePhone.getDeviceId();
H A DPhone.java1389 String getDeviceId(); method in interface:Phone
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiDeviceInfo.java356 public int getDeviceId() { method in class:HdmiDeviceInfo
/frameworks/native/include/input/
H A DInput.h268 inline int32_t getDeviceId() const { return mDeviceId; } function in class:android::InputEvent
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java307 public String getDeviceId() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java270 public String getDeviceId() { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java590 public String getDeviceId() { method in class:CDMAPhone
593 Rlog.d(LOG_TAG, "getDeviceId(): MEID is not initialized use ESN");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1015 public String getDeviceId() { method in class:GSMPhone
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java622 public String getDeviceId() { method in class:TelephonyManager
624 return getITelephony().getDeviceId();
642 public String getDeviceId(int slotId) { method in class:TelephonyManager
/frameworks/native/services/inputflinger/
H A DInputReader.h953 inline int32_t getDeviceId() { return mDevice->getId(); } function in class:android::InputMapper

Completed in 2847 milliseconds