OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasWifi
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java
276
boolean
hasWifi
= false;
355
hasWifi
=
hasWifi
|| PackageManager.FEATURE_WIFI.equals(f.name);
446
if (!
hasWifi
&& !hasTelephony && !hasBluetooth) {
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceOwnerTest.java
716
final boolean
hasWifi
= hasDeviceFeature("android.hardware.wifi");
717
if (
hasWifi
&& mHasFeature) {
734
final boolean
hasWifi
= hasDeviceFeature("android.hardware.wifi");
735
if (
hasWifi
&& mHasFeature) {
[
all
...]
/device/generic/goldfish/ril/
reference-ril.c
606
static const char* getRadioInterfaceName(bool
hasWifi
)
608
return
hasWifi
? PPP_TTY_PATH_RADIO0 : PPP_TTY_PATH_ETH0;
619
bool
hasWifi
= hasWifiCapability();
620
const char* radioInterfaceName = getRadioInterfaceName(
hasWifi
);
747
hasWifi
? RADIO0_IPV4_ADDRESS : out,
752
hasWifi
? RADIO0_IPV4_ADDRESS : out,
806
if (
hasWifi
) {
[
all
...]
/cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java
[
all
...]
Completed in 729 milliseconds