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

/frameworks/base/core/java/android/view/
H A DInputEvent.java48 public final int getDeviceId() { method in class:InputEvent
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneSubInfo.java57 public String getDeviceId() { method in class:PhoneSubInfo
59 return mPhone.getDeviceId();
145 pw.println(" Device ID = " + mPhone.getDeviceId());
H A DPhoneSubInfoProxy.java41 public String getDeviceId() { method in class:PhoneSubInfoProxy
42 return mPhoneSubInfo.getDeviceId();
H A DPhoneProxy.java683 public String getDeviceId() { method in class:PhoneProxy
684 return mActivePhone.getDeviceId();
H A DPhone.java1401 String getDeviceId(); method in interface:Phone
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java185 public String getDeviceId() { method in class:TelephonyManager
187 return getSubscriberInfo().getDeviceId();
/frameworks/base/include/ui/
H A DInput.h173 inline int32_t getDeviceId() const { return mDeviceId; } function in class:android::InputEvent
H A DInputReader.h362 inline int32_t getDeviceId() { return mDevice->getId(); } function in class:android::InputMapper
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java250 public String getDeviceId() { method in class:SipPhoneBase
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java450 public String getDeviceId() { method in class:CDMAPhone
453 Log.d(LOG_TAG, "getDeviceId(): MEID is not initialized use ESN");
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java845 public String getDeviceId() { method in class:GSMPhone

Completed in 343 milliseconds