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

  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewCallback.java 38 * @param authenticated Whether the user securely got past the keyguard.
43 void keyguardDone(boolean authenticated);
KeyguardViewMediator.java     [all...]
LockPatternKeyguardView.java 396 public void keyguardDone(boolean authenticated) {
397 getCallback().keyguardDone(authenticated);
    [all...]
  /external/chromium/chrome/browser/sync/engine/
all_status.cc 84 const bool online = status_.authenticated &&
128 status_.authenticated = true;
130 status_.authenticated = false;
syncapi.h 110 // A UserShare encapsulates the syncable pieces that represent an authenticated
683 bool authenticated; // Successfully authenticated via GAIA. member in struct:sync_api::SyncManager::Status
    [all...]
  /external/dbus/dbus/
dbus-transport-protected.h 114 unsigned int authenticated : 1; /**< Cache of auth state; use _dbus_transport_get_is_authenticated() to query value */ member in struct:DBusTransport
dbus-transport.c 164 transport->authenticated = FALSE;
656 /* We have authenticated! */
684 * Returns #TRUE if we have been authenticated. Will return #TRUE
691 * @returns whether we're authenticated
696 if (transport->authenticated)
788 transport->authenticated = maybe_authenticated;
799 * @returns #TRUE if not authenticated or authenticated as anonymous
806 if (!transport->authenticated)
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 60 #define AUTHENTICATED 1
269 int authenticated = NOT_AUTHENTICATED; /* not auth */ local
410 } else if (strcasecmp(message, "Authenticated") == 0) {
412 authenticated = AUTHENTICATED;
415 authenticated = NOT_AUTHENTICATED;
427 authenticated = NOT_AUTHENTICATED;
431 authenticated = NOT_AUTHENTICATED;
454 if ((authenticated == AUTHENTICATED) && nt_key && !got_user_session_key)
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 220 boolean authenticated = false, contentLength = false, chunked = false;
236 authenticated = true;
270 authenticateTest(authenticated);
336 private void authenticateTest(boolean authenticated) {
346 if (!authenticated) {
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 69 // Returns the message that should be displayed when the user is authenticated
70 // and can connect to the sync server. If the user hasn't yet authenticated, an
107 if (status.authenticated && !service->observed_passphrase_required()) {
166 } else if (!status.authenticated) {
341 strings->Set("authenticated",
342 new FundamentalValue(full_status.authenticated));
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 211 self.authenticated = False
400 if self.authenticated:
405 self.authenticated = True
411 while not self.authenticated:
434 self.authenticated = True
    [all...]
  /frameworks/base/policy/tests/src/com/android/internal/policy/impl/
LockPatternKeyguardViewTest.java 179 public void keyguardDone(boolean authenticated) {
  /external/chromium/testing/gmock/scripts/
upload.py 145 self.authenticated = False
237 self.authenticated = True
310 if not self.authenticated:
373 self.authenticated = True
490 server.authenticated = True
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 145 self.authenticated = False
237 self.authenticated = True
310 if not self.authenticated:
373 self.authenticated = True
490 server.authenticated = True
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 258 unsigned int authenticated:1; member in struct:wpa_client_mlme
mlme.c 717 wpa_printf(MSG_DEBUG, "MLME: authenticated");
718 wpa_s->mlme.authenticated = 1;
943 if (wpa_s->mlme.authenticated)
955 wpa_s->mlme.authenticated = 0;
    [all...]
  /external/wpa_supplicant/
wpa_supplicant_i.h 205 unsigned int authenticated:1; member in struct:wpa_client_mlme
mlme.c 1026 wpa_printf(MSG_DEBUG, "MLME: authenticated");
1027 wpa_s->mlme.authenticated = 1;
1215 if (wpa_s->mlme.authenticated)
1227 wpa_s->mlme.authenticated = 0;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 204 unsigned int authenticated:1; member in struct:wpa_client_mlme
mlme.c 731 wpa_printf(MSG_DEBUG, "MLME: authenticated");
732 wpa_s->mlme.authenticated = 1;
934 if (wpa_s->mlme.authenticated)
946 wpa_s->mlme.authenticated = 0;
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1998 milliseconds