Searched refs:mFlowType (Results 1 – 2 of 2) sorted by relevance
248 private final int mFlowType; field in OSUManager.OSUThread261 mFlowType = FLOW_PROVISIONING; in OSUThread()275 mFlowType = flowType; in OSUThread()298 Log.d(TAG, mFlowType + "-" + getName() + " running."); in run()315 mHomeSP, mFlowType); in run()321 if (mFlowType == FLOW_PROVISIONING) { in run()324 mOSUClient.remediate(mOSUManager, network, mKeyManager, mHomeSP, mFlowType); in run()328 mOSUManager.provisioningFailed(mSpName, t.getMessage(), mHomeSP, mFlowType); in run()
218 private final int mFlowType; field in OSUSocketFactory.WFATrustManager225 mFlowType = flowType; in WFATrustManager()251 String prefix = mFlowType == OSUManager.FLOW_REMEDIATION ? in checkServerTrusted()