HomeSort by relevance Sort by last modified time
    Searched refs:GSMPhone (Results 1 - 12 of 12) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMTestHandler.java 27 import com.android.internal.telephony.gsm.GSMPhone;
41 private GSMPhone mGSMPhone;
55 mGSMPhone = new GSMPhone(mContext, sc, new TestPhoneNotifier(), true);
91 public GSMPhone getGSMPhone() {
GSMPhoneTest.java 33 import com.android.internal.telephony.gsm.GSMPhone;
44 private GSMPhone mGSMPhone;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 28 import com.android.internal.telephony.gsm.GSMPhone;
145 Rlog.i(LOG_TAG, "Creating GSMPhone");
146 sProxyPhone = new PhoneProxy(new GSMPhone(context,
202 Phone phone = new GSMPhone(sContext, sCommandsInterface, sPhoneNotifier);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SimPhoneBookInterfaceManager.java 36 public SimPhoneBookInterfaceManager(GSMPhone phone) {
SimSmsInterfaceManager.java 46 public SimSmsInterfaceManager(GSMPhone phone, SMSDispatcher dispatcher) {
GsmMmiCode.java 114 GSMPhone mPhone;
182 newFromDialString(String dialString, GSMPhone phone, UiccCardApplication app) {
231 boolean isUssdRequest, GSMPhone phone, UiccCardApplication app) {
251 GSMPhone phone,
404 GsmMmiCode (GSMPhone phone, UiccCardApplication app) {
511 static private boolean isShortCode(String dialString, GSMPhone phone) {
547 static private boolean isShortCodeUSSD(String dialString, GSMPhone phone) {
839 * Called from GSMPhone
866 * Called from GSMPhone
    [all...]
GSMPhone.java 88 public class GSMPhone extends PhoneBase {
92 static final String LOG_TAG = "GSMPhone";
129 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier) {
134 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) {
186 "GSMPhone debug");
240 if(LOCAL_DEBUG) Rlog.d(LOG_TAG, "GSMPhone finalized");
795 Rlog.e(LOG_TAG, "[GSMPhone] sendBurstDtmf() is a CDMA method");
868 Rlog.e(LOG_TAG, "[GSMPhone] getEsn() is a CDMA method");
874 Rlog.e(LOG_TAG, "[GSMPhone] getMeid() is a CDMA method");
    [all...]
GsmCallTracker.java 43 import com.android.internal.telephony.gsm.GSMPhone;
84 GSMPhone mPhone;
97 GsmCallTracker (GSMPhone phone) {
724 //***** Called from GSMPhone
    [all...]
GsmConnection.java 369 GSMPhone phone = mOwner.mPhone;
GsmServiceStateTracker.java 89 GSMPhone mPhone;
194 public GsmServiceStateTracker(GSMPhone phone) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 39 import com.android.internal.telephony.gsm.GSMPhone;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 56 import com.android.internal.telephony.gsm.GSMPhone;
    [all...]

Completed in 79 milliseconds