OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spName
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/Osu/src/com/android/hotspot2/
AppBridge.java
40
public void showStatus(OSUOperationStatus status, String
spName
, String message,
43
intent.putExtra(SP_NAME,
spName
);
53
public void showDeauth(String
spName
, boolean ess, int delay, String url) {
55
intent.putExtra(SP_NAME,
spName
);
/frameworks/base/packages/Osu/src/com/android/
MainActivity.java
146
private void showStatus(boolean provSuccess, String
spName
, String provMessage,
150
String.format("Credentials for %s was successfully installed",
spName
));
152
if (
spName
!= null) {
156
spName
, provMessage, remoteStatus));
160
spName
, provMessage));
169
private void showDeauth(String
spName
, boolean ess, int delay, String url) {
175
"Please visit %s for details",
spName
, delayReadable, url));
179
"Please visit %s for details",
spName
, url));
186
spName
, delayReadable, url));
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
RedirectListener.java
50
public RedirectListener(OSUManager osuManager, String
spName
) throws IOException {
52
mSpName =
spName
;
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java
679
String
spName
= homeSP != null ? homeSP.getFriendlyName() : "unknown";
680
mAppBridge.showDeauth(
spName
, ess, delay, url);
799
protected URL prepareUserInput(String
spName
) throws IOException {
800
mRedirectListener = new RedirectListener(this,
spName
);
811
public String notifyUser(OSUOperationStatus status, String message, String
spName
) {
820
mAppBridge.showStatus(status,
spName
, message, null);
824
public void provisioningFailed(String
spName
, String message, HomeSP homeSP
[
all
...]
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar
Completed in 706 milliseconds