Home
last modified time | relevance | path

Searched refs:WIFI (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/tests/net/java/com/android/server/connectivity/
DLingerMonitorTest.java62 static final String WIFI = "WIFI"; field in LingerMonitorTest
91 setNotificationSwitch(transition(WIFI, CELLULAR)); in testTransitions()
101 setNotificationSwitch(transition(WIFI, CELLULAR)); in testNotificationOnLinger()
112 setNotificationSwitch(transition(WIFI, CELLULAR)); in testToastOnLinger()
123 setNotificationSwitch(transition(WIFI, CELLULAR)); in testNotificationClearedAfterDisconnect()
137 setNotificationSwitch(transition(WIFI, CELLULAR)); in testNotificationClearedAfterSwitchingBack()
151 setNotificationSwitch(transition(WIFI, CELLULAR)); in testUniqueToast()
169 setNotificationSwitch(transition(WIFI, CELLULAR)); in testMultipleNotifications()
190 setNotificationSwitch(transition(WIFI, CELLULAR)); in testRateLimiting()
216 setNotificationSwitch(transition(WIFI, CELLULAR)); in testDailyLimiting()
[all …]
DIpConnectivityEventBuilderTest.java28 import static com.android.server.connectivity.metrics.nano.IpConnectivityLogClass.WIFI;
178 String.format(" link_layer: %d", WIFI), in testLinkLayerInferrence()
/frameworks/base/core/java/android/debug/
DAdbTransportType.aidl23 WIFI, enumConstant
DAdbNotifications.java59 } else if (transportType == AdbTransportType.WIFI) { in createNotification()
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DComponent.java26 WIFI, enumConstant
DPowerProfile.java155 mResult.mComponents.put(Component.WIFI, mWifi); in parse()
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
DNetworkActivity.java65 public static final String WIFI = "Wi-Fi"; field in NetworkActivity
148 || ((sPref.equals(WIFI)) && (wifiConnected))) { in loadPage()
298 if (WIFI.equals(sPref) && networkInfo != null in onReceive()
/frameworks/base/services/core/java/com/android/server/adb/
DAdbService.java132 } else if (transportType == AdbTransportType.WIFI) { in isAdbEnabled()
217 AdbTransportType.WIFI)); in onChange()
277 mDebuggingManager.setAdbEnabled(mIsAdbWifiEnabled, AdbTransportType.WIFI); in bootCompleted()
451 } else if (transportType == AdbTransportType.WIFI) { in setAdbdEnabledForTransport()
470 } else if (transportType == AdbTransportType.WIFI && enable != mIsAdbWifiEnabled) { in setAdbEnabled()
DAdbDebuggingManager.java448 } else if (transportType == AdbTransportType.WIFI) { in listenToSocket()
467 } else if (transportType == AdbTransportType.WIFI) { in listenToSocket()
783 AdbTransportType.WIFI); in showAdbConnectedNotification()
1620 } else if (transportType == AdbTransportType.WIFI) { in setAdbEnabled()
/frameworks/base/services/core/java/com/android/server/lights/
DLightsManager.java30 public static final int LIGHT_ID_WIFI = Type.WIFI;
/frameworks/base/location/java/android/location/
DFusedBatchOptions.java101 public static int WIFI = 1<<1; field in FusedBatchOptions.SourceTechnologies
/frameworks/base/core/tests/coretests/src/android/debug/
DAdbNotificationsTest.java74 AdbTransportType.WIFI); in testCreateNotification_WifiTransportType()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsHelperTest.java128 mWifiBatterySipper.drainType = BatterySipper.DrainType.WIFI; in setUp()
289 assertEquals(BatterySipper.DrainType.WIFI.ordinal(), in testDrainTypesSyncedWithProto()
/frameworks/base/core/java/com/android/internal/os/
DBatterySipper.java154 WIFI, enumConstant
DBatteryStatsHelper.java740 BatterySipper bs = new BatterySipper(DrainType.WIFI, null, 0); in addWiFiUsage()
896 && sipper.drainType != DrainType.WIFI in removeHiddenBatterySippers()
/frameworks/base/keystore/java/android/security/
DCredentials.java72 public static final String WIFI = "WIFI_"; field in Credentials
/frameworks/base/services/core/java/com/android/server/connectivity/
DIpConnectivityEventBuilder.java380 TRANSPORT_LINKLAYER_MAP[TRANSPORT_WIFI] = IpConnectivityLogClass.WIFI;
409 IFNAME_LINKLAYERS[1] = IpConnectivityLogClass.WIFI;
/frameworks/base/tools/powermodel/test/com/android/powermodel/
DPowerProfileTest.java154 final WifiProfile wifi = (WifiProfile)profile.getComponent(Component.WIFI); in testReadGood()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp336 EXPECT_EQ(options_.dumpstate_hal_mode, DumpstateMode::WIFI); in TEST_F()
/frameworks/base/proto/src/
Dipconnectivity.proto34 WIFI = 4; enumerator
/frameworks/base/core/java/android/os/
DBatteryStats.java3984 case WIFI: in dumpCheckinLocked()
5135 case WIFI: in dumpLocked()
7702 final long wToken = proto.start(UidProto.WIFI); in dumpProtoAppsLocked()
8083 case WIFI: in dumpProtoSystemLocked()
8084 n = SystemProto.PowerUseItem.WIFI; in dumpProtoSystemLocked()
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto1139 WIFI = 103; enumerator
1517 // OPEN: Settings > WIFI Scan permission dialog
/frameworks/base/core/proto/android/os/
Dbatterystats.proto343 WIFI = 4; enumerator
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto774 WIFI = 103; enumerator
2648 // OPEN: Settings > WIFI Scan permission dialog
2651 // OPEN: Settings > WIFI Setup > Skip Wifi dialog
5579 // OPEN: TV Settings > Network & Internet > Add known WIFI network
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp2376 options->dumpstate_hal_mode = DumpstateMode::WIFI; in SetOptionsFromMode()

12