Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 25 of 106) sorted by relevance

12345

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DPropertyNodesVerifier.java46 public void verify(int resId, int vcardType) throws IOException, VCardException { in verify() method in PropertyNodesVerifier
47 verify(mAndroidTestCase.getContext().getResources().openRawResource(resId), vcardType); in verify()
50 public void verify(int resId, int vcardType, final VCardParser parser) in verify() method in PropertyNodesVerifier
52 verify(mAndroidTestCase.getContext().getResources().openRawResource(resId), in verify()
56 public void verify(InputStream is, int vcardType) throws IOException, VCardException { in verify() method in PropertyNodesVerifier
58 verify(is, vcardType, parser); in verify()
61 public void verify(InputStream is, int vcardType, final VCardParser parser) in verify() method in PropertyNodesVerifier
84 mPropertyNodesVerifierElemList.get(mIndex).verify(getCurrentVNode());
DLineVerifier.java42 public void verify(String vcard) { in verify() method in LineVerifier
48 lineVerifier.verify(vcard); in verify()
DImportTestResolver.java45 public void verify() { in verify() method in ImportTestResolver
46 mProvider.verify(); in verify()
DContentValuesVerifierElem.java43 mResolver.verify(); in verifyResolver()
DVCardTestsBase.java95 mVerifier.verify(); in tearDown()
DLineVerifierElem.java43 public void verify(final String vcard) { in verify() method in LineVerifierElem
DVCardVerifier.java286 public void verify() { in verify() method in VCardVerifier
367 mLineVerifier.verify(vcard); in verifyForExportTest()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DConnectivityServiceTest.java32 import static org.mockito.Mockito.verify;
166 verify(mNetManager).addRoute(eq(MOBILE_IFACE), eq(MOBILE_ROUTE_V4)); in testMobileConnectedAddedRoutes()
167 verify(mNetManager).addRoute(eq(MOBILE_IFACE), eq(MOBILE_ROUTE_V6)); in testMobileConnectedAddedRoutes()
168 verify(mNetManager).flushInterfaceDnsCache(MOBILE_IFACE); in testMobileConnectedAddedRoutes()
203 verify(mNetManager).addRoute(eq(WIFI_IFACE), eq(WIFI_ROUTE_V4)); in testMobileWifiHandoff()
204 verify(mNetManager).addRoute(eq(WIFI_IFACE), eq(WIFI_ROUTE_V6)); in testMobileWifiHandoff()
205 verify(mNetManager).flushInterfaceDnsCache(WIFI_IFACE); in testMobileWifiHandoff()
206 verify(mMobile.tracker).teardown(); in testMobileWifiHandoff()
219 verify(mNetManager).removeRoute(eq(MOBILE_IFACE), eq(MOBILE_ROUTE_V4)); in testMobileWifiHandoff()
220 verify(mNetManager).removeRoute(eq(MOBILE_IFACE), eq(MOBILE_ROUTE_V6)); in testMobileWifiHandoff()
DAccessibilityManagerTest.java24 import static org.easymock.EasyMock.verify;
90 verify(mockServiceInterface); in testGetAccessibilityServiceList()
109 verify(mockServiceInterface); in testInterrupt()
143 verify(mockServiceInterface); in testIsEnabled()
181 verify(mockServiceInterface); in testSendAccessibilityEvent_AccessibilityEnabled()
207 verify(mockServiceInterface); in testSendAccessibilityEvent_AccessibilityDisabled()
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
DAndroidJUnitRunnerTest.java73 Mockito.verify(mMockBuilder).addTestClass("ClassName"); in testBuildRequest_singleClass()
85 Mockito.verify(mMockBuilder).addTestClass("ClassName1"); in testBuildRequest_multiClass()
86 Mockito.verify(mMockBuilder).addTestClass("ClassName2"); in testBuildRequest_multiClass()
98 Mockito.verify(mMockBuilder).addTestMethod("ClassName1", "method"); in testBuildRequest_method()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DRequestFocusTest.java143 inOrder.verify(mock).onFocusChange(clearingFocusButton, false); in testOnFocusChangeCallbackOrderWhenClearingFocusOfFirstFocusable()
144 inOrder.verify(mock).onGlobalFocusChanged(clearingFocusButton, gainingFocusButton); in testOnFocusChangeCallbackOrderWhenClearingFocusOfFirstFocusable()
145 inOrder.verify(mock).onFocusChange(gainingFocusButton, true); in testOnFocusChangeCallbackOrderWhenClearingFocusOfFirstFocusable()
186 inOrder.verify(mock).onFocusChange(clearingFocusButton, false); in testOnFocusChangeCallbackOrderWhenClearingFocusOfNotFirstFocusable()
187 inOrder.verify(mock).onGlobalFocusChanged(clearingFocusButton, gainingFocusButton); in testOnFocusChangeCallbackOrderWhenClearingFocusOfNotFirstFocusable()
188 inOrder.verify(mock).onFocusChange(gainingFocusButton, true); in testOnFocusChangeCallbackOrderWhenClearingFocusOfNotFirstFocusable()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaInserterTest.java145 EasyMock.verify(mMockProvider); in testInsertContentsLessThanBufferSize()
160 EasyMock.verify(mMockProvider); in testInsertContentsEqualToBufferSize()
175 EasyMock.verify(mMockProvider); in testInsertContentsMoreThanBufferSize()
184 EasyMock.verify(mMockProvider); in testFlushAllWithEmptyContents()
200 EasyMock.verify(mMockProvider); in testFlushAllWithSomeContents()
221 EasyMock.verify(mMockProvider); in testInsertContentsAfterFlushAll()
251 EasyMock.verify(mMockProvider); in testInsertContentsWithDifferentSizePerContentType()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardTestUtilsTests.java45 verifier.verify(); in testShouldFailAtPropertyNodeVerification()
66 verifier.verify(); in testShouldFailAtContentValueVerification()
89 verifier.verify(); in testShouldFailAtLineVerification()
DVCardParserTests.java61 public void verify() { in verify() method in VCardParserTests.MockVCardInterpreter
104 interpreter.verify(); in testSimple()
132 interpreter.verify(); in testNest()
181 interpreter.verify(); in testParseOne()
203 interpreter.verify(); in testParseOne()
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTextToSpeechTests.java73 LittleMock.verify(delegate, LittleMock.times(1)).onLoadLanguage( in testSetLanguage_delegation()
90 LittleMock.verify(delegate, LittleMock.times(1)).onSynthesizeText(req.capture(), in testSetLanguage_availableLanguage()
110 LittleMock.verify(delegate, LittleMock.times(1)).onSynthesizeText(req2.capture(), in testSetLanguage_unavailableLanguage()
160 LittleMock.verify(delegate, LittleMock.times(1)).onIsLanguageAvailable( in testIsLanguageAvailable()
/frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/
DEffectsVideoCapture.java74 verify(getActivity(), uri); in testBackEffectsVideoCapture()
78 private void verify(CameraEffectsRecordingSample activity, Uri uri) throws Exception { in verify() method in EffectsVideoCapture
/frameworks/compile/slang/lit-tests/
DREADME6 used to verify certain strings are present in the output bitcode files.
27 write tests that verify the emitted Java code.
/frameworks/base/keystore/java/android/security/
DKeyStore.java240 public boolean verify(String key, byte[] data, byte[] signature) { in verify() method in KeyStore
242 return mBinder.verify(key, data, signature) == NO_ERROR; in verify()
/frameworks/base/docs/html/sdk/
Ddownload.jd8 function verify() {
45 <input type="checkbox" id="checkbox" onclick="verify()" />
/frameworks/base/docs/html/google/play/licensing/
Dindex.jd20 stores the public key in its compiled <code>.apk</code> file and uses it to verify the licensing
29 for paid applications that wish to verify that the current user did in fact pay for the application
/frameworks/base/docs/html-intl/ja/guide/publishing/
Dapp-signing.jd295 <pre>$ jarsigner -verify my_signed.apk</pre>
299 <pre>$ jarsigner -verify -verbose my_application.apk</pre>
303 <pre>$ jarsigner -verify -verbose -certs my_application.apk</pre>
/frameworks/base/docs/html/google/play/billing/
Dbilling_best_practices.jd94 …cation to identify the user who made the purchase, so that you can later verify that this is a leg…
95 <p>When you get back the response from Google Play, make sure to verify that the developer payload …
105 <p>If you are using a remote server to deliver or manage content, have your application verify the
/frameworks/av/include/media/
DIDrm.h104 virtual status_t verify(Vector<uint8_t> const &sessionId,
/frameworks/base/core/java/android/net/http/
DCertificateChainValidator.java162 && sVerifier.verify(domain, currCertificate); in verifyServerDomainAndCertificates()
/frameworks/av/media/libmediaplayerservice/
DDrm.h106 virtual status_t verify(Vector<uint8_t> const &sessionId,

12345