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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneSubInfoProxy.java36 public String getDeviceId() { method in class:PhoneSubInfoProxy
37 return mPhoneSubInfo.getDeviceId();
H A DPhoneSubInfo.java43 public String getDeviceId() { method in class:PhoneSubInfo
45 return mPhone.getDeviceId();
H A DPhoneProxy.java636 public String getDeviceId() { method in class:PhoneProxy
637 return mActivePhone.getDeviceId();
H A DPhone.java1327 String getDeviceId(); method in interface:Phone
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java182 public String getDeviceId() { method in class:TelephonyManager
184 return getSubscriberInfo().getDeviceId();
/frameworks/base/core/java/android/view/
H A DMotionEvent.java517 public final int getDeviceId() { method in class:MotionEvent
H A DKeyEvent.java775 public final int getDeviceId() { method in class:KeyEvent
780 * Renamed to {@link #getDeviceId}.
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java451 public String getDeviceId() { method in class:CDMAPhone
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java876 public String getDeviceId() { method in class:GSMPhone

Completed in 143 milliseconds