History log of /frameworks/base/core/java/android/net/PskKeyManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
71fbb81b14958b80fe55738607740c6630e4e9da 30-Nov-2015 Neil Fuller <nfuller@google.com> Fix @code escapes

The body of {@code} must not be HTML escaped. This is one of
several changes that fix the source in conjunction with a
doclava fix.

Bug: 25757239
Change-Id: Ib38a0fa2dd2a3d68e467f78a812071e763d7e881
/frameworks/base/core/java/android/net/PskKeyManager.java
8e93f0c3bc8497a7ca1ce97a3bd8948612d52c1e 30-Oct-2014 Alex Klyubin <klyubin@google.com> Mention ECDHE_PSK bug in Javadoc of PskKeyManager.

Bug: 18144779
Change-Id: I50e1bb18456295170ef288ad089a0edad7f00ecf
/frameworks/base/core/java/android/net/PskKeyManager.java
fcd8b20e09ca066da6d2564935d8dbfff2777547 21-Jul-2014 Alex Klyubin <klyubin@google.com> Align PSKKeyManager with framework API style.

This CL adjusts android.net.PSKKeyManager as follows:
* Renamed to PskKeyManager to follow naming conventions.
* Changed from interface to abstract class with default
implementations for all methods.

Bug: 16403305
Bug: 15073623
Change-Id: Iefce26b394d4a753412315dad554b5342f3f0b44
/frameworks/base/core/java/android/net/PskKeyManager.java