HomeSort by relevance Sort by last modified time
    Searched full:scommandsinterface (Results 1 - 1 of 1) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 46 static private CommandsInterface sCommandsInterface = null;
114 sCommandsInterface = new RIL(context, networkMode, cdmaSubscription);
117 UiccController.make(context, sCommandsInterface);
123 sCommandsInterface, sPhoneNotifier));
129 sCommandsInterface, sPhoneNotifier));
135 sCommandsInterface, sPhoneNotifier));
175 phone = new CDMALTEPhone(sContext, sCommandsInterface, sPhoneNotifier);
181 phone = new CDMAPhone(sContext, sCommandsInterface, sPhoneNotifier);
191 Phone phone = new GSMPhone(sContext, sCommandsInterface, sPhoneNotifier);

Completed in 37 milliseconds