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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimCard.java 28 SimCard(GSMPhone phone) {
47 return ((GSMPhone)mPhone).mSIMRecords.getServiceProviderName();
SimPhoneBookInterfaceManager.java 33 public SimPhoneBookInterfaceManager(GSMPhone phone) {
GsmDataConnection.java 56 private GsmDataConnection(GSMPhone phone, String name) {
66 static GsmDataConnection makeDataConnection(GSMPhone phone) {
184 && !((GSMPhone) phone).isDnsCheckDisabled()) {
SIMFileHandler.java 39 SIMFileHandler(GSMPhone phone) {
SIMRecords.java 146 SIMRecords(GSMPhone p) {
345 ((GSMPhone) phone).notifyMessageWaitingIndicator();
394 ((GSMPhone) phone).notifyCallForwardingIndicator();
517 ((GSMPhone) phone).mSimCard.broadcastIccStateChangedIntent(
665 ((GSMPhone) phone).notifyMessageWaitingIndicator();
694 ((GSMPhone) phone).notifyMessageWaitingIndicator();
794 ((GSMPhone) phone).notifyCallForwardingIndicator();
    [all...]
SimSmsInterfaceManager.java 81 public SimSmsInterfaceManager(GSMPhone phone) {
GsmMmiCode.java 104 GSMPhone phone;
169 newFromDialString(String dialString, GSMPhone phone) {
205 boolean isUssdRequest, GSMPhone phone) {
224 static GsmMmiCode newFromUssdUserInput(String ussdMessge, GSMPhone phone) {
376 GsmMmiCode (GSMPhone phone) {
452 static private boolean isShortCode(String dialString, GSMPhone phone) {
733 * Called from GSMPhone
760 * Called from GSMPhone
782 // The matching up of this is doene in GSMPhone.
788 /** Called from GSMPhone.handleMessage; not a Handler subclass *
    [all...]
GsmCallTracker.java 41 import com.android.internal.telephony.gsm.GSMPhone;
80 GSMPhone phone;
93 GsmCallTracker (GSMPhone phone) {
700 //***** Called from GSMPhone
GsmSMSDispatcher.java 46 private GSMPhone mGsmPhone;
48 GsmSMSDispatcher(GSMPhone phone) {
GSMPhone.java 84 public class GSMPhone extends PhoneBase {
131 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier) {
136 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) {
192 "GSMPhone debug");
251 if(LOCAL_DEBUG) Log.d(LOG_TAG, "GSMPhone finalized");
792 Log.e(LOG_TAG, "[GSMPhone] sendBurstDtmf() is a CDMA method");
852 Log.e(LOG_TAG, "[GSMPhone] getEsn() is a CDMA method");
857 Log.e(LOG_TAG, "[GSMPhone] getMeid() is a CDMA method");
    [all...]
GsmDataConnectionTracker.java 70 private GSMPhone mGsmPhone;
206 GsmDataConnectionTracker(GSMPhone p) {
253 dataEnabled[APN_DEFAULT_ID] = !sp.getBoolean(GSMPhone.DATA_DISABLED_ON_BOOT_KEY, false) &&
    [all...]
GsmServiceStateTracker.java 74 GSMPhone phone;
188 public GsmServiceStateTracker(GSMPhone phone) {
555 msg.obj = GSMPhone.REASON_RADIO_TURNED_OFF;
    [all...]
GsmConnection.java 362 GSMPhone phone = owner.phone;
  /frameworks/base/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 37 import com.android.internal.telephony.gsm.GSMPhone;
49 private GSMPhone mGSMPhone;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneFactory.java 26 import com.android.internal.telephony.gsm.GSMPhone;
112 sProxyPhone = new PhoneProxy(new GSMPhone(context,
114 Log.i(LOG_TAG, "Creating GSMPhone");
174 Phone phone = new GSMPhone(sContext, sCommandsInterface, sPhoneNotifier);
PhoneProxy.java 35 import com.android.internal.telephony.gsm.GSMPhone;
79 (mOutgoingPhone.equals("GSM") ? "CDMAPhone" : "GSMPhone") );
90 logd("Make a new CDMAPhone and destroy the old GSMPhone.");
92 ((GSMPhone)mActivePhone).dispose();
102 ((GSMPhone)oldPhone).removeReferences();
105 logd("Make a new GSMPhone and destroy the old CDMAPhone.");

Completed in 89 milliseconds