HomeSort by relevance Sort by last modified time
    Searched refs:verify (Results 976 - 1000 of 2616) sorted by null

<<31323334353637383940>>

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneConnectionTest.java 57 import static org.mockito.Mockito.verify;
102 verify(mForeGroundCall, times(1)).attach((Connection) any(),
111 verify(mForeGroundCall, times(1)).attachFake((Connection) any(),
126 verify(mForeGroundCall, times(1)).update(eq(mConnectionUT), eq(mImsCall),
137 verify(mBackGroundCall, times(1)).detach(eq(mConnectionUT));
138 verify(mForeGroundCall, times(1)).attach(eq(mConnectionUT));
139 verify(mForeGroundCall, times(1)).update(eq(mConnectionUT), eq(mImsCall),
151 verify(mForeGroundCall, times(0)).update(eq(mConnectionUT), eq(mImsCall),
  /libcore/benchmarks/src/benchmarks/regression/
HostnameVerifierBenchmark.java 57 public boolean verify(String hostname, SSLSession sslSession) {
79 hostnameVerifier.verify(hostname, sslSession);
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
DefaultHostnameVerifierTest.java 147 verifier.verify(hostname, session);
150 verifier.verify(hostname, null);
156 verifier.verify(null, session);
415 // Verify using a certificate where the pattern is in the CN
419 boolean resultWhenPatternInCn = verifier.verify(hostname, session);
421 // Verify using a certificate where the pattern is in a DNS SubjectAltName
426 boolean resultWhenPatternInSubjectAltName = verifier.verify(hostname, session);
445 return verifier.verify(hostname, session);
672 @Override public void verify(PublicKey key) { method in class:DefaultHostnameVerifierTest.StubX509Certificate
676 @Override public void verify(PublicKey key, String sigProvider) { method in class:DefaultHostnameVerifierTest.StubX509Certificate
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CRL2Test.java 186 public void verify(PublicKey key) { method in class:X509CRL2Test.MyX509CRL
190 public void verify(PublicKey key, String sigProvider) { method in class:X509CRL2Test.MyX509CRL
  /libcore/ojluni/src/main/java/java/util/jar/
JarInputStream.java 56 * manifest. If a manifest is present, also attempts to verify
67 * manifest. If a manifest is present and verify is true, also attempts
68 * to verify the signatures if the JarInputStream is signed.
71 * @param verify whether or not to verify the JarInputStream if
75 public JarInputStream(InputStream in, boolean verify) throws IOException {
77 this.doVerify = verify;
155 // entries and have nothing to verify. If we have
156 // nothing to verify, get rid of the JarVerifier object.
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
KeyStoreTestSupport.java 133 public void verify(PublicKey key) throws CertificateException, method in class:KeyStoreTestSupport.MCertificate
138 public void verify(PublicKey key, String sigProvider) method in class:KeyStoreTestSupport.MCertificate
MyKeyStoreSpi.java 163 public void verify(PublicKey key) { method in class:MyKeyStoreSpi.MyCertificate
167 public void verify(PublicKey key, String sigProvider) { method in class:MyKeyStoreSpi.MyCertificate
  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertDialogTest.java 39 import static org.mockito.Mockito.verify;
113 verify(mMockedNotificationManager, times(1)).notify(mInt.capture(),
  /packages/apps/Settings/tests/robotests/src/com/android/settings/
DeviceInfoSettingsTest.java 22 import static org.mockito.Mockito.verify;
81 verify(mSummaryLoader).setSummary(mProvider, Build.MODEL + DeviceInfoUtils.getMsvSuffix());
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
LayoutPreferenceTest.java 21 import static org.mockito.Mockito.verify;
66 verify(listener).onPreferenceClick(mPreference);
ManageApplicationsTest.java 44 import static org.mockito.Mockito.verify;
101 verify(view).setText(R.string.disabled);
MusicViewHolderControllerTest.java 22 import static org.mockito.Mockito.verify;
99 verify(mFragment).startActivity(argumentCaptor.capture());
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothPairingDialogTest.java 44 import static org.mockito.Mockito.verify;
82 verify(controller, times(1)).updateUserInput(any());
189 // click the button and verify that the controller hook was called
191 verify(controller, times(1)).onDialogPositiveClick(any());
205 // click the button and verify that the controller hook was called
207 verify(controller, times(1)).onDialogNegativeClick(any());
268 // verify that the checkbox is visible and that the device name is correct
287 // verify that the checkbox is gone
298 // Set the message id to something specific to verify later
306 // verify message is what we expect it to be and is visibl
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DevelopmentSettingsTest.java 47 import static org.mockito.Mockito.verify;
91 verify(mScreen, times(2)).addPreference(any(Preference.class));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/
StorageProfileFragmentTest.java 22 import static org.mockito.Mockito.verify;
62 verify(controller).onLoadFinished(mCaptor.capture(), anyInt());
StorageSettingsTest.java 47 import static org.mockito.Mockito.verify;
95 verify(loader).setSummary(provider,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/language/
TtsPreferenceControllerTest.java 42 import static org.mockito.Mockito.verify;
96 verify(mScreen).removePreference(any(Preference.class));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/network/
NetworkDashboardFragmentTest.java 41 import static org.mockito.Mockito.verify;
78 verify(resetController).buildMenuItem(any(Menu.class));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
AdjustVolumeRestrictedPreferenceControllerTest.java 42 import static org.mockito.Mockito.verify;
87 verify(preference).checkRestrictionAndSetDisabled(
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
VideoCallTests.java 32 import static org.mockito.Mockito.verify;
148 verify(mInCallServiceFixtureX.getTestDouble(), atLeastOnce())
  /prebuilts/go/darwin-x86/test/
const.go 57 // verify that all (in range) are assignable as ints
70 // verify that all are assignable as floats
101 // verify that all (in range) are assignable as ints
108 // verify that all are assignable as floats
  /prebuilts/go/linux-x86/test/
const.go 57 // verify that all (in range) are assignable as ints
70 // verify that all are assignable as floats
101 // verify that all (in range) are assignable as ints
108 // verify that all are assignable as floats
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
InstrumentationPreparerTest.java 80 EasyMock.verify(mMockDevice);
114 EasyMock.verify(mMockDevice);
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DeviceTestSuiteTest.java 55 * Verify that calling run on a DeviceTestSuite will run all test methods.
76 EasyMock.verify(listener);
80 * Verify that a device not available exception is thrown up.
87 // create a mock ITestInvocationListener, because results are easier to verify
105 EasyMock.verify(listener);
GTestListTestParserTest.java 51 EasyMock.verify(mockRunListener);
75 EasyMock.verify(mockRunListener);

Completed in 1746 milliseconds

<<31323334353637383940>>