Home
last modified time | relevance | path

Searched refs:isTrue (Results 1 – 13 of 13) sorted by relevance

/system/apex/tests/src/com/android/tests/apex/
DApexRollbackTests.java87 getDevice().setProperty(propertyName, "")).isTrue(); in resetProperty()
113 "com.android.apex.cts.shim@2")).isTrue(); in testAutomaticBootLoopRecovery()
155 "com.android.apex.cts.shim@2.apex")).isTrue(); in testSessionNotRevertedWithCheckpointingDisabled()
157 "1")).isTrue(); in testSessionNotRevertedWithCheckpointingDisabled()
193 "com.android.apex.cts.shim@2.apex")).isTrue(); in testCheckpointingRevertsSession()
195 "1")).isTrue(); in testCheckpointingRevertsSession()
231 "com.android.apex.cts.shim@2.apex")).isTrue(); in testRebootingOnceDoesNotRevertSession()
233 "1")).isTrue(); in testRebootingOnceDoesNotRevertSession()
269 "1")).isTrue(); in testApexdDoesNotBootLoopDeviceIfThereIsNothingToRevert()
272 getDevice().waitForBootComplete(Duration.ofMinutes(1).toMillis())).isTrue(); in testApexdDoesNotBootLoopDeviceIfThereIsNothingToRevert()
[all …]
DApexdHostTest.java84 "/data/apex/active/apexd_test_v2.apex")).isTrue(); in testOrphanedApexIsNotActivated()
87 getDevice().waitForBootComplete(Duration.ofMinutes(2).toMillis())).isTrue(); in testOrphanedApexIsNotActivated()
105 "/data/apex/active/" + testApexFile)).isTrue(); in testApexWithoutPbIsNotActivated()
108 getDevice().waitForBootComplete(Duration.ofMinutes(2).toMillis())).isTrue(); in testApexWithoutPbIsNotActivated()
160 getDevice().waitForBootComplete(Duration.ofMinutes(2).toMillis())).isTrue(); in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion()
170 getDevice().waitForBootComplete(Duration.ofMinutes(2).toMillis())).isTrue(); in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion()
184 getDevice().waitForBootComplete(Duration.ofMinutes(2).toMillis())).isTrue(); in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion()
201 getDevice().waitForBootComplete(Duration.ofMinutes(2).toMillis())).isTrue(); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion()
211 getDevice().waitForBootComplete(Duration.ofMinutes(2).toMillis())).isTrue(); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion()
225 getDevice().waitForBootComplete(Duration.ofMinutes(2).toMillis())).isTrue(); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion()
[all …]
DApexE2EBaseHostTest.java130 assertThat(getDevice().setProperty("test.userspace_reboot.requested", "1")).isTrue(); in reboot()
136 assertWithMessage("Device didn't boot in %s", BOOT_COMPLETE_TIMEOUT).that(success).isTrue(); in reboot()
143 assertWithMessage(message).that(res).isTrue(); in reboot()
DSharedLibsApexTest.java508 + getInstalledApexFileName(ApexName.BAR, ApexVersion.ONE))).isTrue(); in testHigherVersionOnSystemDeletesDataVersion()
510 + getInstalledApexFileName(ApexName.FOO, ApexVersion.ONE))).isTrue(); in testHigherVersionOnSystemDeletesDataVersion()
512 + getInstalledApexFileName(ApexName.SHAREDLIBS, ApexVersion.ONE))).isTrue(); in testHigherVersionOnSystemDeletesDataVersion()
/system/apex/tests/app/src/com/android/tests/apex/app/
DApexCompressionTests.java79 assertThat(pi.isApex).isTrue(); in testDecompressedApexIsConsideredFactory()
83 assertThat(isFactoryPackage).isTrue(); in testDecompressedApexIsConsideredFactory()
103 assertThat(pi.isApex).isTrue(); in testCapexToApexSwitch()
107 assertThat(isFactoryPackage).isTrue(); in testCapexToApexSwitch()
117 assertThat(pi.isApex).isTrue(); in testDecompressedApexVersionAlwaysHasSameVersionAsCapex()
121 assertThat(isFactoryPackage).isTrue(); in testDecompressedApexVersionAlwaysHasSameVersionAsCapex()
131 assertThat(isFactoryPackage).isTrue(); in testCompressedApexCanBeRolledBack_Commit()
/system/bt/gd/security/cert/
Dsecurity_test.py349 assertThat(False).isTrue()
379 assertThat(has192C).isTrue()
380 assertThat(has192R).isTrue()
403 assertThat(has192C).isTrue()
404 assertThat(has192R).isTrue()
417 assertThat(has192C).isTrue()
418 assertThat(has192R).isTrue()
433 assertThat(has256C).isTrue()
434 assertThat(has256R).isTrue()
445 assertThat(has192C).isTrue()
[all …]
/system/bt/gd/cert/
Dpy_le_acl_manager.py102 assertThat(token in self.outgoing_connection_event_streams).isTrue()
Dtruth.py126 def isTrue(self): member in BooleanSubject
Dbehavior.py38 assertThat(isinstance(has_behaviors, IHasBehaviors)).isTrue()
Dcert_self_test_lib.py205 assertThat(True).isTrue()
211 assertThat(False).isTrue()
/system/apex/tests/src/com/android/tests/apex/host/
DApexCompressionTests.java344 getDevice().waitForBootComplete(Duration.ofMinutes(2).toMillis())).isTrue(); in testFailsToActivateApexOnDataFallbacksToPreInstalled()
353 + DECOMPRESSED_APEX_SUFFIX)).isTrue(); in testFailsToActivateApexOnDataFallbacksToPreInstalled()
/system/bt/gd/l2cap/classic/cert/
Dl2cap_performance_test.py187 assertThat(number_packets > 500).isTrue()
Dl2cap_test.py108 assertThat(cert_channel.is_configured()).isTrue()