Home
last modified time | relevance | path

Searched refs:isAtLeast (Results 1 – 25 of 193) sorted by relevance

12345678

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DBatteryStatsManagerTest.java46 assertThat(cellularBatteryStats.getEnergyConsumedMaMillis()).isAtLeast(0L); in testGetCellularBatteryStats()
47 assertThat(cellularBatteryStats.getIdleTimeMillis()).isAtLeast(0L); in testGetCellularBatteryStats()
48 assertThat(cellularBatteryStats.getLoggingDurationMillis()).isAtLeast(0L); in testGetCellularBatteryStats()
49 assertThat(cellularBatteryStats.getKernelActiveTimeMillis()).isAtLeast(0L); in testGetCellularBatteryStats()
50 assertThat(cellularBatteryStats.getMonitoredRailChargeConsumedMaMillis()).isAtLeast(0L); in testGetCellularBatteryStats()
51 assertThat(cellularBatteryStats.getNumBytesRx()).isAtLeast(0L); in testGetCellularBatteryStats()
52 assertThat(cellularBatteryStats.getNumBytesTx()).isAtLeast(0L); in testGetCellularBatteryStats()
53 assertThat(cellularBatteryStats.getNumPacketsRx()).isAtLeast(0L); in testGetCellularBatteryStats()
54 assertThat(cellularBatteryStats.getNumPacketsTx()).isAtLeast(0L); in testGetCellularBatteryStats()
55 assertThat(cellularBatteryStats.getRxTimeMillis()).isAtLeast(0L); in testGetCellularBatteryStats()
[all …]
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/gnss/
DGnssPowerStatsTests.java75 .isAtLeast(0L); in testGnssPowerStats()
76 assertThat(atom.getGnssPowerStats().getTotalEnergyMicroJoule()).isAtLeast(0L); in testGnssPowerStats()
78 .isAtLeast(0L); in testGnssPowerStats()
80 .isAtLeast(0L); in testGnssPowerStats()
82 .isAtLeast(0L); in testGnssPowerStats()
84 .isAtLeast(0L); in testGnssPowerStats()
86 .isAtLeast(0L); in testGnssPowerStats()
88 .isAtLeast(0L); in testGnssPowerStats()
90 .isAtLeast(0L); in testGnssPowerStats()
92 .isAtLeast(0L); in testGnssPowerStats()
[all …]
DGnssStatsTests.java98 assertThat(state.getLocationFailureReports()).isAtLeast((long) 0); in testGnssStats()
105 assertThat(state.getL5TopFourAverageCn0Reports()).isAtLeast((long) 0); in testGnssStats()
106 assertThat(state.getL5TopFourAverageCn0DbMhz()).isAtLeast((long) 0); in testGnssStats()
107 assertThat(state.getSvStatusReports()).isAtLeast((long) 0); in testGnssStats()
108 assertThat(state.getSvStatusReportsUsedInFix()).isAtLeast((long) 0); in testGnssStats()
109 assertThat(state.getL5SvStatusReports()).isAtLeast((long) 0); in testGnssStats()
110 assertThat(state.getL5SvStatusReportsUsedInFix()).isAtLeast((long) 0); in testGnssStats()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DConnectedNetworkScorerTest.java242 assertThat(statsEntry.getLinkSpeedMbps()).isAtLeast(0); in testWifiUsabilityStatsEntry()
243 assertThat(statsEntry.getTotalTxSuccess()).isAtLeast(0L); in testWifiUsabilityStatsEntry()
244 assertThat(statsEntry.getTotalTxRetries()).isAtLeast(0L); in testWifiUsabilityStatsEntry()
245 assertThat(statsEntry.getTotalTxBad()).isAtLeast(0L); in testWifiUsabilityStatsEntry()
246 assertThat(statsEntry.getTotalRxSuccess()).isAtLeast(0L); in testWifiUsabilityStatsEntry()
248 assertThat(statsEntry.getTotalRadioOnTimeMillis()).isAtLeast(0L); in testWifiUsabilityStatsEntry()
249 assertThat(statsEntry.getTotalRadioTxTimeMillis()).isAtLeast(0L); in testWifiUsabilityStatsEntry()
250 assertThat(statsEntry.getTotalRadioRxTimeMillis()).isAtLeast(0L); in testWifiUsabilityStatsEntry()
251 assertThat(statsEntry.getTotalScanTimeMillis()).isAtLeast(0L); in testWifiUsabilityStatsEntry()
252 assertThat(statsEntry.getTotalNanScanTimeMillis()).isAtLeast(0L); in testWifiUsabilityStatsEntry()
[all …]
DWifiInfoTest.java224 assertThat(wifiInfo.getLostTxPacketsPerSecond()).isAtLeast(0.0); in testWifiInfoPropertiesWhileConnected()
225 assertThat(wifiInfo.getRetriedTxPacketsPerSecond()).isAtLeast(0.0); in testWifiInfoPropertiesWhileConnected()
226 assertThat(wifiInfo.getSuccessfulRxPacketsPerSecond()).isAtLeast(0.0); in testWifiInfoPropertiesWhileConnected()
227 assertThat(wifiInfo.getSuccessfulTxPacketsPerSecond()).isAtLeast(0.0); in testWifiInfoPropertiesWhileConnected()
230 assertThat(wifiInfo.getLinkSpeed()).isAtLeast(-1); in testWifiInfoPropertiesWhileConnected()
231 assertThat(wifiInfo.getTxLinkSpeedMbps()).isAtLeast(-1); in testWifiInfoPropertiesWhileConnected()
232 assertThat(wifiInfo.getRxLinkSpeedMbps()).isAtLeast(-1); in testWifiInfoPropertiesWhileConnected()
233 assertThat(wifiInfo.getMaxSupportedTxLinkSpeedMbps()).isAtLeast(-1); in testWifiInfoPropertiesWhileConnected()
234 assertThat(wifiInfo.getMaxSupportedRxLinkSpeedMbps()).isAtLeast(-1); in testWifiInfoPropertiesWhileConnected()
257 if (ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S)) { in testWifiInfoBuilder()
/cts/tests/tests/car/src/android/car/cts/
DPlatformVersionTest.java47 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.TIRAMISU_0)) in testTiramisu_0()
50 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.TIRAMISU_1)) in testTiramisu_0()
53 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.TIRAMISU_2)) in testTiramisu_0()
56 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.TIRAMISU_3)) in testTiramisu_0()
59 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.UPSIDE_DOWN_CAKE_0)) in testTiramisu_0()
96 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.TIRAMISU_0)) in testTiramisu_1()
99 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.TIRAMISU_1)) in testTiramisu_1()
102 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.TIRAMISU_2)) in testTiramisu_1()
105 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.TIRAMISU_3)) in testTiramisu_1()
108 .that(version.isAtLeast(PlatformVersion.VERSION_CODES.UPSIDE_DOWN_CAKE_0)) in testTiramisu_1()
[all …]
DCarVersionTest.java46 .that(version.isAtLeast(CarVersion.VERSION_CODES.TIRAMISU_0)) in testTiramisu_0()
49 .that(version.isAtLeast(CarVersion.VERSION_CODES.TIRAMISU_1)) in testTiramisu_0()
52 .that(version.isAtLeast(CarVersion.VERSION_CODES.TIRAMISU_2)) in testTiramisu_0()
55 .that(version.isAtLeast(CarVersion.VERSION_CODES.TIRAMISU_3)) in testTiramisu_0()
58 .that(version.isAtLeast(CarVersion.VERSION_CODES.UPSIDE_DOWN_CAKE_0)) in testTiramisu_0()
95 .that(version.isAtLeast(CarVersion.VERSION_CODES.TIRAMISU_0)) in testTiramisu_1()
98 .that(version.isAtLeast(CarVersion.VERSION_CODES.TIRAMISU_1)) in testTiramisu_1()
101 .that(version.isAtLeast(CarVersion.VERSION_CODES.TIRAMISU_2)) in testTiramisu_1()
104 .that(version.isAtLeast(CarVersion.VERSION_CODES.TIRAMISU_3)) in testTiramisu_1()
107 .that(version.isAtLeast(CarVersion.VERSION_CODES.UPSIDE_DOWN_CAKE_0)) in testTiramisu_1()
[all …]
DApiVersionTest.java77 assertThrows(NullPointerException.class, () -> version(42, 108).isAtLeast(null)); in testAtLeast_null()
86 .that(version.isAtLeast(version(41))).isTrue(); in testAtLeast_major()
88 .that(version.isAtLeast(version(42))).isTrue(); in testAtLeast_major()
90 .that(version.isAtLeast(version(43))).isFalse(); in testAtLeast_major()
99 .that(version.isAtLeast(version(41, 109))).isTrue(); in testAtLeast_majorAndMinor()
101 .that(version.isAtLeast(version(42, 107))).isTrue(); in testAtLeast_majorAndMinor()
103 .that(version.isAtLeast(version(42, 108))).isTrue(); in testAtLeast_majorAndMinor()
106 .that(version.isAtLeast(version(42, 109))).isFalse(); in testAtLeast_majorAndMinor()
108 .that(version.isAtLeast(version(43, 0))).isFalse(); in testAtLeast_majorAndMinor()
137 assertThrows(IllegalArgumentException.class, () -> myObject.isAtLeast(otherObject)); in testAtLeast_wrongTypes()
[all …]
DCarInfoManagerTest.java79 assertThat(mCarInfoManager.getModelYearInInteger()).isAtLeast(0); in testGetModelYear()
84 assertThat(mCarInfoManager.getFuelCapacity()).isAtLeast(0f); in testGetFuelCapacity()
104 assertThat(mCarInfoManager.getEvBatteryCapacity()).isAtLeast(0f); in testGetEvBatteryCapacity()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/cpu/
DCpuStatsTests.java102 assertThat(atom.getCpuTimePerClusterFreq().getCluster()).isAtLeast(0); in testCpuTimePerClusterFreq()
103 assertThat(atom.getCpuTimePerClusterFreq().getFreqKhz()).isAtLeast(0); in testCpuTimePerClusterFreq()
104 assertThat(atom.getCpuTimePerClusterFreq().getTimeMillis()).isAtLeast(0); in testCpuTimePerClusterFreq()
123 assertThat(atom.getCpuCyclesPerUidCluster().getUid()).isAtLeast(0); in testCpuCyclesPerUidCluster()
124 assertThat(atom.getCpuCyclesPerUidCluster().getCluster()).isAtLeast(0); in testCpuCyclesPerUidCluster()
125 assertThat(atom.getCpuCyclesPerUidCluster().getMcycles()).isAtLeast(0); in testCpuCyclesPerUidCluster()
126 assertThat(atom.getCpuCyclesPerUidCluster().getTimeMillis()).isAtLeast(0); in testCpuCyclesPerUidCluster()
127 assertThat(atom.getCpuCyclesPerUidCluster().getPowerProfileEstimate()).isAtLeast(0); in testCpuCyclesPerUidCluster()
148 assertThat(atom.getCpuCyclesPerThreadGroupCluster().getCluster()).isAtLeast(0); in testCpuCyclesPerThreadGroupCluster()
149 assertThat(atom.getCpuCyclesPerThreadGroupCluster().getMcycles()).isAtLeast(0); in testCpuCyclesPerThreadGroupCluster()
[all …]
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/alarm/
DAlarmStatsTests.java123 assertThat(data.size()).isAtLeast(1); in testWakeupAlarmOccurred()
139 assertThat(data.size()).isAtLeast(2); in testAlarmScheduled()
174 assertThat(data.size()).isAtLeast(1); in testAlarmScheduled_exactWithUEA()
202 assertThat(data.size()).isAtLeast(1); in testAlarmScheduled_exactWithSEA()
228 assertThat(data.size()).isAtLeast(1); in testAlarmBatchDelivered()
266 assertThat(atom.getPendingAlarmInfo().getNumTotal()).isAtLeast(5); in testPendingAlarmInfo()
267 assertThat(atom.getPendingAlarmInfo().getNumExact()).isAtLeast(2); in testPendingAlarmInfo()
268 assertThat(atom.getPendingAlarmInfo().getNumWakeup()).isAtLeast(3); in testPendingAlarmInfo()
269 assertThat(atom.getPendingAlarmInfo().getNumAllowWhileIdle()).isAtLeast(1); in testPendingAlarmInfo()
270 assertThat(atom.getPendingAlarmInfo().getNumForegroundService()).isAtLeast(2); in testPendingAlarmInfo()
[all …]
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DApiLevelUtilTest.java47 assertTrue(ApiLevelUtil.isAtLeast(version - 1)); in testComparisonByInt()
48 assertTrue(ApiLevelUtil.isAtLeast(version)); in testComparisonByInt()
49 assertFalse(ApiLevelUtil.isAtLeast(version + 1)); in testComparisonByInt()
59 assertTrue(ApiLevelUtil.isAtLeast("HONEYCOMB_MR1")); in testComparisonByString()
60 assertTrue(ApiLevelUtil.isAtLeast("12")); in testComparisonByString()
/cts/tests/tests/batteryhealth/src/android/os/cts/batteryhealth/
DBatteryHealthTest.java82 assertThat(manufacturingDate).isAtLeast(BATTERY_USAGE_DATE_IN_EPOCH_MIN); in testManufacturingDate_dataInRange()
98 assertThat(firstUsageDate).isAtLeast(BATTERY_USAGE_DATE_IN_EPOCH_MIN); in testFirstUsageDate_dataInRange()
114 assertThat(chargingPolicy).isAtLeast(CHARGING_POLICY_DEFAULT); in testChargingPolicy_dataInRange()
131 assertThat(stateOfHealth).isAtLeast(BATTERY_STATE_OF_HEALTH_MIN); in testBatteryStateOfHealth_dataInRange()
151 assertThat(serialNumber.length()).isAtLeast(6); in testBatterySerialNumber_dataValid()
170 assertThat(partStatus).isAtLeast(BatteryManager.PART_STATUS_UNSUPPORTED); in testBatteryPartStatus_dataInRange()
184 assertThat(batteryCycleCount).isAtLeast(0); in testBatteryCycleCount_dataInRange()
267 assertThat(chargeCounter).isAtLeast(0); in testAutomotive_getIntProperty()
271 assertThat(currentNow).isAtLeast(1); in testAutomotive_getIntProperty()
275 assertThat(chargeAverage).isAtLeast(1); in testAutomotive_getIntProperty()
[all …]
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/memory/
DProcessMemoryStatsTests.java87 assertThat(state.getOomAdjScore()).isAtLeast(0); in testProcessMemoryState()
88 assertThat(state.getPageFault()).isAtLeast(0L); in testProcessMemoryState()
89 assertThat(state.getPageMajorFault()).isAtLeast(0L); in testProcessMemoryState()
90 assertThat(state.getRssInBytes()).isAtLeast(0L); in testProcessMemoryState()
91 assertThat(state.getCacheInBytes()).isAtLeast(0L); in testProcessMemoryState()
92 assertThat(state.getSwapInBytes()).isAtLeast(0L); in testProcessMemoryState()
171 assertThat(snapshot.getAnonRssAndSwapInKilobytes()).isAtLeast(0); in testProcessMemorySnapshot()
174 assertThat(snapshot.getRssInKilobytes()).isAtLeast(0); in testProcessMemorySnapshot()
175 assertThat(snapshot.getAnonRssInKilobytes()).isAtLeast(0); in testProcessMemorySnapshot()
176 assertThat(snapshot.getSwapInKilobytes()).isAtLeast(0); in testProcessMemorySnapshot()
DSystemMemoryStatsTests.java65 assertThat(systemMemory.getUnreclaimableSlabKb()).isAtLeast(0); in testSystemMemoryAtom()
66 assertThat(systemMemory.getVmallocUsedKb()).isAtLeast(0); in testSystemMemoryAtom()
67 assertThat(systemMemory.getPageTablesKb()).isAtLeast(0); in testSystemMemoryAtom()
68 assertThat(systemMemory.getKernelStackKb()).isAtLeast(0); in testSystemMemoryAtom()
70 assertThat(systemMemory.getTotalIonKb()).isAtLeast(0); in testSystemMemoryAtom()
DProcessDmabufMemoryTests.java71 assertThat(stats.getMappedDmabufKb()).isAtLeast(0); in testProcessDmabufMemoryAtom()
72 assertThat(stats.getMappedDmabufCount()).isAtLeast(0); in testProcessDmabufMemoryAtom()
74 assertThat(stats.getRetainedDmabufKb()).isAtLeast(0); in testProcessDmabufMemoryAtom()
75 assertThat(stats.getRetainedDmabufCount()).isAtLeast(0); in testProcessDmabufMemoryAtom()
/cts/tests/process/src/android/os/cts/process/
DProcessTest2.java102 assertThat(m.startRequestedElapsedRealtime).isAtLeast(beforeStartElapsedRealtime); in checkStartTime()
103 assertThat(m.startElapsedRealtime).isAtLeast(m.startRequestedElapsedRealtime); in checkStartTime()
105 assertThat(m.startRequestedUptimeMillis).isAtLeast(beforeStartUptimeMillis); in checkStartTime()
106 assertThat(m.startUptimeMillis).isAtLeast(m.startRequestedUptimeMillis); in checkStartTime()
162 assertThat(m.startRequestedElapsedRealtime).isAtLeast(beforeStartElapsedRealtime); in testStartTime_sharedProcess()
163 assertThat(m.startElapsedRealtime).isAtLeast(m.startRequestedElapsedRealtime); in testStartTime_sharedProcess()
165 assertThat(m.startRequestedUptimeMillis).isAtLeast(beforeStartUptimeMillis); in testStartTime_sharedProcess()
166 assertThat(m.startUptimeMillis).isAtLeast(m.startRequestedUptimeMillis); in testStartTime_sharedProcess()
/cts/hostsidetests/neuralnetworks/src/com/android/nn/host/cts/
DNeuralNetworksStatsTests.java112 assertThat(atom.getCompilationTimeSumMillis()).isAtLeast(0); in testAppNeuralNetworksCompilationCompletedNative()
113 assertThat(atom.getCompilationTimeMinMillis()).isAtLeast(0); in testAppNeuralNetworksCompilationCompletedNative()
114 assertThat(atom.getCompilationTimeMaxMillis()).isAtLeast(0); in testAppNeuralNetworksCompilationCompletedNative()
116 assertThat(atom.getCompilationTimeSumSquaredMillis()).isAtLeast(0); in testAppNeuralNetworksCompilationCompletedNative()
215 assertThat(atom.getDurationRuntimeSumMicros()).isAtLeast(0); in testAppNeuralNetworksExecutionCompletedNative()
216 assertThat(atom.getDurationRuntimeMinMicros()).isAtLeast(0); in testAppNeuralNetworksExecutionCompletedNative()
217 assertThat(atom.getDurationRuntimeMaxMicros()).isAtLeast(0); in testAppNeuralNetworksExecutionCompletedNative()
219 assertThat(atom.getDurationRuntimeSumSquaredMicros()).isAtLeast(0); in testAppNeuralNetworksExecutionCompletedNative()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DApiLevelUtil.java58 public static boolean isAtLeast(int version) { in isAtLeast() method in ApiLevelUtil
63 public static boolean isAtLeast(String version) { in isAtLeast() method in ApiLevelUtil
64 return isAtLeast(resolveVersionString(version)); in isAtLeast()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/apphibernation/
DAppHibernationStatsTest.java82 assertThat(data.size()).isAtLeast(1); in testUserLevelAppHibernationStateChanged_fromNotHibernatingToHibernating()
102 assertThat(data.size()).isAtLeast(1); in testUserLevelAppHibernationStateChanged_fromHibernatingToNotHibernating()
122 assertThat(apps.getHibernatedAppCount()).isAtLeast(1); in testUserLevelHibernatedApps()
142 assertThat(apps.getHibernatedAppCount()).isAtLeast(1); in testGlobalHibernatedApps()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/performancehintmanager/
DPerformanceHintManagerStatsTests.java144 assertThat(data.size()).isAtLeast(1); in testCreateHintSessionStatsdApp()
194 assertThat(data.size()).isAtLeast(1); in testCreateHintSessionStatsdGame()
224 assertThat(data.size()).isAtLeast(1); in testAdpfSystemComponentStatsd()
267 assertThat(a0.getMaxInvalidTidCount()).isAtLeast(tids.size()); in testAdpfHintSessionTidCleanupIsPushed()
268 assertThat(a0.getTotalTidCount()).isAtLeast(tids.size()); in testAdpfHintSessionTidCleanupIsPushed()
269 assertThat(a0.getTotalInvalidTidCount()).isAtLeast(tids.size()); in testAdpfHintSessionTidCleanupIsPushed()
272 assertThat(a0.getSessionCount()).isAtLeast(1); in testAdpfHintSessionTidCleanupIsPushed()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/batterystats/
DBatteryUsageStatsTests.java107 assertThat(atoms.size()).isAtLeast(1); in runBatteryUsageStatsAtomTest()
122 assertThat(deviceBatteryConsumer.getTotalConsumedPowerDeciCoulombs()).isAtLeast(0); in assertBatteryUsageStatsAtom()
125 assertThat(powerComponent.getDurationMillis()).isAtLeast(0); in assertBatteryUsageStatsAtom()
126 assertThat(powerComponent.getPowerDeciCoulombs()).isAtLeast(0); in assertBatteryUsageStatsAtom()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DMediaDeviceInfo.java47 if (ApiLevelUtil.isAtLeast(Build.VERSION_CODES.Q)) { in collectDeviceInfo()
51 if (ApiLevelUtil.isAtLeast(Build.VERSION_CODES.Q)) { in collectDeviceInfo()
143 if (ApiLevelUtil.isAtLeast(Build.VERSION_CODES.Q)) { in collectDeviceInfo()
161 if (ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S)) { in collectDeviceInfo()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/voiceinteraction/
DHotwordDetectorEventsStatsTest.java119 assertThat(filteredData.size()).isAtLeast(4); in testLogHotwordDetectorEventsForDspDetection()
148 assertThat(filteredData.size()).isAtLeast(4); in testLogHotwordDetectorEventsConnectedAppUpdateState()
174 assertThat(filteredData.size()).isAtLeast(6); in testLogHotwordDetectorEventsForExternalDetection()
205 assertThat(filteredData.size()).isAtLeast(5); in testLogHotwordDetectorEventsForSoftwareDetection()
236 assertThat(filteredData.size()).isAtLeast(6); in testLogHotwordDetectorEventsSoftwareConnectedAppUpdateState()
269 assertThat(filteredData.size()).isAtLeast(6); in testLogHotwordDetectorEventsForDspDetectorExternalDetectionSecurityException()
302 assertThat(filteredData.size()).isAtLeast(6); in testLogHotwordDetectorEventsForSoftwareDetectorExternalDetectionSecurityException()
336 assertThat(filteredData.size()).isAtLeast(5); in testLogHotwordDetectorEventsForDspDetectorExternalDetectionRejected()
366 assertThat(filteredData.size()).isAtLeast(5); in testLogHotwordDetectorEventsForSoftwareDetectorExternalDetectionRejected()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiConfigLockdownTest.java111 .that(updateCount).isAtLeast(2); in testDeviceOwnerCanUpdateConfig()
157 .that(updateCount).isAtLeast(1); in testRegularAppCannotUpdateDeviceOwnerConfig()
171 assertWithMessage("number of unchanged configs").that(notChangedCount).isAtLeast(1); in testRegularAppCannotUpdateDeviceOwnerConfig()
189 .that(removeCount).isAtLeast(1); in testRegularAppCannotRemoveDeviceOwnerConfig()
201 assertWithMessage("number of unchanged configs").that(notChangedCount).isAtLeast(1); in testRegularAppCannotRemoveDeviceOwnerConfig()

12345678