Home
last modified time | relevance | path

Searched defs:shouldSucceed (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/services/mediatranscoding/tests/
H A DMediaTranscodingServiceTestHelper.h372 constexpr bool shouldSucceed = (expectation == success); member
406 constexpr bool shouldSucceed = (expectation == success); in cancel() local
419 constexpr bool shouldSucceed = (expectation == success); in getSession() local
439 constexpr bool shouldSucceed = (expectation == success); in addClientUid() local
451 constexpr bool shouldSucceed = (expectation == success); in getClientUids() local
/aosp12/packages/modules/Connectivity/tests/cts/hostside/src/com/android/cts/net/
H A DHostsideNetworkTestCase.java86 protected void uninstallPackage(String packageName, boolean shouldSucceed) in uninstallPackage()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DTelecomServiceImplTest.java582 boolean shouldSucceed) throws RemoteException { in registerPhoneAccountTestHelper()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java241 boolean shouldSucceed) { in invokeInstallPackage()