HomeSort by relevance Sort by last modified time
    Searched full:commandsinterface (Results 26 - 49 of 49) sorted by null

12

  /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/
IccFileHandler.java 20 import com.android.internal.telephony.CommandsInterface;
96 protected final CommandsInterface mCi;
128 protected IccFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) {
IccRecords.java 26 import com.android.internal.telephony.CommandsInterface;
42 protected CommandsInterface mCi;
146 public IccRecords(UiccCardApplication app, Context c, CommandsInterface ci) {
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/
CallTracker.java 45 public CommandsInterface mCi;
SmsStorageMonitor.java 57 final CommandsInterface mCi; // accessed from inner class
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
Phone.java     [all...]
ServiceStateTracker.java 51 protected CommandsInterface mCi;
201 protected ServiceStateTracker(PhoneBase phoneBase, CommandsInterface ci, CellInfo cellInfo) {
PhoneProxy.java 49 private CommandsInterface mCommandsInterface;
    [all...]
RIL.java 211 * RIL implementation of the CommandsInterface.
215 public final class RIL extends BaseCommands implements CommandsInterface {
614 //***** CommandsInterface implementation
    [all...]
SMSDispatcher.java 130 protected final CommandsInterface mCi;
    [all...]
CommandsInterface.java 29 public interface CommandsInterface {
    [all...]
  /external/smali/smali/src/test/resources/LexerTest/
RealSmaliFileTest.tokens 708 CLASS_DESCRIPTOR("Lcom/android/internal/telephony/CommandsInterface;")
732 CLASS_DESCRIPTOR("Lcom/android/internal/telephony/CommandsInterface;")
  /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...]
  /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...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 674 milliseconds

12