/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/gnss/ |
D | GnssStatsTests.java | 96 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/ |
D | CarWatchdogManagerTest.java | 90 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()
|
D | CarPropertyManagerTest.java | 124 .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/ |
D | StatsdBlobStoreAtomTest.java | 85 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/ |
D | NotificationStatsTests.java | 76 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/ |
D | ProcessMemoryStatsTests.java | 89 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/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/a/ |
D | AppSearchStorageAugmenterDeviceTest.java | 60 assertThat(statsForPkg.getDataBytes()).isGreaterThan(0); in testReadStorageInfo() 61 assertThat(statsForUid.getDataBytes()).isGreaterThan(0); in testReadStorageInfo()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/binderstats/ |
D | LooperStatsTests.java | 92 assertThat(stats.getMessageCount()).isGreaterThan(0L); in testLooperStats() 93 assertThat(stats.getRecordedMessageCount()).isGreaterThan(0L); in testLooperStats() 99 assertThat(stats.getRecordedDelayMessageCount()).isGreaterThan(0L); in testLooperStats()
|
D | BinderStatsTests.java | 95 assertThat(calls.getRecordedCallCount()).isGreaterThan(0L); in testBinderStats() 96 assertThat(calls.getCallCount()).isGreaterThan(0L); in testBinderStats()
|
/cts/tests/tests/permission/src/android/permission/cts/ |
D | NearbyDevicesRenouncePermissionTest.java | 157 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/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/ |
D | LongQuery.java | 27 E isGreaterThan(long i); in isGreaterThan() method
|
D | IntegerQuery.java | 34 E isGreaterThan(int i); in isGreaterThan() method
|
/cts/tests/BlobStore/src/com/android/cts/blob/ |
D | BlobStoreManagerTest.java | 151 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/ |
D | BytesTransferredTest.java | 237 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/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/ |
D | LongQueryHelperTest.java | 67 longQueryHelper.isGreaterThan(LONG_VALUE); in matches_isGreaterThan_meetsRestriction_returnsTrue() 77 longQueryHelper.isGreaterThan(LONG_VALUE); in matches_isGreaterThan_doesNotMeetRestriction_returnsFalse()
|
D | IntegerQueryHelperTest.java | 68 integerQueryHelper.isGreaterThan(INTEGER_VALUE); in matches_isGreaterThan_meetsRestriction_returnsTrue() 78 integerQueryHelper.isGreaterThan(INTEGER_VALUE); in matches_isGreaterThan_doesNotMeetRestriction_returnsFalse()
|
/cts/hostsidetests/blobstore/test-apps/BlobStoreHostTestHelper/src/com/android/cts/device/blob/ |
D | DataCleanupTest.java | 53 assertThat(sessionId).isGreaterThan(0L); in testCreateSession() 91 assertThat(sessionId).isGreaterThan(0L); in testCommitBlob() 131 assertThat(sessionId).isGreaterThan(0L); in testRecommitBlob()
|
/cts/tests/appsearch/src/com/android/cts/appsearch/app/ |
D | AppSearchSessionPlatformCtsTest.java | 105 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/batterystats/ |
D | BatteryUsageStatsTests.java | 114 assertThat(batteryUsageStats.getSessionEndMillis()).isGreaterThan( in assertBatteryUsageStatsAtom() 116 assertThat(batteryUsageStats.getSessionDurationMillis()).isGreaterThan(0); in assertBatteryUsageStatsAtom()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | RadioAccessSpecifierTest.java | 56 assertThat(radioAccessSpecifier.hashCode()).isGreaterThan(0); in testConstructorAndGetters()
|
/cts/hostsidetests/multiuser/src/android/host/multiuser/ |
D | CreateUsersPermissionTest.java | 81 .that(userCount).isGreaterThan(maxUsers); in testCanCreateGuestUserWhenUserLimitReached()
|
/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/ |
D | TranscodeTestUtils.java | 137 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/appstart/ |
D | AppStartStatsTests.java | 97 assertThat(atom.getActivityStartTimestampMillis()).isGreaterThan(0L); in testAppStartOccurred() 98 assertThat(atom.getTransitionDelayMillis()).isGreaterThan(0); in testAppStartOccurred()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/cpu/ |
D | CpuStatsTests.java | 79 assertThat(atom.getCpuTimePerUid().getUserTimeMicros()).isGreaterThan(0L); in testCpuTimePerUid() 80 assertThat(atom.getCpuTimePerUid().getSysTimeMicros()).isGreaterThan(0L); in testCpuTimePerUid()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/ |
D | DeviceAtomTestCase.java | 183 assertThat(uidLineParts.length).isGreaterThan(2); in getUid() 184 assertThat(uid).isGreaterThan(10000); in getUid()
|