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

/frameworks/base/core/java/android/view/
H A DInputEvent.java43 public abstract int getDeviceId(); method in class:InputEvent
51 return InputDevice.getDevice(getDeviceId());
H A DMotionEvent.java1684 public final int getDeviceId() { method in class:MotionEvent
2899 msg.append(", deviceId=").append(getDeviceId());
H A DKeyEvent.java1780 public final int getDeviceId() { method in class:KeyEvent
2368 * Renamed to {@link #getDeviceId}.
2371 * @deprecated use {@link #getDeviceId()} instead.
/frameworks/base/telephony/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 DPhoneProxy.java653 public String getDeviceId() { method in class:PhoneProxy
654 return mActivePhone.getDeviceId();
H A DPhone.java1389 String getDeviceId(); method in interface:Phone
/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/telephony/java/android/telephony/
H A DTelephonyManager.java194 public String getDeviceId() { method in class:TelephonyManager
196 return getSubscriberInfo().getDeviceId();
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java259 public String getDeviceId() { method in class:SipPhoneBase
/frameworks/base/include/ui/
H A DInput.h268 inline int32_t getDeviceId() const { return mDeviceId; } function in class:android::InputEvent
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java474 public String getDeviceId() { method in class:CDMAPhone
477 Log.d(LOG_TAG, "getDeviceId(): MEID is not initialized use ESN");
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java840 public String getDeviceId() { method in class:GSMPhone
/frameworks/base/services/input/
H A DInputReader.h819 inline int32_t getDeviceId() { return mDevice->getId(); } function in class:android::InputMapper

Completed in 3925 milliseconds