HomeSort by relevance Sort by last modified time
    Searched refs:CommandsInterface (Results 26 - 44 of 44) sorted by null

12

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 46 static private CommandsInterface sCommandsInterface = null;
113 //reads the system properties and makes commandsinterface
ServiceStateTracker.java 53 protected CommandsInterface mCi;
203 protected ServiceStateTracker(PhoneBase phoneBase, CommandsInterface ci, CellInfo cellInfo) {
PhoneBase.java 128 public CommandsInterface mCi;
234 * @param ci the CommandsInterface
236 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci) {
246 * @param ci is CommandsInterface
250 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci,
    [all...]
BaseCommands.java 30 public abstract class BaseCommands implements CommandsInterface {
101 //***** CommandsInterface implementation
CommandsInterface.java 29 public interface CommandsInterface {
    [all...]
PhoneProxy.java 49 private CommandsInterface mCommandsInterface;
    [all...]
SMSDispatcher.java 130 protected final CommandsInterface mCi;
    [all...]
RIL.java 211 * RIL implementation of the CommandsInterface.
215 public final class RIL extends BaseCommands implements CommandsInterface {
614 //***** CommandsInterface implementation
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 30 import com.android.internal.telephony.CommandsInterface;
76 private CommandsInterface mCmdIf;
106 private CatService(CommandsInterface ci, UiccCardApplication ca, IccRecords ir,
529 * @param ci CommandsInterface object
534 public static CatService getInstance(CommandsInterface ci,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 34 import com.android.internal.telephony.CommandsInterface;
89 private CommandsInterface mCi;
107 public IccCardProxy(Context context, CommandsInterface ci) {
596 Exception e = new RuntimeException("CommandsInterface is not set.");
RuimRecords.java 38 import com.android.internal.telephony.CommandsInterface;
100 public RuimRecords(UiccCardApplication app, Context c, CommandsInterface ci) {
SIMRecords.java 31 import com.android.internal.telephony.CommandsInterface;
186 public SIMRecords(UiccCardApplication app, Context c, CommandsInterface ci) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 27 import com.android.internal.telephony.CommandsInterface;
39 implements CommandsInterface, SimulatedRadioControl {
105 //***** CommandsInterface implementation
353 if (facility != null && facility.equals(CommandsInterface.CB_FACILITY_BA_SIM)) {
363 } else if (facility != null && facility.equals(CommandsInterface.CB_FACILITY_BA_FD)) {
389 facility.equals(CommandsInterface.CB_FACILITY_BA_SIM)) {
413 facility.equals(CommandsInterface.CB_FACILITY_BA_FD)) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 24 import com.android.internal.telephony.CommandsInterface;
30 * SIP doesn't need CommandsInterface. The class does nothing but made to work
33 class SipCommandInterface extends BaseCommands implements CommandsInterface {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 48 import com.android.internal.telephony.CommandsInterface;
142 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) {
148 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
483 mCi.queryCallWaiting(CommandsInterface.SERVICE_CLASS_VOICE, onComplete);
    [all...]
CdmaServiceStateTracker.java 47 import com.android.internal.telephony.CommandsInterface;
48 import com.android.internal.telephony.CommandsInterface.RadioState;
443 // This is a notification from CommandsInterface.setOnSignalStrengthUpdate.
518 && mCi.getRadioState() == CommandsInterface.RadioState.RADIO_OFF) {
    [all...]
CdmaCallTracker.java 31 import com.android.internal.telephony.CommandsInterface;
254 return dial(dialString, CommandsInterface.CLIR_DEFAULT);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 34 import com.android.internal.telephony.CommandsInterface;
247 return dial(dialString, CommandsInterface.CLIR_DEFAULT, null);
252 return dial(dialString, CommandsInterface.CLIR_DEFAULT, uusInfo);
    [all...]
GsmServiceStateTracker.java 57 import com.android.internal.telephony.CommandsInterface;
385 // CommandsInterface.setOnSignalStrengthUpdate
458 // CommandsInterface.setOnRestrictedStateChanged
477 && mCi.getRadioState() == CommandsInterface.RadioState.RADIO_OFF) {
    [all...]

Completed in 188 milliseconds

12