Home
last modified time | relevance | path

Searched refs:assertTrue (Results 1 – 25 of 1930) sorted by relevance

12345678910>>...78

/cts/hostsidetests/systemui/src/android/host/systemui/
DTileServiceTest.java39 assertTrue(waitFor("onCreate")); in testAddTile()
40 assertTrue(waitFor("onTileAdded")); in testAddTile()
41 assertTrue(waitFor("onDestroy")); in testAddTile()
48 assertTrue(waitFor("onCreate")); in testRemoveTile()
49 assertTrue(waitFor("onTileAdded")); in testRemoveTile()
50 assertTrue(waitFor("onDestroy")); in testRemoveTile()
53 assertTrue(waitFor("onTileRemoved")); in testRemoveTile()
59 assertTrue(waitFor("onDestroy")); in testListeningNotifications()
63 assertTrue(waitFor("onStartListening")); in testListeningNotifications()
66 assertTrue(waitFor("onStopListening")); in testListeningNotifications()
[all …]
/cts/hostsidetests/incident/src/com/android/server/cts/
DPowerIncidentTest.java41 assertTrue(dump.getBatteryLevel() >= 0); in verifyPowerManagerServiceDumpProto()
42 assertTrue(dump.getBatteryLevel() <= 100); in verifyPowerManagerServiceDumpProto()
44 assertTrue( in verifyPowerManagerServiceDumpProto()
48 assertTrue( in verifyPowerManagerServiceDumpProto()
52 assertTrue( in verifyPowerManagerServiceDumpProto()
59 assertTrue(settingsAndConfiguration.getMinimumScreenOffTimeoutConfigMs() > 0); in verifyPowerManagerServiceDumpProto()
60 assertTrue(settingsAndConfiguration.getMaximumScreenDimDurationConfigMs() >= 0); in verifyPowerManagerServiceDumpProto()
61 assertTrue(settingsAndConfiguration.getMaximumScreenDimRatioConfig() > 0); in verifyPowerManagerServiceDumpProto()
62 assertTrue(settingsAndConfiguration.getScreenOffTimeoutSettingMs() > 0); in verifyPowerManagerServiceDumpProto()
64 assertTrue(settingsAndConfiguration.getSleepTimeoutSettingMs() >= -1); in verifyPowerManagerServiceDumpProto()
[all …]
DDiskStatsProtoTest.java43 assertTrue(dump.getPartitionsFreeSpaceCount() > 0); in verifyDiskStatsServiceDumpProto()
49 assertTrue(dump.getErrorMessage().isEmpty()); in verifyDiskStatsServiceDumpProto()
52 assertTrue(dump.getWrite512BLatencyMillis() < 100); // Less than 100ms in verifyDiskStatsServiceDumpProto()
54 assertTrue(dump.getWrite512BLatencyMillis() >= 0); // Non-negative in verifyDiskStatsServiceDumpProto()
55 assertTrue(dump.getBenchmarkedWriteSpeedKbps() >= 0); // Non-negative in verifyDiskStatsServiceDumpProto()
66 assertTrue(DiskStatsServiceDumpProto.EncryptionType.getDescriptor().getValues() in verifyDiskStatsServiceDumpProto()
73 assertTrue(dsas.getAppSizeKb() >= 0); in verifyDiskStatsAppSizesProto()
74 assertTrue(dsas.getCacheSizeKb() >= 0); in verifyDiskStatsAppSizesProto()
75 assertTrue(dsas.getAppDataSizeKb() >= 0); in verifyDiskStatsAppSizesProto()
79 assertTrue(dscv.getAggAppsSizeKb() >= 0); in verifyDiskStatsCachedValuesProto()
[all …]
DActivityManagerIncidentTest.java63 assertTrue(dump.getReceiverListCount() > 0); in testDumpBroadcasts()
64 assertTrue(dump.getBroadcastQueueCount() > 0); in testDumpBroadcasts()
65 assertTrue(dump.getStickyBroadcastsCount() > 0); in testDumpBroadcasts()
83 assertTrue(found); in testDumpBroadcasts()
85 assertTrue(mainHandler.getHandler().contains( in testDumpBroadcasts()
97 assertTrue(activeServices.getServicesByUsersCount() > 0); in testDumpServices()
100 assertTrue(perUserServices.getServiceRecordsCount() >= 0); in testDumpServices()
123 assertTrue(srp.getAppinfo().getBaseDir().isEmpty()); in verifyServiceRecordProto()
124 assertTrue(srp.getAppinfo().getResDir().isEmpty()); in verifyServiceRecordProto()
125 assertTrue(srp.getAppinfo().getDataDir().isEmpty()); in verifyServiceRecordProto()
[all …]
/cts/tests/tests/os/src/android/os/cts/
DStatFsTest.java29 assertTrue(stat.getBlockSize() > 0); in testStatFs()
30 assertTrue(stat.getBlockCount() > 0); in testStatFs()
31 assertTrue(stat.getFreeBlocks() >= stat.getAvailableBlocks()); in testStatFs()
32 assertTrue(stat.getAvailableBlocks() > 0); in testStatFs()
34 assertTrue(stat.getBlockSizeLong() > 0); in testStatFs()
35 assertTrue(stat.getBlockCountLong() > 0); in testStatFs()
36 assertTrue(stat.getFreeBlocksLong() >= stat.getAvailableBlocksLong()); in testStatFs()
37 assertTrue(stat.getAvailableBlocksLong() > 0); in testStatFs()
39 assertTrue(stat.getFreeBytes() > 0); in testStatFs()
40 assertTrue(stat.getAvailableBytes() > 0); in testStatFs()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DScrollerTest.java21 import static org.junit.Assert.assertTrue;
63 assertTrue(mScroller.isFinished()); in testIsFinished()
76 assertTrue(mScroller.getDuration() > 0); in testGetDuration()
86 assertTrue(mScroller.getDuration() > 0); in testGetDuration()
92 assertTrue(mScroller.isFinished()); in testAccessFinalX()
96 assertTrue(mScroller.isFinished()); in testAccessFinalX()
107 assertTrue(mScroller.isFinished()); in testAccessFinalY()
111 assertTrue(mScroller.isFinished()); in testAccessFinalY()
126 assertTrue(mScroller.isFinished()); in testScrollMode()
139 assertTrue(mScroller.computeScrollOffset()); in testScrollMode()
[all …]
DTableLayoutTest.java24 import static org.junit.Assert.assertTrue;
88 assertTrue(mTableDefault.isColumnCollapsed(0)); in testConstructor()
89 assertTrue(mTableDefault.isColumnStretchable(2)); in testConstructor()
93 assertTrue(tableLayout.isColumnShrinkable(1)); in testConstructor()
127 assertTrue(mTableEmpty.isLayoutRequested()); in testRequestLayout()
128 assertTrue(mTableEmpty.getChildAt(0).isLayoutRequested()); in testRequestLayout()
129 assertTrue(mTableEmpty.getChildAt(1).isLayoutRequested()); in testRequestLayout()
138 assertTrue(mTableEmpty.isShrinkAllColumns()); in testAccessShrinkAllColumns()
149 assertTrue(mTableEmpty.isStretchAllColumns()); in testAccessStretchAllColumns()
167 assertTrue(mTableEmpty.isColumnCollapsed(0)); in testAccessColumnCollapsed()
[all …]
/cts/tests/tests/database/src/android/database/cts/
DAbstractWindowedCursorTest.java55 assertTrue(mWindow.setNumColumns(TEST_COLUMN_COUNT)); in testIsNull()
57 assertTrue(mCursor.isNull(COLUMN_INDEX0)); in testIsNull()
58 assertTrue(mWindow.allocRow()); in testIsNull()
61 assertTrue(mWindow.putString(str, ROW_INDEX0, COLUMN_INDEX0)); in testIsNull()
67 assertTrue(mWindow.setNumColumns(TEST_COLUMN_COUNT)); in testIsBlob()
68 assertTrue(mWindow.allocRow()); in testIsBlob()
74 assertTrue(mWindow.putString(str, ROW_INDEX0, COLUMN_INDEX0)); in testIsBlob()
75 assertTrue(mWindow.putBlob(new byte[10], ROW_INDEX0, COLUMN_INDEX1)); in testIsBlob()
76 assertTrue(mCursor.isBlob(COLUMN_INDEX1)); in testIsBlob()
84 assertTrue(mCursor.hasWindow()); in testHasWindow()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DJetPlayerTest.java55 assertTrue(JetPlayer.getMaxTracks() > 0); in setUp()
73 assertTrue(mJetPlayer.clearQueue()); in testLoadJetFromPath()
76 assertTrue(mJetPlayer.loadJetFile(mJetFile)); in testLoadJetFromPath()
81 assertTrue(mJetPlayer.clearQueue()); in testLoadJetFromFd()
83assertTrue(mJetPlayer.loadJetFile(mContext.getResources().openRawResourceFd(R.raw.test_jet))); in testLoadJetFromFd()
88 assertTrue(mJetPlayer.clearQueue()); in testQueueJetSegmentMuteArray()
90assertTrue(mJetPlayer.loadJetFile(mContext.getResources().openRawResourceFd(R.raw.test_jet))); in testQueueJetSegmentMuteArray()
97 assertTrue(mJetPlayer.queueJetSegmentMuteArray(segmentNum, libNum, in testQueueJetSegmentMuteArray()
100 assertTrue(mJetPlayer.play()); in testQueueJetSegmentMuteArray()
107 assertTrue(mJetPlayer.queueJetSegmentMuteArray(segmentNum, libNum, in testQueueJetSegmentMuteArray()
[all …]
DMediaDrmMockTest.java74 assertTrue(MediaDrm.isCryptoSchemeSupported(mockScheme, mimeType)); in testIsMimeTypeSupported()
96 assertTrue(gotException); in testMediaDrmConstructorFails()
107 assertTrue(md.getPropertyString("test-string").equals("test-value")); in testStringProperties()
119 assertTrue(Arrays.equals(md.getPropertyByteArray("test-array"), testArray)); in testByteArrayProperties()
135 assertTrue(gotException); in testMissingPropertyString()
151 assertTrue(gotException); in testNullPropertyString()
167 assertTrue(gotException); in testMissingPropertyByteArray()
183 assertTrue(gotException); in testNullPropertyByteArray()
209 assertTrue(gotException); in testBadSession()
225 assertTrue(gotException); in testNullSession()
[all …]
/cts/tests/tests/text/src/android/text/cts/
DLoginFilter_UsernameFilterGenericTest.java20 import static org.junit.Assert.assertTrue;
44 assertTrue(usernameFilterGeneric.isAllowed('b')); in testIsAllowed()
45 assertTrue(usernameFilterGeneric.isAllowed('B')); in testIsAllowed()
46 assertTrue(usernameFilterGeneric.isAllowed('2')); in testIsAllowed()
51 assertTrue(usernameFilterGeneric.isAllowed('0')); in testIsAllowed()
52 assertTrue(usernameFilterGeneric.isAllowed('9')); in testIsAllowed()
54 assertTrue(usernameFilterGeneric.isAllowed('a')); in testIsAllowed()
55 assertTrue(usernameFilterGeneric.isAllowed('z')); in testIsAllowed()
57 assertTrue(usernameFilterGeneric.isAllowed('A')); in testIsAllowed()
58 assertTrue(usernameFilterGeneric.isAllowed('Z')); in testIsAllowed()
[all …]
DLoginFilter_UsernameFilterGMailTest.java20 import static org.junit.Assert.assertTrue;
44 assertTrue(usernameFilterGMail.isAllowed('c')); in testIsAllowed()
45 assertTrue(usernameFilterGMail.isAllowed('C')); in testIsAllowed()
46 assertTrue(usernameFilterGMail.isAllowed('3')); in testIsAllowed()
51 assertTrue(usernameFilterGMail.isAllowed('0')); in testIsAllowed()
52 assertTrue(usernameFilterGMail.isAllowed('9')); in testIsAllowed()
54 assertTrue(usernameFilterGMail.isAllowed('a')); in testIsAllowed()
55 assertTrue(usernameFilterGMail.isAllowed('z')); in testIsAllowed()
57 assertTrue(usernameFilterGMail.isAllowed('A')); in testIsAllowed()
58 assertTrue(usernameFilterGMail.isAllowed('Z')); in testIsAllowed()
[all …]
/cts/tests/tests/view/src/android/view/cts/
DKeyCharacterMapTest.java22 import static org.junit.Assert.assertTrue;
60 assertTrue(mKeyCharacterMap.isPrintingKey(KeyEvent.KEYCODE_0)); in testIsPrintingKey()
61 assertTrue(mKeyCharacterMap.isPrintingKey(KeyEvent.KEYCODE_1)); in testIsPrintingKey()
62 assertTrue(mKeyCharacterMap.isPrintingKey(KeyEvent.KEYCODE_2)); in testIsPrintingKey()
63 assertTrue(mKeyCharacterMap.isPrintingKey(KeyEvent.KEYCODE_3)); in testIsPrintingKey()
64 assertTrue(mKeyCharacterMap.isPrintingKey(KeyEvent.KEYCODE_4)); in testIsPrintingKey()
65 assertTrue(mKeyCharacterMap.isPrintingKey(KeyEvent.KEYCODE_5)); in testIsPrintingKey()
66 assertTrue(mKeyCharacterMap.isPrintingKey(KeyEvent.KEYCODE_6)); in testIsPrintingKey()
67 assertTrue(mKeyCharacterMap.isPrintingKey(KeyEvent.KEYCODE_7)); in testIsPrintingKey()
68 assertTrue(mKeyCharacterMap.isPrintingKey(KeyEvent.KEYCODE_8)); in testIsPrintingKey()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DRegionTest.java22 import static org.junit.Assert.assertTrue;
117 assertTrue(mRegion.contains(area[i][0], area[i][1])); in verifyPointsInsideRegion()
153 assertTrue(mRegion.set(oriRegion)); in testSet1()
163 assertTrue(mRegion.set(rect)); in testSet2()
172 assertTrue(mRegion.set(1, 2, 3, 4)); in testSet3()
183 assertTrue(mRegion.isRect()); in testIsRect()
200 assertTrue(mRegion.isComplex()); in testIsComplex()
210 assertTrue(mRegion.quickContains(rect)); in testQuickContains1()
222 assertTrue(mRegion.quickContains(1, 2, 3, 4)); in testQuickContains2()
239 assertTrue(mRegion.contains(6, 6)); in testUnion()
[all …]
DOutlineTest.java21 import static org.junit.Assert.assertTrue;
41 assertTrue(outline.isEmpty()); in testDefaults()
44 assertTrue(outline.getRadius() < 0); in testDefaults()
102 assertTrue(outline.isEmpty());
105 assertTrue(outline.isEmpty());
108 assertTrue(outline.isEmpty());
112 assertTrue(outline.getRect(outRect));
114 assertTrue(outline.canClip());
118 assertTrue(outline.getRect(outRect));
120 assertTrue(outline.canClip());
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DComputeTest.java58 assertTrue(b2.x == 1); in testJavaVectorTypes()
59 assertTrue(b2.y == 2); in testJavaVectorTypes()
65 assertTrue(b3.x == 1); in testJavaVectorTypes()
66 assertTrue(b3.y == 2); in testJavaVectorTypes()
67 assertTrue(b3.z == 3); in testJavaVectorTypes()
74 assertTrue(b4.x == 1); in testJavaVectorTypes()
75 assertTrue(b4.y == 2); in testJavaVectorTypes()
76 assertTrue(b4.z == 3); in testJavaVectorTypes()
77 assertTrue(b4.w == 4); in testJavaVectorTypes()
83 assertTrue(d2.x == 1.0); in testJavaVectorTypes()
[all …]
/cts/tests/tests/telecom/src/android/telecom/cts/
DVideoProfileTest.java27 assertTrue(VideoProfile.isAudioOnly(VideoProfile.STATE_AUDIO_ONLY)); in testIsAudioOnly()
28 assertTrue(VideoProfile.isAudioOnly(VideoProfile.STATE_PAUSED)); in testIsAudioOnly()
42 assertTrue(VideoProfile.isVideo(VideoProfile.STATE_BIDIRECTIONAL)); in testIsVideo()
43 assertTrue(VideoProfile.isVideo(VideoProfile.STATE_RX_ENABLED)); in testIsVideo()
44 assertTrue(VideoProfile.isVideo(VideoProfile.STATE_TX_ENABLED)); in testIsVideo()
45 assertTrue(VideoProfile.isVideo(VideoProfile.STATE_BIDIRECTIONAL | in testIsVideo()
47 assertTrue(VideoProfile.isVideo(VideoProfile.STATE_RX_ENABLED | VideoProfile.STATE_PAUSED)); in testIsVideo()
48 assertTrue(VideoProfile.isVideo(VideoProfile.STATE_TX_ENABLED | VideoProfile.STATE_PAUSED)); in testIsVideo()
55 assertTrue(VideoProfile.isBidirectional(VideoProfile.STATE_BIDIRECTIONAL)); in testIsBidirectional()
56 assertTrue(VideoProfile.isBidirectional(VideoProfile.STATE_BIDIRECTIONAL | in testIsBidirectional()
[all …]
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DVerbosityTest.java23 assertTrue(v0.contains("Events injected")); in testVerbosity()
30 assertTrue(v1.contains("Events injected")); in testVerbosity()
31 assertTrue(v1.contains("Sending Touch")); in testVerbosity()
32 assertTrue(v1.contains("Sending Trackball")); in testVerbosity()
33 assertTrue(v1.contains("Switch")); in testVerbosity()
37 assertTrue(v2.contains("Events injected")); in testVerbosity()
38 assertTrue(v2.contains("Sending Touch")); in testVerbosity()
39 assertTrue(v2.contains("Sending Trackball")); in testVerbosity()
40 assertTrue(v2.contains("Switch")); in testVerbosity()
41 assertTrue(v2.contains("Sleeping")); in testVerbosity()
[all …]
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DGfxInfoDumpsysTest.java59 assertTrue(frameinfo.length() > 0); in testGfxinfoFramestats()
62 assertTrue(profileStart >= 0); in testGfxinfoFramestats()
63 assertTrue(profileEnd > profileStart); in testGfxinfoFramestats()
65 assertTrue(profileData.length() > 0); in testGfxinfoFramestats()
82 assertTrue("First line was not the expected header: " + line, in validateProfileData()
94 assertTrue(parts.length >= TIMESTAMP_COUNT); in validateProfileData()
121 assertTrue("VSYNC happened before INTENDED_VSYNC", in validateProfileData()
123 assertTrue("HandleInputStart happened before VSYNC", in validateProfileData()
125 assertTrue("AnimationStart happened before HandleInputStart", in validateProfileData()
127 assertTrue("PerformTraversalsStart happened before AnimationStart", in validateProfileData()
[all …]
/cts/tests/tests/jni/src/android/jni/cts/
DJniInstanceTest.java149 assertTrue(target.takeBoolean(false)); in test_takeBoolean()
157 assertTrue(target.takeByte((byte) -99)); in test_takeByte()
165 assertTrue(target.takeShort((short) 19991)); in test_takeShort()
173 assertTrue(target.takeChar((char) 999)); in test_takeChar()
181 assertTrue(target.takeInt(-999888777)); in test_takeInt()
189 assertTrue(target.takeLong(999888777666555444L)); in test_takeLong()
197 assertTrue(target.takeFloat(-9988.7766F)); in test_takeFloat()
205 assertTrue(target.takeDouble(999888777.666555)); in test_takeDouble()
213 assertTrue(target.takeNull(null)); in test_takeNull()
221 assertTrue(target.takeString("fuzzbot")); in test_takeString()
[all …]
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java42 import static org.junit.Assert.assertTrue;
163 assertTrue("codec name act/got: " + mCodec.getName() + '/' + mCodecName, in testSimpleEncode()
165 assertTrue("error! codec canonical name is null", in testSimpleEncode()
198 assertTrue(log + " unexpected error", !mAsyncHandle.hasSeenError()); in testSimpleEncode()
199 assertTrue(log + "no input sent", 0 != mInputCount); in testSimpleEncode()
200 assertTrue(log + "output received", 0 != mOutputCount); in testSimpleEncode()
202 assertTrue( in testSimpleEncode()
207 assertTrue(log + "encoder output is flaky", ref.equals(test)); in testSimpleEncode()
210 assertTrue(log + " pts is not strictly increasing", in testSimpleEncode()
213 assertTrue( in testSimpleEncode()
[all …]
DCodecDecoderTest.java47 import static org.junit.Assert.assertTrue;
192 assertTrue(String.format("%s rms error too high ref/exp/got %f/%f/%f", refFile, in verify()
218 assertTrue("codec name act/got: " + mCodec.getName() + '/' + mCodecName, in testSimpleDecode()
220 assertTrue("error! codec canonical name is null", in testSimpleDecode()
249 assertTrue(log + " unexpected error", !mAsyncHandle.hasSeenError()); in testSimpleDecode()
250 assertTrue(log + "no input sent", 0 != mInputCount); in testSimpleDecode()
251 assertTrue(log + "output received", 0 != mOutputCount); in testSimpleDecode()
253 assertTrue(log + "decoder output is flaky", ref.equals(test)); in testSimpleDecode()
256 assertTrue(log + " pts is not strictly increasing", in testSimpleDecode()
259 assertTrue( in testSimpleDecode()
[all …]
/cts/tests/tests/text/src/android/text/method/cts/
DArrowKeyMovementMethodTest.java24 import static org.junit.Assert.assertTrue;
112 assertTrue(new ArrowKeyMovementMethod().canSelectArbitrarily()); in testCanSelectArbitrarily()
204 assertTrue(mArrowKeyMovementMethod.onKeyDown(mTextView, mEditable, in testOnKeyDownWithKeyCodeUp()
217 assertTrue(mArrowKeyMovementMethod.onKeyDown(mTextView, mEditable, in testOnKeyDownWithKeyCodeUp()
224 assertTrue(correspondingIn1stLine >= 0); in testOnKeyDownWithKeyCodeUp()
225 assertTrue(correspondingIn1stLine <= END_OF_1ST_LINE); in testOnKeyDownWithKeyCodeUp()
228 assertTrue(mArrowKeyMovementMethod.onKeyDown(mTextView, mEditable, in testOnKeyDownWithKeyCodeUp()
241 assertTrue(mArrowKeyMovementMethod.onKeyDown(mTextView, mEditable, in testOnKeyDownWithKeyCodeUp()
254 assertTrue(mArrowKeyMovementMethod.onKeyDown(mTextView, mEditable, in testOnKeyDownWithKeyCodeUp()
262 assertTrue(mArrowKeyMovementMethod.onKeyDown(mTextView, mEditable, in testOnKeyDownWithKeyCodeUp()
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java24 import static org.junit.Assert.assertTrue;
277 assertTrue("Listener Didn't Receive the Right Data", in testPhoneStateListenerCallback()
325 assertTrue("TelephonyManager.getAllCellInfo() returned zero-length list!", in testCellInfo()
355 assertTrue("None or too many registered cells : " + numRegisteredCells, in testCellInfo()
360 assertTrue("Invalid timestamp in CellInfo: " + info.getTimeStamp(), in verifyBaseCellInfo()
364 assertTrue("Invalid timestamp in CellInfo: " + info.getTimestampMillis(), in verifyBaseCellInfo()
369 assertTrue(info.getCellConnectionStatus() != CellInfo.CONNECTION_UNKNOWN); in verifyBaseCellInfo()
400 assertTrue(cdma.equals(newCi)); in verifyCellInfoCdmaParcelandHashcode()
406 assertTrue("getNetworkId() out of range [0,65535], networkId=" + networkId, in verifyCellIdentityCdma()
410 assertTrue("getSystemId() out of range [0,32767], systemId=" + systemId, in verifyCellIdentityCdma()
[all …]
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java153 softAssert.assertTrue("time_ns: clock value", in assertGnssClockFields()
164 softAssert.assertTrue("TimeNanos - FullBiasNanos = GpsTimeNanos: clock value", in assertGnssClockFields()
203 softAssert.assertTrue("FullBiasNanos are the same at the same timeNanos", in assertGnssClockHasConsistentFullBiasNanos()
230 softAssert.assertTrue("state: Satellite code sync state", in assertAllGnssMeasurementMandatoryFields()
246 softAssert.assertTrue("time_offset_ns: Time offset", in assertAllGnssMeasurementMandatoryFields()
252 softAssert.assertTrue("c_n0_dbhz: Carrier-to-noise density", in assertAllGnssMeasurementMandatoryFields()
259 softAssert.assertTrue("pseudorange_rate_uncertainty_mps: " + in assertAllGnssMeasurementMandatoryFields()
273 softAssert.assertTrue("carrier_phase: Carrier phase", in assertAllGnssMeasurementMandatoryFields()
282 softAssert.assertTrue("carrier_phase_uncertainty: 1-Sigma uncertainty of the " + in assertAllGnssMeasurementMandatoryFields()
291 softAssert.assertTrue("multipath_indicator: GNSS Measurement's multipath indicator", in assertAllGnssMeasurementMandatoryFields()
[all …]

12345678910>>...78