OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:roamingstate
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler_strings.cc
123
{"
roamingState
", IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_ROAMING_STATE},
internet_options_handler.cc
203
const char kTagRoamingState[] = "
roamingState
";
[
all
...]
/packages/apps/Settings/src/com/android/settings/
RadioInfo.java
96
private TextView
roamingState
;
264
roamingState
= (TextView) findViewById(R.id.roaming);
591
roamingState
.setText(R.string.radioInfo_roaming_in);
593
roamingState
.setText(R.string.radioInfo_roaming_not);
[
all
...]
/external/chromium_org/chrome/browser/resources/chromeos/network_ui/
network_ui.js
22
'Cellular.
RoamingState
',
/external/chromium_org/components/onc/
onc_constants.cc
101
const char kRoamingState[] = "
RoamingState
";
/external/chromium_org/chrome/common/extensions/api/
networking_private.json
116
"description": "Gets the cached read-only properties of the network with id networkGuid. This is meant to be a higher performance function than getProperties, which requires a round trip to query the networking subsystem. The following properties are returned for all networks: GUID, Type, Name, WiFi.Security. Additional properties are provided for visible networks: ConnectionState, ErrorState, WiFi.SignalStrength, Cellular.NetworkTechnology, Cellular.ActivationState, Cellular.
RoamingState
, Cellular.OutOfCredits.",
/external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.html
278
<td class="option-name" i18n-content="
roamingState
"></td>
internet_detail.js
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java
724
private State mRoamingState = new
RoamingState
();
[
all
...]
Completed in 2770 milliseconds