Home
last modified time | relevance | path

Searched refs:period (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiScannerTest.java90 int period, int batch, int bssidsPerScan, int reportEvents) { in createRequest() argument
94 request.periodInMs = period; in createRequest()
101 private static WifiScanner.ScanSettings createRequest(int type, int band, int period, int batch, in createRequest() argument
103 return createRequest(WifiScanner.SCAN_TYPE_HIGH_ACCURACY, band, period, 0, 0, in createRequest()
107 private static WifiScanner.ScanSettings createRequest(int band, int period, int batch, in createRequest() argument
109 return createRequest(WifiScanner.SCAN_TYPE_HIGH_ACCURACY, band, period, 0, 0, batch, in createRequest()
113 private static WifiScanner.ScanSettings createRequest(int type, int band, int period, in createRequest() argument
119 request.periodInMs = period; in createRequest()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DHelper.java268 public static void setHotwordDetectionServiceRestartPeriod(String period) {
270 Log.v(TAG, "setHotwordDetectionServiceRestartPeriod()=" + period);
272 period, false);
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/systemupdate/
DSystemUpdatePolicyTest.java343 private void assertFreezePeriodListContains(List<FreezePeriod> list, FreezePeriod period) { in assertFreezePeriodListContains() argument
346 if (areFreezePeriodsEqual(period, other)) { in assertFreezePeriodListContains()
355 String.join(", ", printablePeriods), period)); in assertFreezePeriodListContains()
/cts/tests/DropBoxManager/src/android/dropboxmanager/cts/
DDropBoxTests.java364 private void setBroadcastRateLimitSetting(long period) throws IOException { in setBroadcastRateLimitSetting() argument
366 String.valueOf(period)); in setBroadcastRateLimitSetting()
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorCtsHelper.java146 public static <TValue extends Number> double getFrequency(TValue period, TimeUnit unit) { in getFrequency() argument
147 return 1000000000 / (TimeUnit.NANOSECONDS.convert(1, unit) * period.doubleValue()); in getFrequency()
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DVideoEncoderTest.java1152 for (int period : refreshPeriod) { in testIntraRefresh()
1158 fmt.setInteger(MediaFormat.KEY_INTRA_REFRESH_PERIOD, period); in testIntraRefresh()
1170 if (intraPeriod > 1.2 * period || intraPeriod < 0.8 * period) { in testIntraRefresh()
/cts/tests/surfacecontrol/jni/
Dandroid_view_surfacecontrol_cts_ChoreographerNativeTest.cpp91 for (const long& period : gSupportedRefreshPeriods) { in dumpSupportedRefreshPeriods() local
92 ss << period << ","; in dumpSupportedRefreshPeriods()
/cts/tests/tests/syncmanager/src/android/content/syncmanager/cts/
DCtsSyncManagerTest.java181 24 * 60 * 60, ContentResolver.getPeriodicSyncs(account, authority).get(0).period); in addAccountAndLetInitialSyncRun()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt11694 field public final long period;
23662 field public static final String KEY_INTRA_REFRESH_PERIOD = "intra-refresh-period";