Searched defs:SmsManager (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsManager.java26 * Get this object by calling the static method SmsManager.getDefault().
27 * @deprecated Replaced by android.telephony.SmsManager that supports both GSM and CDMA.
29 @Deprecated public final class SmsManager { class
30 private static SmsManager sInstance;
31 private android.telephony.SmsManager mSmsMgrProxy;
33 /** Get the default instance of the SmsManager
35 * @return the default instance of the SmsManager
36 * @deprecated Use android.telephony.SmsManager.
39 public static final SmsManager getDefault() {
41 sInstance = new SmsManager();
47 private SmsManager() { method in class:SmsManager
[all...]
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java47 public final class SmsManager { class
49 private static final SmsManager sInstance = new SmsManager();
256 * Get the default instance of the SmsManager
258 * @return the default instance of the SmsManager
260 public static SmsManager getDefault() {
264 private SmsManager() { method in class:SmsManager

Completed in 91 milliseconds