HomeSort by relevance Sort by last modified time
    Searched refs:IccCardProxy (Results 1 - 15 of 15) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyComponentFactory.java 31 import com.android.internal.telephony.uicc.IccCardProxy;
88 public IccCardProxy makeIccCardProxy(Context context, CommandsInterface ci, int phoneId) {
89 return new IccCardProxy(context, ci, phoneId);
PhoneFactory.java 44 import com.android.internal.telephony.uicc.IccCardProxy;
435 ((IccCardProxy)phone.getIccCard()).dump(fd, pw, args);
SubscriptionInfoUpdater.java 53 import com.android.internal.telephony.uicc.IccCardProxy;
132 intentFilter.addAction(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED);
180 !action.equals(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED)) {
216 } else if (action.equals(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED)) {
    [all...]
GsmCdmaPhone.java 79 import com.android.internal.telephony.uicc.IccCardProxy;
184 private IccCardProxy mIccCardProxy;
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
IccCardProxyTest.java 43 private IccCardProxy mIccCardProxyUT;
50 // Must match IccCardProxy.EVENT_ICC_CHANGED
67 mIccCardProxyUT = new IccCardProxy(mContext, mSimulatedCommands, PHONE_ID);
105 logd("IccCardProxy state = " + mIccCardProxyUT.getState());
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionInfoUpdaterTest.java 56 import com.android.internal.telephony.uicc.IccCardProxy;
260 new Intent(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED);
328 Intent mIntent = new Intent(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED);
368 Intent mIntent = new Intent(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED);
420 Intent mIntent = new Intent(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED);
434 mIntent = new Intent(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED);
460 Intent mIntent = new Intent(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED);
TelephonyTest.java 65 import com.android.internal.telephony.uicc.IccCardProxy;
105 protected IccCardProxy mIccCardProxy;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 72 public class IccCardProxy extends Handler implements IccCard {
74 private static final String LOG_TAG = "IccCardProxy";
110 private boolean mQuietMode = false; // when set to true IccCardProxy will not broadcast
117 public IccCardProxy(Context context, CommandsInterface ci, int phoneId) {
180 log("updateQuietMode: is cdma/lte device, force IccCardProxy into 3gpp mode");
391 * Both IccCardProxy and UiccController are registered for
394 * objects, which will then notify the IccCardProxy and the null
396 * IccCardProxy is also registered for RadioState changes, it will
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /frameworks/base/config/
compiled-classes-phone     [all...]

Completed in 483 milliseconds