Home
last modified time | relevance | path

Searched refs:isGreaterThan (Results 1 – 25 of 65) sorted by relevance

123

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/gnss/
DGnssStatsTests.java96 assertThat(state.getLocationReports()).isGreaterThan((long) 0); in testGnssStats()
98 assertThat(state.getTimeToFirstFixReports()).isGreaterThan((long) 0); in testGnssStats()
99 assertThat(state.getTimeToFirstFixMillis()).isGreaterThan((long) 0); in testGnssStats()
100 assertThat(state.getPositionAccuracyReports()).isGreaterThan((long) 0); in testGnssStats()
101 assertThat(state.getPositionAccuracyMeters()).isGreaterThan((long) 0); in testGnssStats()
102 assertThat(state.getTopFourAverageCn0Reports()).isGreaterThan((long) 0); in testGnssStats()
103 assertThat(state.getTopFourAverageCn0DbMhz()).isGreaterThan((long) 0); in testGnssStats()
/cts/tests/tests/car/src/android/car/cts/
DCarWatchdogManagerTest.java90 writtenBytes).isGreaterThan(0L); in testGetResourceOveruseStats()
111 remainingWriteBytes.getForegroundModeBytes()).isGreaterThan(0); in testGetResourceOveruseStats()
113 remainingWriteBytes.getBackgroundModeBytes()).isGreaterThan(0); in testGetResourceOveruseStats()
115 remainingWriteBytes.getGarageModeBytes()).isGreaterThan(0); in testGetResourceOveruseStats()
117 ioOveruseStats.getDurationInSeconds()).isGreaterThan(0); in testGetResourceOveruseStats()
118 assertWithMessage("Start time").that(ioOveruseStats.getStartTime()).isGreaterThan(0); in testGetResourceOveruseStats()
DCarPropertyManagerTest.java124 .isGreaterThan(0); in verifyWheelTickConfigArray()
294 .that(supportedWheels).isGreaterThan( in testWheelTickIfSupported()
385 fuelTypes.length).isGreaterThan(0); in testInfoFuelTypeIfSupported()
423 evConnectorTypes.length).isGreaterThan(0); in testInfoEvConnectorTypeIfSupported()
484 .that(evPortLocations.length).isGreaterThan(0); in testInfoMultiEvPortLocationsIfSupported()
534 exteriorDimension).isGreaterThan(0); in testInfoExteriorDimensionsIfSupported()
962 assertThat(speedListenerUI.receivedEvent(vehicleSpeed)).isGreaterThan(NO_EVENTS); in testRegisterCallback()
963 assertThat(speedListenerFast.receivedEvent(vehicleSpeed)).isGreaterThan( in testRegisterCallback()
1071 .isGreaterThan(wheelTickEventCountAfterFirstCountDown); in testUnregisterWithPropertyId()
/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DStatsdBlobStoreAtomTest.java85 assertThat(blobId).isGreaterThan(0L); in testPushedBlobStoreStats()
86 assertThat(blobSize).isGreaterThan(0L); in testPushedBlobStoreStats()
134 assertThat(blobInfo.getExpiryTimestampMillis()).isGreaterThan( in testPulledBlobStoreStats()
142 assertThat(commitTimeMs).isGreaterThan(testStartTimeMs); in testPulledBlobStoreStats()
150 assertThat(blobInfo.getLeasees().getLeaseeCount()).isGreaterThan(0); in testPulledBlobStoreStats()
156 assertThat(leaseExpiryMs).isGreaterThan(testStartTimeMs + BLOB_LEASE_EXPIRY_DURATION_MS); in testPulledBlobStoreStats()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/notification/
DNotificationStatsTests.java76 assertThat(allPreferences.size()).isGreaterThan(0); in testNotificationPackagePreferenceExtraction()
81 assertThat(pref.getUid()).isGreaterThan(0); in testNotificationPackagePreferenceExtraction()
111 assertThat(allChannelPreferences.size()).isGreaterThan(0); in testNotificationChannelPreferencesExtraction()
116 assertThat(pref.getUid()).isGreaterThan(0); in testNotificationChannelPreferencesExtraction()
150 assertThat(allGroupPreferences.size()).isGreaterThan(0); in testNotificationChannelGroupPreferencesExtraction()
155 assertThat(pref.getUid()).isGreaterThan(0); in testNotificationChannelGroupPreferencesExtraction()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/memory/
DProcessMemoryStatsTests.java89 assertThat(state.getRssInBytes()).isGreaterThan(0L); in testProcessMemoryState()
123 assertThat(state.getRssHighWaterMarkInBytes()).isGreaterThan(0L); in testProcessMemoryHighWaterMark()
126 assertThat(state.getRssHighWaterMarkInBytes()).isGreaterThan(0L); in testProcessMemoryHighWaterMark()
129 assertThat(state.getRssHighWaterMarkInBytes()).isGreaterThan(0L); in testProcessMemoryHighWaterMark()
169 assertThat(snapshot.getPid()).isGreaterThan(0); in testProcessMemorySnapshot()
/cts/tests/tests/permission/src/android/permission/cts/
DNearbyDevicesRenouncePermissionTest.java157 assertThat(mLocationNoteCount).isGreaterThan(0); in scanWithoutRenouncingNotesBluetoothAndLocation()
158 assertThat(mScanNoteCount).isGreaterThan(0); in scanWithoutRenouncingNotesBluetoothAndLocation()
169 assertThat(mScanNoteCount).isGreaterThan(0); in scanRenouncingLocationNotesBluetoothButNotLocation()
180 assertThat(mScanNoteCount).isGreaterThan(0); in scanRenouncingInMiddleOfChainNotesBluetoothButNotLocation()
191 assertThat(mScanNoteCount).isGreaterThan(0); in scanRenouncingAtEndOfChainNotesBluetoothButNotLocation()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/binderstats/
DLooperStatsTests.java92 assertThat(stats.getMessageCount()).isGreaterThan(0L); in testLooperStats()
93 assertThat(stats.getRecordedMessageCount()).isGreaterThan(0L); in testLooperStats()
99 assertThat(stats.getRecordedDelayMessageCount()).isGreaterThan(0L); in testLooperStats()
DBinderStatsTests.java95 assertThat(calls.getRecordedCallCount()).isGreaterThan(0L); in testBinderStats()
96 assertThat(calls.getCallCount()).isGreaterThan(0L); in testBinderStats()
/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/a/
DAppSearchStorageAugmenterDeviceTest.java60 assertThat(statsForPkg.getDataBytes()).isGreaterThan(0); in testReadStorageInfo()
61 assertThat(statsForUid.getDataBytes()).isGreaterThan(0); in testReadStorageInfo()
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java151 assertThat(sessionId).isGreaterThan(0L); in testGetCreateSession()
200 assertThat(sessionId).isGreaterThan(0L); in testAbandonSession()
218 assertThat(sessionId).isGreaterThan(0L); in testOpenReadWriteSession()
243 assertThat(sessionId).isGreaterThan(0L); in testOpenSession_fromAnotherPkg()
269 assertThat(sessionId).isGreaterThan(0L); in testOpenSessionAndAbandon()
296 assertThat(sessionId).isGreaterThan(0L); in testCloseSession()
335 assertThat(sessionId).isGreaterThan(0L); in testAllowPublicAccess()
356 assertThat(sessionId).isGreaterThan(0L); in testAllowPublicAccess_abandonedSession()
379 assertThat(sessionId).isGreaterThan(0L); in testAllowSameSignatureAccess()
400 assertThat(sessionId).isGreaterThan(0L); in testAllowSameSignatureAccess_abandonedSession()
[all …]
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/net/
DBytesTransferredTest.java237 assertThat(rxb).isGreaterThan(0L); in assertDataUsageAtomDataExpected()
238 assertThat(txb).isGreaterThan(0L); in assertDataUsageAtomDataExpected()
239 assertThat(rxp).isGreaterThan(0L); in assertDataUsageAtomDataExpected()
240 assertThat(txp).isGreaterThan(0L); in assertDataUsageAtomDataExpected()
/cts/hostsidetests/blobstore/test-apps/BlobStoreHostTestHelper/src/com/android/cts/device/blob/
DDataCleanupTest.java53 assertThat(sessionId).isGreaterThan(0L); in testCreateSession()
91 assertThat(sessionId).isGreaterThan(0L); in testCommitBlob()
131 assertThat(sessionId).isGreaterThan(0L); in testRecommitBlob()
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
DLongQuery.java29 E isGreaterThan(long i); in isGreaterThan() method
DIntegerQuery.java34 E isGreaterThan(int i); in isGreaterThan() method
DLongQueryHelper.java48 public E isGreaterThan(long i) { in isGreaterThan() method in LongQueryHelper
/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/
DIntegerQueryHelperTest.java68 integerQueryHelper.isGreaterThan(INTEGER_VALUE); in matches_isGreaterThan_meetsRestriction_returnsTrue()
78 integerQueryHelper.isGreaterThan(INTEGER_VALUE); in matches_isGreaterThan_doesNotMeetRestriction_returnsFalse()
DLongQueryHelperTest.java67 longQueryHelper.isGreaterThan(LONG_VALUE); in matches_isGreaterThan_meetsRestriction_returnsTrue()
77 longQueryHelper.isGreaterThan(LONG_VALUE); in matches_isGreaterThan_doesNotMeetRestriction_returnsFalse()
/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/
DTranscodeTestUtils.java137 assertThat(byteCount).isGreaterThan(-1); in read()
138 assertThat(fileOffset).isGreaterThan(-1); in read()
145 assertThat(numBytesRead).isGreaterThan(-1); in read()
151 assertThat(byteCount).isGreaterThan(-1); in write()
152 assertThat(fileOffset).isGreaterThan(-1); in write()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/batterystats/
DBatteryUsageStatsTests.java114 assertThat(batteryUsageStats.getSessionEndMillis()).isGreaterThan( in assertBatteryUsageStatsAtom()
116 assertThat(batteryUsageStats.getSessionDurationMillis()).isGreaterThan(0); in assertBatteryUsageStatsAtom()
/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DAppSearchSessionPlatformCtsTest.java105 assertThat(afterStatsForPkg.getDataBytes()).isGreaterThan(beforeStatsForPkg.getDataBytes()); in testStorageAttributedToSelf_withDocument()
106 assertThat(afterStatsForUid.getDataBytes()).isGreaterThan(beforeStatsForUid.getDataBytes()); in testStorageAttributedToSelf_withDocument()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appstart/
DAppStartStatsTests.java97 assertThat(atom.getActivityStartTimestampMillis()).isGreaterThan(0L); in testAppStartOccurred()
98 assertThat(atom.getTransitionDelayMillis()).isGreaterThan(0); in testAppStartOccurred()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/cpu/
DCpuStatsTests.java79 assertThat(atom.getCpuTimePerUid().getUserTimeMicros()).isGreaterThan(0L); in testCpuTimePerUid()
80 assertThat(atom.getCpuTimePerUid().getSysTimeMicros()).isGreaterThan(0L); in testCpuTimePerUid()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DRadioAccessSpecifierTest.java56 assertThat(radioAccessSpecifier.hashCode()).isGreaterThan(0); in testConstructorAndGetters()
/cts/hostsidetests/multiuser/src/android/host/multiuser/
DCreateUsersPermissionTest.java77 .that(userCount).isGreaterThan(maxUsers); in testCanCreateGuestUserWhenUserLimitReached()

123