CtsAppSecurityHostTestCases--android.appsecurity.cts.DirectBootHostTest#testDirectBootEmulated

platform/frameworks/base / cmds/sm/src/com/android/commands/sm/Sm.java

 

public void runSetEmulateFbe() throws RemoteException {
         //james.fan 2017-01-17,solve cts testDirectBootEmulated fail start
           System.err.println("Emulation not supported");
        /*
        final boolean emulateFbe = Boolean.parseBoolean(nextArg());
        mSm.setDebugFlags(emulateFbe ? StorageManager.DEBUG_EMULATE_FBE : 0,
                StorageManager.DEBUG_EMULATE_FBE);*/
       //james.fan 2017-01-17,solve cts testDirectBootEmulated fail end
    }

你可能感兴趣的:(CTS)