OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_PASSPOINT_DEAUTH_IMMINENT
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointManager.java
19
import static android.net.wifi.WifiManager.
ACTION_PASSPOINT_DEAUTH_IMMINENT
;
157
intent = new Intent(
ACTION_PASSPOINT_DEAUTH_IMMINENT
);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointManagerTest.java
19
import static android.net.wifi.WifiManager.
ACTION_PASSPOINT_DEAUTH_IMMINENT
;
377
* Validate the broadcast intent {@link WifiManager#
ACTION_PASSPOINT_DEAUTH_IMMINENT
} when
393
assertEquals(
ACTION_PASSPOINT_DEAUTH_IMMINENT
, intent.getValue().getAction());
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiManager.java
242
public static final String
ACTION_PASSPOINT_DEAUTH_IMMINENT
=
[
all
...]
/prebuilts/sdk/current/
android.jar
Completed in 616 milliseconds