HomeSort by relevance Sort by last modified time
    Searched refs:verified (Results 1 - 10 of 10) sorted by null

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 70 final boolean verified =
73 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, verified);
111 final boolean verified =
113 if (verified) {
  /external/easymock/src/org/easymock/internal/
MocksBehavior.java 165 boolean verified = true;
170 verified = false;
173 if (verified) {
  /external/ipsec-tools/src/racoon/
nattraversal.c 187 int verified = 0; local
190 return verified;
203 return verified; /* XXX should abort */
209 verified = 1;
214 return verified;
  /frameworks/base/core/java/android/os/
RecoverySystem.java 113 * before installing it. Note that the package is also verified
116 * package was successfully verified; otherwise it will throw an
125 * @param packageFile the package to be verified
225 boolean verified = false;
228 verified = true;
232 if (!verified) {
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 284 assertTrue("Hostname verification was not done", hnv.verified);
287 hnv_late.verified);
337 assertTrue("Hostname verification was not done", hnv.verified);
340 hnv_late.verified);
454 assertTrue("Hostname verification was not done", hnv_late.verified);
457 hnv.verified);
1057 boolean verified = false; field in class:HttpsURLConnectionTest.TestHostnameVerifier
    [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
AccountUnlockScreen.java 290 final boolean verified = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT);
291 postOnCheckPasswordResult(verified);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 182 boolean verified; field in class:ContactAggregator.DisplayNameCandidate
193 verified = false;
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 428 milliseconds