Searched defs:getDeviceId (Results 1 - 16 of 16) 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.java1677 public final int getDeviceId() { method in class:MotionEvent
3001 msg.append(", deviceId=").append(getDeviceId());
H A DKeyEvent.java1824 public final int getDeviceId() { method in class:KeyEvent
2426 * Renamed to {@link #getDeviceId}.
2429 * @deprecated use {@link #getDeviceId()} instead.
/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 DPhoneProxy.java771 public String getDeviceId() { method in class:PhoneProxy
772 return mActivePhone.getDeviceId();
H A DPhone.java1305 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/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.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/include/androidfw/
H A DInput.h245 inline int32_t getDeviceId() const { return mDeviceId; } function in class:android::InputEvent
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java202 public String getDeviceId() { method in class:TelephonyManager
204 return getSubscriberInfo().getDeviceId();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java269 public String getDeviceId() { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java461 public String getDeviceId() { method in class:CDMAPhone
464 Log.d(LOG_TAG, "getDeviceId(): MEID is not initialized use ESN");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java832 public String getDeviceId() { method in class:GSMPhone
/frameworks/base/services/input/
H A DInputReader.h914 inline int32_t getDeviceId() { return mDevice->getId(); } function in class:android::InputMapper

Completed in 178 milliseconds