OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCertData
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/commands/
GetCertData.java
32
public class
GetCertData
implements OSUCommandData {
38
public
GetCertData
(XMLNode commandNode) throws OMAException {
69
return "
GetCertData
" +
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUCommand.java
7
import com.android.hotspot2.osu.commands.
GetCertData
;
59
mCommandData = new
GetCertData
(child);
OSUClient.java
23
import com.android.hotspot2.osu.commands.
GetCertData
;
152
GetCertData
estData = checkResponse(provResponse);
161
try (ESTHandler estHandler = new ESTHandler((
GetCertData
) provResponse.
277
try (ESTHandler estHandler = new ESTHandler((
GetCertData
) pddResponse.
397
private static
GetCertData
checkResponse(PostDevDataResponse response) throws IOException {
405
return (
GetCertData
) response.getCommandData();
/frameworks/base/packages/Osu/src/com/android/hotspot2/est/
ESTHandler.java
18
import com.android.hotspot2.osu.commands.
GetCertData
;
82
public ESTHandler(
GetCertData
certData, Network network, OMADMAdapter omadmAdapter,
Completed in 3011 milliseconds