Searched refs:expectedType (Results 1 – 7 of 7) sorted by relevance
120 def _rxMsgAndValidate(self, expectedType, expectedStatus): argument123 if rxMsg.msg_type != expectedType:124 self._log.error("rxMsg Type expected: %d, received: %d", expectedType, rxMsg.msg_type)
91 private void assertUriTypeMatch(UriType expectedType, String uri) { in assertUriTypeMatch() argument92 assertEquals(expectedType, mTypedUriMatcherImpl.match(Uri.parse(uri))); in assertUriTypeMatch()
292 private boolean waitForProvisionRequest(int expectedType) { in waitForProvisionRequest() argument295 if (mLastTetherRequestType == expectedType) { in waitForProvisionRequest()302 expectedType, mLastTetherRequestType)); in waitForProvisionRequest()
169 private void assertAppLinkType(int expectedType, String inputPackageName, String appLinkText, in assertAppLinkType() argument180 expectedType, testChannel.getAppLinkType(mMockContext)); in assertAppLinkType()
192 final String expectedType = getTypeString(expected); in assertDiffPattern() local194 assertEquals("Unexpected type", expectedType, foundType); in assertDiffPattern()
3584 private String getResourceName(Resources resources, String expectedType, Integer resourceId) { in getResourceName() argument3593 if (!expectedType.equals(resourceTypeName)) { in getResourceName()3595 resourceTypeName + " but " + expectedType + " is required."); in getResourceName()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...