HomeSort by relevance Sort by last modified time
    Searched refs:CommandsInterface (Results 1 - 25 of 30) sorted by null

1 2

  /packages/apps/Phone/src/com/android/phone/
CLIRListPreference.java 5 import com.android.internal.telephony.CommandsInterface;
66 int value = CommandsInterface.CLIR_DEFAULT;
73 value = CommandsInterface.CLIR_INVOCATION;
76 value = CommandsInterface.CLIR_SUPPRESSION;
80 value = CommandsInterface.CLIR_DEFAULT;
87 value = CommandsInterface.CLIR_DEFAULT;
95 case CommandsInterface.CLIR_SUPPRESSION:
98 case CommandsInterface.CLIR_INVOCATION:
101 case CommandsInterface.CLIR_DEFAULT:
CallForwardEditPreference.java 5 import com.android.internal.telephony.CommandsInterface;
45 CommandsInterface.SERVICE_CLASS_VOICE);
47 CommandsInterface.CF_REASON_UNCONDITIONAL);
63 CommandsInterface.CF_ACTION_DISABLE,
85 CommandsInterface.CF_ACTION_REGISTRATION :
86 CommandsInterface.CF_ACTION_DISABLE;
87 int time = (reason != CommandsInterface.CF_REASON_NO_REPLY) ? 0 : 20;
92 if (action == CommandsInterface.CF_ACTION_REGISTRATION
206 msg.arg1 == CommandsInterface.CF_ACTION_DISABLE &&
210 case CommandsInterface.CF_REASON_BUSY
    [all...]
GsmUmtsCallForwardOptions.java 12 import com.android.internal.telephony.CommandsInterface;
140 case CommandsInterface.CF_REASON_UNCONDITIONAL:
143 case CommandsInterface.CF_REASON_BUSY:
146 case CommandsInterface.CF_REASON_NO_REPLY:
149 case CommandsInterface.CF_REASON_NOT_REACHABLE:
CallFeaturesSetting.java 53 import com.android.internal.telephony.CommandsInterface;
217 CommandsInterface.CF_REASON_UNCONDITIONAL,
218 CommandsInterface.CF_REASON_BUSY,
219 CommandsInterface.CF_REASON_NO_REPLY,
220 CommandsInterface.CF_REASON_NOT_REACHABLE
238 fi.status = (fi.reason == CommandsInterface.CF_REASON_UNCONDITIONAL) ? 0 : 1;
239 fi.serviceClass = CommandsInterface.SERVICE_CLASS_VOICE;
578 CommandsInterface.CF_ACTION_REGISTRATION :
579 CommandsInterface.CF_ACTION_DISABLE),
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 28 import static com.android.internal.telephony.CommandsInterface.*;
263 return CommandsInterface.CF_REASON_ALL;
265 return CommandsInterface.CF_REASON_UNCONDITIONAL;
267 return CommandsInterface.CF_REASON_BUSY;
269 return CommandsInterface.CF_REASON_NOT_REACHABLE;
271 return CommandsInterface.CF_REASON_NO_REPLY;
273 return CommandsInterface.CF_REASON_ALL_CONDITIONAL;
357 return CommandsInterface.CB_FACILITY_BAOC;
359 return CommandsInterface.CB_FACILITY_BAOIC;
361 return CommandsInterface.CB_FACILITY_BAOICxH
    [all...]
GSMPhone.java 39 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_DISABLE;
40 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE;
41 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ERASURE;
42 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_REGISTRATION;
43 import static com.android.internal.telephony.CommandsInterface.CF_REASON_ALL;
44 import static com.android.internal.telephony.CommandsInterface.CF_REASON_ALL_CONDITIONAL;
45 import static com.android.internal.telephony.CommandsInterface.CF_REASON_NO_REPLY;
46 import static com.android.internal.telephony.CommandsInterface.CF_REASON_NOT_REACHABLE;
47 import static com.android.internal.telephony.CommandsInterface.CF_REASON_BUSY;
48 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL
    [all...]
GsmSMSDispatcher.java 35 import com.android.internal.telephony.CommandsInterface;
389 return CommandsInterface.GSM_SMS_FAIL_CAUSE_MEMORY_CAPACITY_EXCEEDED;
392 return CommandsInterface.GSM_SMS_FAIL_CAUSE_UNSPECIFIED_ERROR;
SIMRecords.java 31 import com.android.internal.telephony.CommandsInterface;
    [all...]
GsmCallTracker.java 34 import com.android.internal.telephony.CommandsInterface;
228 return dial(dialString, CommandsInterface.CLIR_DEFAULT, null);
233 return dial(dialString, CommandsInterface.CLIR_DEFAULT, uusInfo);
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java 30 import com.android.internal.telephony.CommandsInterface.RadioState;
284 serviceClassX = CommandsInterface.SERVICE_CLASS_VOICE +
285 CommandsInterface.SERVICE_CLASS_DATA +
286 CommandsInterface.SERVICE_CLASS_FAX;
290 mPhone.mCM.setFacilityLock(CommandsInterface.CB_FACILITY_BA_SIM,
309 serviceClassX = CommandsInterface.SERVICE_CLASS_VOICE +
310 CommandsInterface.SERVICE_CLASS_DATA +
311 CommandsInterface.SERVICE_CLASS_FAX +
312 CommandsInterface.SERVICE_CLASS_SMS;
316 mPhone.mCM.setFacilityLock(CommandsInterface.CB_FACILITY_BA_FD
    [all...]
CallTracker.java 42 public CommandsInterface cm;
ServiceStateTracker.java 49 protected CommandsInterface cm;
PhoneFactory.java 40 static private CommandsInterface sCommandsInterface = null;
109 //reads the system properties and makes commandsinterface
PhoneBase.java 110 public CommandsInterface mCM;
180 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci) {
193 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci,
    [all...]
BaseCommands.java 31 public abstract class BaseCommands implements CommandsInterface {
99 //***** CommandsInterface implementation
CommandsInterface.java 28 public interface CommandsInterface {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimRecords.java 28 import com.android.internal.telephony.CommandsInterface;
360 case CommandsInterface.SIM_REFRESH_FILE_UPDATED:
365 case CommandsInterface.SIM_REFRESH_INIT:
370 case CommandsInterface.SIM_REFRESH_RESET:
CdmaSMSDispatcher.java 39 import com.android.internal.telephony.CommandsInterface;
496 return CommandsInterface.CDMA_SMS_FAIL_CAUSE_RESOURCE_SHORTAGE;
498 return CommandsInterface.CDMA_SMS_FAIL_CAUSE_INVALID_TELESERVICE_ID;
501 return CommandsInterface.CDMA_SMS_FAIL_CAUSE_ENCODING_PROBLEM;
CDMAPhone.java 48 import com.android.internal.telephony.CommandsInterface;
143 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) {
147 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
433 mCM.queryCallWaiting(CommandsInterface.SERVICE_CLASS_VOICE, onComplete);
    [all...]
CdmaDataConnectionTracker.java 45 import com.android.internal.telephony.CommandsInterface;
297 if (((phone.mCM.getRadioState() == CommandsInterface.RadioState.NV_READY) ||
332 && ((phone.mCM.getRadioState() == CommandsInterface.RadioState.NV_READY) ||
    [all...]
CdmaCallTracker.java 31 import com.android.internal.telephony.CommandsInterface;
246 return dial(dialString, CommandsInterface.CLIR_DEFAULT);
    [all...]
CdmaConnection.java 433 } else if (phone.mCM.getRadioState() != CommandsInterface.RadioState.NV_READY
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
StkService.java 27 import com.android.internal.telephony.CommandsInterface;
121 private CommandsInterface mCmdIf;
149 private StkService(CommandsInterface ci, SIMRecords sr, Context context,
451 * @param ci CommandsInterface object
458 public static StkService getInstance(CommandsInterface ci, SIMRecords sr,
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java 24 import com.android.internal.telephony.CommandsInterface;
29 * SIP doesn't need CommandsInterface. The class does nothing but made to work
32 class SipCommandInterface extends BaseCommands implements CommandsInterface {
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 28 import com.android.internal.telephony.CommandsInterface;
40 implements CommandsInterface, SimulatedRadioControl {
106 //***** CommandsInterface implementation
348 facility.equals(CommandsInterface.CB_FACILITY_BA_SIM)) {
359 facility.equals(CommandsInterface.CB_FACILITY_BA_FD)) {
384 facility.equals(CommandsInterface.CB_FACILITY_BA_SIM)) {
408 facility.equals(CommandsInterface.CB_FACILITY_BA_FD)) {
    [all...]

Completed in 1688 milliseconds

1 2