OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ID_STRING_VAR_NAME
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java
479
verify(mWifiNative).setNetworkExtra(network, WifiConfigStore.
ID_STRING_VAR_NAME
,
579
when(mWifiNative.getNetworkExtra(0, WifiConfigStore.
ID_STRING_VAR_NAME
))
582
when(mWifiNative.getNetworkExtra(1, WifiConfigStore.
ID_STRING_VAR_NAME
))
584
when(mWifiNative.getNetworkVariable(1, WifiConfigStore.
ID_STRING_VAR_NAME
))
592
when(mWifiNative.getNetworkExtra(2, WifiConfigStore.
ID_STRING_VAR_NAME
))
599
when(mWifiNative.getNetworkExtra(3, WifiConfigStore.
ID_STRING_VAR_NAME
))
667
when(mWifiNative.getNetworkExtra(anyInt(), eq(WifiConfigStore.
ID_STRING_VAR_NAME
)))
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java
82
public static final String
ID_STRING_VAR_NAME
= "id_str";
400
// Parse the serialized JSON dictionary in
ID_STRING_VAR_NAME
once and cache the
403
ID_STRING_VAR_NAME
);
406
// If
ID_STRING_VAR_NAME
did not contain a dictionary, assume that it contains
409
config.networkId,
ID_STRING_VAR_NAME
));
597
if (!mWifiNative.setNetworkExtra(config.networkId,
ID_STRING_VAR_NAME
, metadata)) {
[
all
...]
Completed in 795 milliseconds