Home
last modified time | relevance | path

Searched defs:net (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DConnectivityControllerTest.java140 final Network net = new Network(101); in testInsane() local
151 assertFalse(controller.isSatisfied(createJobStatus(job), net, in testInsane() local
155 assertFalse(controller.isSatisfied(createJobStatus(job), net, in testInsane() local
159 assertFalse(controller.isSatisfied(createJobStatus(job), net, in testInsane() local
163 assertTrue(controller.isSatisfied(createJobStatus(job), net, in testInsane() local
167 assertTrue(controller.isSatisfied(createJobStatus(job), net, in testInsane() local
174 assertFalse(controller.isSatisfied(createJobStatus(job), net, in testInsane() local
178 assertFalse(controller.isSatisfied(createJobStatus(job), net, in testInsane() local
182 assertFalse(controller.isSatisfied(createJobStatus(job), net, in testInsane() local
186 assertTrue(controller.isSatisfied(createJobStatus(job), net, in testInsane() local
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLastResortWatchdogTest.java317 int net = 0; in testFailureCounting_countFailuresForSingleBssid() local
369 int net = 0; in testFailureCounting_countFailuresForSingleBssidWithEphemeral() local
419 int net = 0; in testFailureCounting_countFailuresForSingleBssidWrongSsid() local
463 int net = 0; in testFailureCounting_countFailuresForNonexistentBssid() local
508 int net = 0; in testFailureCounting_countFailuresForAnyBssid() local
557 int net = 0; in testFailureCounting_countFailuresForAnyBssidNonexistentSsid() local
603 int net = 0; in testFailureCounting_failureOverThresholdCheck() local
646 int net = 0; in testFailureCounting_failureUnderThresholdCheck() local
691 int net = 0; in testAvailableNetworkBuffering_doesNotAffectFailureCounts() local
755 int net = 0; in testAvailableNetworkBuffering_rebufferWipesCounts() local
[all …]
/frameworks/native/libs/binder/
DIpPrefix.cpp36 namespace net { namespace
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiBackupRestore.java761 SupplicantNetwork net = SupplicantNetwork.readNetworkFromStream(in); in readNetworksFromStream() local
/frameworks/base/core/java/android/net/
DIpSecManager.java529 public void removeTunnelModeTransform(Network net, IpSecTransform transform) {} in removeTunnelModeTransform()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jar ... -INF/MANIFEST.MF javax/ javax/net/ javax/net/ssl/ javax/net
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1549 int net = 0; in gatherDisableActionsLocked() local
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java1373 private void maybeLogBlockedStatusChanged(NetworkRequestInfo nri, Network net, in maybeLogBlockedStatusChanged()