OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authenticated
(Results
1 - 13
of
13
) 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
793
public void keyguardDone(boolean
authenticated
) {
794
keyguardDone(
authenticated
, true);
797
public void keyguardDone(boolean
authenticated
, boolean wakeup) {
800
if (DEBUG) Log.d(TAG, "keyguardDone(" +
authenticated
+ ")");
805
if (
authenticated
) {
810
mExitSecureCallback.onKeyguardExitResult(
authenticated
);
813
if (
authenticated
) {
[
all
...]
LockPatternKeyguardView.java
271
public void keyguardDone(boolean
authenticated
) {
272
getCallback().keyguardDone(
authenticated
);
/external/dbus/dbus/
dbus-transport-protected.h
109
unsigned int
authenticated
: 1; /**< Cache of auth state; use _dbus_transport_get_is_authenticated() to query value */
member in struct:DBusTransport
dbus-transport.c
147
transport->
authenticated
= FALSE;
482
* Returns #TRUE if we have been
authenticated
. Will return #TRUE
489
* @returns whether we're
authenticated
503
if (transport->
authenticated
)
560
/* If we've
authenticated
as some identity, check that the auth
636
transport->
authenticated
= maybe_authenticated;
1038
if (!transport->
authenticated
)
1070
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/webkit/WebKitTools/Scripts/webkitpy/
bugzilla.py
338
self.
authenticated
= False
463
if self.
authenticated
:
468
self.
authenticated
= True
472
while not self.
authenticated
:
496
self.
authenticated
= True
/frameworks/base/policy/tests/src/com/android/internal/policy/impl/
LockPatternKeyguardViewTest.java
179
public void keyguardDone(boolean
authenticated
) {
/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/dropbear/libtomcrypt/
crypt.tex
[
all
...]
Completed in 56 milliseconds