HomeSort by relevance Sort by last modified time
    Searched refs:controllers (Results 226 - 250 of 470) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /tools/test/connectivity/acts/tests/google/coex/stress_tests/
CoexBasicStressTest.py 26 def __init__(self, controllers):
27 CoexBaseTest.__init__(self, controllers)
  /tools/test/connectivity/acts/tests/google/wifi/
WifiCrashTest.py 47 def __init__(self, controllers):
48 WifiBaseTest.__init__(self, controllers)
WifiHiddenSSIDTest.py 41 def __init__(self, controllers):
42 WifiBaseTest.__init__(self, controllers)
WifiPreFlightTest.py 45 def __init__(self, controllers):
46 WifiBaseTest.__init__(self, controllers)
WifiRoamingTest.py 31 def __init__(self, controllers):
32 WifiBaseTest.__init__(self, controllers)
WifiSoftApPerformanceTest.py 24 def __init__(self, controllers):
25 base_test.BaseTestClass.__init__(self, controllers)
WifiNetworkSelectorTest.py 24 from acts.controllers import android_device
25 from acts.controllers import attenuator
48 def __init__(self, controllers):
49 WifiBaseTest.__init__(self, controllers)
  /tools/test/connectivity/acts/tests/google/wifi/aware/functional/
AttachTest.py 29 def __init__(self, controllers):
30 AwareBaseTest.__init__(self, controllers)
  /tools/test/connectivity/acts/tests/google/wifi/aware/stress/
InfraAssociationStressTest.py 29 def __init__(self, controllers):
30 AwareBaseTest.__init__(self, controllers)
  /tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
RttRequestManagementTest.py 32 def __init__(self, controllers):
33 RttBaseTest.__init__(self, controllers)
  /frameworks/base/services/tests/servicestests/src/com/android/server/job/controllers/
JobStatusTest.java 17 package com.android.server.job.controllers;
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/constraints/controllers/
ConstraintController.java 16 package androidx.work.impl.constraints.controllers;
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeEventRuleSettings.java 82 List<AbstractPreferenceController> controllers = new ArrayList<>(); local
86 controllers.add(mHeader);
87 controllers.add(mSwitch);
88 return controllers;
ZenModeScheduleRuleSettings.java 200 List<AbstractPreferenceController> controllers = new ArrayList<>(); local
205 controllers.add(mHeader);
206 controllers.add(mSwitch);
207 return controllers;
  /test/vts/utils/python/controllers/attenuator_lib/
_tnhelper.py 22 from vts.utils.python.controllers import attenuator
  /test/vts-testcase/kernel/api/binder/
VtsKernelBinderTest.py 27 from vts.utils.python.controllers import adb
  /test/vts-testcase/kernel/version/
VtsKernelVersionTest.py 26 from vts.utils.python.controllers import android_device
  /tools/test/connectivity/acts/framework/acts/bin/
monsoon.py 26 from acts.controllers.monsoon import Monsoon
  /tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
cell_configurations.py 19 from acts.controllers.anritsu_lib.md8475a import BtsBandwidth
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_security.py 17 from acts.controllers.ap_lib import hostapd_constants
  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
_tnhelper.py 25 from acts.controllers import attenuator
  /tools/test/connectivity/acts/framework/acts/test_utils/net/
arduino_test_utils.py 27 from acts.controllers import attenuator
  /tools/test/connectivity/acts/framework/tests/
acts_adb_test.py 19 from acts.controllers import adb
35 """A class for testing acts/controllers/adb.py"""
  /tools/test/connectivity/acts/framework/tests/libs/ota/ota_tools/
update_device_ota_tool_test.py 19 from acts.controllers import android_device
26 with mock.patch('acts.controllers.adb.AdbProxy') as adb_proxy, (
27 mock.patch('acts.controllers.fastboot.FastbootProxy')) as fb_proxy:
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaSessionFacade.java 77 public void onActiveSessionsChanged(List<MediaController> controllers) {
79 int size = controllers.size();
81 MediaController controller = controllers.get(i);

Completed in 437 milliseconds

1 2 3 4 5 6 7 8 91011>>