Searched refs:OSUManager (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/app/
H A DOSUData.java7 import com.android.hotspot2.osu.OSUManager;
16 mName = osuInfo.getName(OSUManager.LOCALE);
17 mServiceDescription = osuInfo.getServiceDescription(OSUManager.LOCALE);
H A DOSUService.java17 import com.android.hotspot2.osu.OSUManager;
58 private OSUManager mOsuManager;
106 Log.d(OSUManager.TAG, "Null intent!");
116 mOsuManager = new OSUManager(this);
118 Log.d(OSUManager.TAG, "Got intent " + intent.getAction());
134 Log.w(OSUManager.TAG, "Unsupported remediation method: " + method);
151 Log.w(OSUManager.TAG, "Unknown WNM event");
154 Log.w(OSUManager.TAG, "Remediation event failed to parse: " + e);
H A DMainActivity.java29 import com.android.hotspot2.osu.OSUManager;
98 Log.d(OSUManager.TAG, "No parameters for OSU notification");
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUFlowManager.java72 mSpName = osuInfo.getName(OSUManager.LOCALE);
132 Log.d(OSUManager.TAG, "No network match for " + toString());
147 Log.d(OSUManager.TAG, String.format("%s waiting for %snet ID %d",
192 Log.d(OSUManager.TAG, "New network " + network
237 Log.d(OSUManager.TAG, "OSU SSID Associated at " + network);
247 Log.d(OSUManager.TAG, "OSU flow aborted: " + t, t);
249 Log.w(OSUManager.TAG, "OSU flow failed: " + t, t);
272 Log.d(OSUManager.TAG, "Exception aborting " + toString());
309 Log.d(OSUManager.TAG, "Flow worker terminating.");
318 Log.d(OSUManager
[all...]
H A DClientKeyManager.java85 Log.w(OSUManager.TAG, "Bad cert alias requested: '" + alias + "'");
92 Log.w(OSUManager.TAG, "Failed to retrieve certificates: " + kse);
98 Log.w(OSUManager.TAG, "Bad cert alias requested: '" + alias + "'");
107 Log.w(OSUManager.TAG, "Bad key alias requested: '" + alias + "'");
112 Log.w(OSUManager.TAG, "Failed to retrieve private key: " + gse);
118 Log.w(OSUManager.TAG, "Bad cert alias requested: '" + alias + "'");
H A DOSUWebView.java28 Log.d(OSUManager.TAG, "Opening OSU Web View");
46 Log.d(OSUManager.TAG, "OSU Web View to " + mUrl);
48 Log.d(OSUManager.TAG, "OSU Web View loading");
88 Log.d(OSUManager.TAG, "TLS error in Web View: " + error);
H A DOSUCache.java84 Log.d(OSUManager.TAG, scanResult.SSID +
94 Log.d(OSUManager.TAG, String.format("ANQP IE %d vid %x size %d", ie.getElementId(),
105 Log.w(OSUManager.TAG,
113 Log.d(OSUManager.TAG, osuProviders.getProviders().size() + " OSU providers in element");
134 Log.d(OSUManager.TAG,
137 Log.d(OSUManager.TAG, "Update OSU " + entry.getKey() + " with " +
141 Log.d(OSUManager.TAG, "Existing OSU " + entry.getKey() + ", "
149 Log.d(OSUManager.TAG, "Remove OSU " + entry.getKey() + ", "
H A DIconCache.java39 private final OSUManager mOsuManager;
136 Log.d(OSUManager.TAG, "Updating icon on " + mQueued.size() + " osus");
167 public IconCache(OSUManager osuManager) {
192 Log.d(OSUManager.TAG, "Icon cache hit for " + osuInfo + "/" + fileName);
197 Log.d(OSUManager.TAG, "Initiating icon query for "
201 Log.d(OSUManager.TAG, "Piggybacking icon query for "
237 Log.d(OSUManager.TAG, String.format("Icon '%s':%d received from %012x",
248 Log.e(OSUManager.TAG, "Failed to parse ANQP icon file: " + e);
H A DOSUManager.java38 public class OSUManager { class
56 public OSUManager(Context context) { method in class:OSUManager
107 Log.e(OSUManager.TAG, "Caught re: " + re);
113 Log.d(OSUManager.TAG, "Service disconnect: " + name);
131 Log.e(OSUManager.TAG, "Caught re: " + re);
H A DOSUSocketFactory.java74 Log.e(OSUManager.TAG, "Cannot build CA cert set");
113 if (OSUManager.R2_MOCK && url.getHost().endsWith(".wi-fi.org")) {
119 android.util.Log.d(OSUManager.TAG, "'" + url.getHost() + "' resolves to " +
150 Log.d(OSUManager.TAG, "Connection " + socket.getLocalSocketAddress() +
155 Log.d(OSUManager.TAG, "Failed to connect to " + remote + ": " + ioe);
335 Log.d(OSUManager.TAG, "Checking EKU " + unresolvedCritExts);
H A DSPVerifier.java167 Log.d(OSUManager.TAG, "Icon verified with " + hash.getJCEName());
253 Log.d(OSUManager.TAG, "Logos: " + logos);
307 Log.d(OSUManager.TAG, "Friendly names: " + friendlyNames.values());
327 Log.d(OSUManager.TAG, "Extension " + extension + ": " + sequence);
H A DHTTPHandler.java133 Log.d(OSUManager.TAG, "Failed HTTP exchange, retry " + retry);
151 Log.d(OSUManager.TAG, "HTTP code " + response.getStatusCode() + ", user " + mUser +
H A DWiFiKeyManager.java158 Log.w(OSUManager.TAG, "Failed to retrieve certificates: " + kse);
168 Log.w(OSUManager.TAG, "Failed to retrieve private key: " + gse);
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
H A DRemediationHandler.java24 import com.android.hotspot2.osu.OSUManager;
60 Log.d(OSUManager.TAG, "State file: " + stateFile);
70 Log.d(OSUManager.TAG, "Networks changed");
91 Log.d(OSUManager.TAG, "New connection to "
94 Log.d(OSUManager.TAG, "No passpoint connection");
109 Log.d(OSUManager.TAG, "WNM sender mismatches with BSS, cancelling remediation");
125 Log.d(OSUManager.TAG, "Remediation timer");
139 Log.d(OSUManager.TAG, String.format("WNM remediation frame '%s' through %012x " +
143 Log.d(OSUManager.TAG, String.format("WNM remediation frame '%s' through %012x " +
147 Log.w(OSUManager
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
H A DFlowService.java16 import com.android.hotspot2.osu.OSUManager;
103 Log.d(OSUManager.TAG, "Starting remediation for " + spFqdn + " to " + url);
107 Log.e(OSUManager.TAG, "No HomeSP object matches '" + spFqdn + "'");
117 Log.e(OSUManager.TAG, "Failed to remediate: " + ioe, ioe);
122 Log.e(OSUManager.TAG, "Remediation request on unidentified Passpoint network ");
131 Log.e(OSUManager.TAG, "Failed to start remediation: " + ioe, ioe);
H A DOSUInfo.java13 import com.android.hotspot2.osu.OSUManager;
199 Log.d(OSUManager.TAG, "Matching icons against " + locale
204 Log.d(OSUManager.TAG, "Checking icon " + iconInfo.toString());
H A DPlatformAdapter.java24 import com.android.hotspot2.osu.OSUManager;
196 Log.w(OSUManager.TAG, "Failed to parse MO: " + e);
200 Log.d(OSUManager.TAG, "Loaded " + count + " SPs");
237 Log.d(OSUManager.TAG, String.format("Setting BSSID of '%s' to %012x",
465 Log.d(OSUManager.TAG, "Wifi configuration " + nwkId +
484 Log.d(OSUManager.TAG, "Found matching config " + config.networkId + ", updating");
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DOMADMAdapter.java15 import com.android.hotspot2.osu.OSUManager;
140 Log.w(OSUManager.TAG, "MEID cannot be extracted from DeviceId " + strDevId);
286 Log.e(OSUManager.TAG, "Caught exception building OMA Tree: " + ioe, ioe);
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java13 import com.android.hotspot2.osu.OSUManager;
200 Log.d(OSUManager.TAG, "retrieved " + sp.getFQDN() + " from PPS");
221 public HomeSP addSP(String xml, OSUManager osuManager) throws IOException, SAXException {
239 Log.d(OSUManager.TAG, "HS20 profile for " +
243 Log.d(OSUManager.TAG, "Adding new HS20 profile for " + homeSP.getFQDN());
399 Log.d(OSUManager.TAG, "modifying SP: " + mods);
494 Log.d(OSUManager.TAG, "No HS20 profile to delete for " + fqdn);
498 Log.d(OSUManager.TAG, "Deleting HS20 profile for " + fqdn);
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
H A DHTTPResponse.java6 import com.android.hotspot2.osu.OSUManager;

Completed in 157 milliseconds