HomeSort by relevance Sort by last modified time
    Searched refs:verified (Results 1 - 11 of 11) 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 114 * before installing it. Note that the package is also verified
117 * package was successfully verified; otherwise it will throw an
126 * @param packageFile the package to be verified
226 boolean verified = false;
229 verified = true;
233 if (!verified) {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 215 assertTrue("Hostname verification was not done", hnv.verified);
217 hnv_late.verified);
256 assertTrue("Hostname verification was not done", hnv.verified);
258 hnv_late.verified);
329 assertTrue("Hostname verification was not done", hnv_late.verified);
331 hnv.verified);
792 boolean verified = false; field in class:HttpsURLConnectionTest.TestHostnameVerifier
    [all...]
  /frameworks/base/policy/src/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...]
  /dalvik/vm/analysis/
DexPrepare.c 547 * for all verified classes. The register maps were
755 * some reason, they won't get verified (which is as it should be).
926 bool verified = false; local
947 verified = true;
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 315 milliseconds