Searched refs:flowType (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUSocketFactory.java78 public static OSUSocketFactory getSocketFactory(KeyStore ks, HomeSP homeSP, int flowType, argument
86 return new OSUSocketFactory(ks, homeSP, flowType, network, url, km);
89 private OSUSocketFactory(KeyStore ks, HomeSP homeSP, int flowType, Network network, argument
93 mTrustManager = new WFATrustManager(ks, homeSP, flowType);
221 private WFATrustManager(KeyStore ks, HomeSP homeSP, int flowType) argument
225 mFlowType = flowType;
H A DOSUClient.java205 int flowType)
207 try (HTTPHandler httpHandler = createHandler(network, homeSP, km, flowType)) {
248 if (flowType == OSUManager.FLOW_POLICY) {
279 km, mKeyStore, homeSP, flowType)) {
360 KeyManager km, int flowType) throws GeneralSecurityException, IOException {
369 if (flowType == OSUManager.FLOW_POLICY) {
385 OSUSocketFactory.getSocketFactory(mKeyStore, homeSP, flowType, network,
389 OSUSocketFactory.getSocketFactory(mKeyStore, homeSP, flowType, network,
204 remediate(OSUManager osuManager, Network network, KeyManager km, HomeSP homeSP, int flowType) argument
359 createHandler(Network network, HomeSP homeSP, KeyManager km, int flowType) argument
H A DOSUManager.java270 int flowType) throws MalformedURLException {
275 mFlowType = flowType;
825 int flowType) {
827 switch (flowType) {
269 OSUThread(String osuURL, OSUManager osuManager, KeyManager km, HomeSP homeSP, int flowType) argument
824 provisioningFailed(String spName, String message, HomeSP homeSP, int flowType) argument
/frameworks/base/packages/Osu/src/com/android/hotspot2/est/
H A DESTHandler.java83 KeyManager km, KeyStore ks, HomeSP homeSP, int flowType)
88 mSocketFactory = OSUSocketFactory.getSocketFactory(ks, homeSP, flowType,
82 ESTHandler(GetCertData certData, Network network, OMADMAdapter omadmAdapter, KeyManager km, KeyStore ks, HomeSP homeSP, int flowType) argument

Completed in 140 milliseconds