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

1 2

  /packages/apps/Phone/src/com/android/phone/
CLIRListPreference.java 5 import com.android.internal.telephony.CommandsInterface;
65 int value = CommandsInterface.CLIR_DEFAULT;
72 value = CommandsInterface.CLIR_INVOCATION;
75 value = CommandsInterface.CLIR_SUPPRESSION;
79 value = CommandsInterface.CLIR_DEFAULT;
86 value = CommandsInterface.CLIR_DEFAULT;
94 case CommandsInterface.CLIR_SUPPRESSION:
97 case CommandsInterface.CLIR_INVOCATION:
100 case CommandsInterface.CLIR_DEFAULT:
CallForwardEditPreference.java 5 import com.android.internal.telephony.CommandsInterface;
44 CommandsInterface.SERVICE_CLASS_VOICE);
46 CommandsInterface.CF_REASON_UNCONDITIONAL);
62 CommandsInterface.CF_ACTION_DISABLE,
84 CommandsInterface.CF_ACTION_REGISTRATION :
85 CommandsInterface.CF_ACTION_DISABLE;
86 int time = (reason != CommandsInterface.CF_REASON_NO_REPLY) ? 0 : 20;
91 if (action == CommandsInterface.CF_ACTION_REGISTRATION
205 msg.arg1 == CommandsInterface.CF_ACTION_DISABLE &&
209 case CommandsInterface.CF_REASON_BUSY
    [all...]
GsmUmtsCallForwardOptions.java 4 import com.android.internal.telephony.CommandsInterface;
148 case CommandsInterface.CF_REASON_UNCONDITIONAL:
151 case CommandsInterface.CF_REASON_BUSY:
154 case CommandsInterface.CF_REASON_NO_REPLY:
157 case CommandsInterface.CF_REASON_NOT_REACHABLE:
CallFeaturesSetting.java 20 import com.android.internal.telephony.CommandsInterface;
242 CommandsInterface.CF_REASON_UNCONDITIONAL,
243 CommandsInterface.CF_REASON_BUSY,
244 CommandsInterface.CF_REASON_NO_REPLY,
245 CommandsInterface.CF_REASON_NOT_REACHABLE
263 fi.status = (fi.reason == CommandsInterface.CF_REASON_UNCONDITIONAL) ? 0 : 1;
264 fi.serviceClass = CommandsInterface.SERVICE_CLASS_VOICE;
607 CommandsInterface.CF_ACTION_REGISTRATION :
608 CommandsInterface.CF_ACTION_DISABLE),
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
UsimDataDownloadHandler.java 26 import com.android.internal.telephony.CommandsInterface;
53 private final CommandsInterface mCI;
55 public UsimDataDownloadHandler(CommandsInterface commandsInterface) {
56 mCI = commandsInterface;
126 acknowledgeSmsWithError(CommandsInterface.GSM_SMS_FAIL_CAUSE_UNSPECIFIED_ERROR);
171 acknowledgeSmsWithError(CommandsInterface.GSM_SMS_FAIL_CAUSE_USIM_APP_TOOLKIT_BUSY);
187 CommandsInterface.GSM_SMS_FAIL_CAUSE_USIM_DATA_DOWNLOAD_ERROR);
202 CommandsInterface.GSM_SMS_FAIL_CAUSE_USIM_DATA_DOWNLOAD_ERROR; // TP-FCS
255 CommandsInterface.GSM_SMS_FAIL_CAUSE_USIM_DATA_DOWNLOAD_ERROR)
    [all...]
GsmMmiCode.java 28 import static com.android.internal.telephony.CommandsInterface.*;
270 return CommandsInterface.CF_REASON_ALL;
272 return CommandsInterface.CF_REASON_UNCONDITIONAL;
274 return CommandsInterface.CF_REASON_BUSY;
276 return CommandsInterface.CF_REASON_NOT_REACHABLE;
278 return CommandsInterface.CF_REASON_NO_REPLY;
280 return CommandsInterface.CF_REASON_ALL_CONDITIONAL;
364 return CommandsInterface.CB_FACILITY_BAOC;
366 return CommandsInterface.CB_FACILITY_BAOIC;
368 return CommandsInterface.CB_FACILITY_BAOICxH
    [all...]
GSMPhone.java 40 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_DISABLE;
41 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ENABLE;
42 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_ERASURE;
43 import static com.android.internal.telephony.CommandsInterface.CF_ACTION_REGISTRATION;
44 import static com.android.internal.telephony.CommandsInterface.CF_REASON_ALL;
45 import static com.android.internal.telephony.CommandsInterface.CF_REASON_ALL_CONDITIONAL;
46 import static com.android.internal.telephony.CommandsInterface.CF_REASON_NO_REPLY;
47 import static com.android.internal.telephony.CommandsInterface.CF_REASON_NOT_REACHABLE;
48 import static com.android.internal.telephony.CommandsInterface.CF_REASON_BUSY;
49 import static com.android.internal.telephony.CommandsInterface.CF_REASON_UNCONDITIONAL
    [all...]
GsmSMSDispatcher.java 34 import com.android.internal.telephony.CommandsInterface;
111 CommandsInterface.GSM_SMS_FAIL_CAUSE_UNSPECIFIED_ERROR, null);
309 return CommandsInterface.GSM_SMS_FAIL_CAUSE_MEMORY_CAPACITY_EXCEEDED;
312 return CommandsInterface.GSM_SMS_FAIL_CAUSE_UNSPECIFIED_ERROR;
SIMRecords.java 32 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 37 import com.android.internal.telephony.CommandsInterface.RadioState;
311 serviceClassX = CommandsInterface.SERVICE_CLASS_VOICE +
312 CommandsInterface.SERVICE_CLASS_DATA +
313 CommandsInterface.SERVICE_CLASS_FAX;
317 mPhone.mCM.setFacilityLock(CommandsInterface.CB_FACILITY_BA_SIM,
336 serviceClassX = CommandsInterface.SERVICE_CLASS_VOICE +
337 CommandsInterface.SERVICE_CLASS_DATA +
338 CommandsInterface.SERVICE_CLASS_FAX +
339 CommandsInterface.SERVICE_CLASS_SMS;
343 mPhone.mCM.setFacilityLock(CommandsInterface.CB_FACILITY_BA_FD
    [all...]
CallTracker.java 42 public CommandsInterface cm;
SmsStorageMonitor.java 57 final CommandsInterface mCm; // accessed from inner class
PhoneFactory.java 43 static private CommandsInterface sCommandsInterface = null;
135 //reads the system properties and makes commandsinterface
ServiceStateTracker.java 32 protected CommandsInterface cm;
PhoneBase.java 114 public CommandsInterface mCM;
190 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci) {
203 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci,
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimRecords.java 31 import com.android.internal.telephony.CommandsInterface;
413 case CommandsInterface.SIM_REFRESH_FILE_UPDATED:
418 case CommandsInterface.SIM_REFRESH_INIT:
423 case CommandsInterface.SIM_REFRESH_RESET:
CdmaSMSDispatcher.java 37 import com.android.internal.telephony.CommandsInterface;
347 return CommandsInterface.CDMA_SMS_FAIL_CAUSE_RESOURCE_SHORTAGE;
349 return CommandsInterface.CDMA_SMS_FAIL_CAUSE_INVALID_TELESERVICE_ID;
352 return CommandsInterface.CDMA_SMS_FAIL_CAUSE_ENCODING_PROBLEM;
CDMALTEPhone.java 30 import com.android.internal.telephony.CommandsInterface;
61 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) {
CDMAPhone.java 47 import com.android.internal.telephony.CommandsInterface;
138 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) {
144 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
457 mCM.queryCallWaiting(CommandsInterface.SERVICE_CLASS_VOICE, onComplete);
    [all...]
CdmaDataConnectionTracker.java 36 import com.android.internal.telephony.CommandsInterface;
221 (mPhone.mCM.getNvState() == CommandsInterface.RadioState.NV_READY ||
236 if (!(mPhone.mCM.getNvState() == CommandsInterface.RadioState.NV_READY ||
    [all...]
CdmaCallTracker.java 31 import com.android.internal.telephony.CommandsInterface;
251 return dial(dialString, CommandsInterface.CLIR_DEFAULT);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CatService.java 30 import com.android.internal.telephony.CommandsInterface;
72 private CommandsInterface mCmdIf;
104 private CatService(CommandsInterface ci, IccRecords ir, Context context,
551 * @param ci CommandsInterface object
558 public static CatService getInstance(CommandsInterface ci, IccRecords ir,
  /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 27 import com.android.internal.telephony.CommandsInterface;
38 implements CommandsInterface, SimulatedRadioControl {
104 //***** CommandsInterface implementation
343 if (facility != null && facility.equals(CommandsInterface.CB_FACILITY_BA_SIM)) {
353 } else if (facility != null && facility.equals(CommandsInterface.CB_FACILITY_BA_FD)) {
379 facility.equals(CommandsInterface.CB_FACILITY_BA_SIM)) {
403 facility.equals(CommandsInterface.CB_FACILITY_BA_FD)) {
    [all...]

Completed in 245 milliseconds

1 2