Searched refs:getMeid (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java263 public String getMeid() { method in class:SipPhoneBase
264 Log.e(LOG_TAG, "[SipPhone] getMeid() is a CDMA method");
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhone.java1446 String getMeid(); method in interface:Phone
H A DPhoneProxy.java703 public String getMeid() { method in class:PhoneProxy
704 return mActivePhone.getMeid();
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java445 public String getMeid() { method in class:CDMAPhone
451 String id = getMeid();
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java858 public String getMeid() { method in class:GSMPhone
859 Log.e(LOG_TAG, "[GSMPhone] getMeid() is a CDMA method");

Completed in 92 milliseconds