FileDocCategorySizeDatePackage
IsimFileHandler.javaAPI DocAndroid 5.1 API1585Thu Mar 12 22:22:54 GMT 2015com.android.internal.telephony.uicc

IsimFileHandler

public final class IsimFileHandler extends IccFileHandler implements IccConstants
{@hide} This class should be used to access files in ISIM ADF

Fields Summary
static final String
LOG_TAG
Constructors Summary
public IsimFileHandler(UiccCardApplication app, String aid, com.android.internal.telephony.CommandsInterface ci)


           
        super(app, aid, ci);
    
Methods Summary
protected java.lang.StringgetEFPath(int efid)

        switch(efid) {
        case EF_IMPI:
        case EF_IMPU:
        case EF_DOMAIN:
        case EF_IST:
        case EF_PCSCF:
            return MF_SIM + DF_ADF;
        }
        String path = getCommonIccEFPath(efid);
        return path;
    
protected voidlogd(java.lang.String msg)

        Rlog.d(LOG_TAG, msg);
    
protected voidloge(java.lang.String msg)

        Rlog.e(LOG_TAG, msg);