HomeSort by relevance Sort by last modified time
    Searched refs:OSUClient (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUClient.java 49 public class OSUClient {
60 public OSUClient(OSUInfo osuInfo, KeyStore ks) throws MalformedURLException {
66 public OSUClient(String osu, KeyStore ks) throws MalformedURLException {
OSUManager.java 244 private final OSUClient mOSUClient;
257 mOSUClient = new OSUClient(osuInfo, osuManager.getKeyStore());
271 mOSUClient = new OSUClient(osuURL, osuManager.getKeyStore());
    [all...]

Completed in 580 milliseconds