History log of /frameworks/base/core/java/com/android/internal/policy/IFaceLockInterface.aidl
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1fbaca86b7ff178d589aee700da21e3a6fdef63a 17-Jun-2014 Brian Colonna <bcolonna@google.com> Added startWithoutUi() call to Face Unlock AIDL interface.

This is being done in support of preview-less Face Unlock (b/14433919). Nothing
is calling this function yet, but it will be called from a trustlet to tell Face
Unlock to authenticate in the background.

If this is committed before the corresponding Face Unlock change, Face Unlock
will not build because it would not be implementing this function, and it must
implement all functions in the interface in order to build.

Change-Id: I4aaea78d58cc5f1f7e13cb981fb9a217cd901496
/frameworks/base/core/java/com/android/internal/policy/IFaceLockInterface.aidl
54d181db0e7a4335918b4c38f4418430ca99b6c1 31-Oct-2012 Danielle Millett <dmillett@google.com> Removed makeInvisible() function

This is now being done inside stopUI instead of its own separate
call since it needs to be done on the UI thread inside FaceLockService.

Change-Id: Iaf3a203f7f201ba4dde4c878f457e765f11e6c0e
/frameworks/base/core/java/com/android/internal/policy/IFaceLockInterface.aidl
1108a2cb412b054cc9e4acc48182c46c45180c0c 30-Oct-2012 Danielle Millett <dmillett@google.com> Added a makeInvisible call to Face Unlock

This makes it so that the view is hidden immediately when
a call to stop is made. This also changes the call in onPause to
only stop and not go to the backup because we still want Face Unlock
to show as the view is being dragged down.

Change-Id: I66d8fc24e82dc3a0155f7d59d8ced932cb584660
/frameworks/base/core/java/com/android/internal/policy/IFaceLockInterface.aidl
f66e930e726f4caf49b7d47c08d160b14628c99f 09-Apr-2012 Brian Colonna <bcolonna@google.com> Passing useLiveliness flag to FUL in startUi call

Because of changes in support of multi-user functionaity, the FUL
'eye blink' checkbox was no longer enabling liveliness detection.

It no longer makes sense to check the biometric flags (such as the
liveliness flag) inside of the Face Unlock service. Instead, that
flag is now passed in from lockscreen via the aidl interface when
startUi is called.

Change-Id: I591cf1924fbb24da7d54b94ef29824e5197d3b20
/frameworks/base/core/java/com/android/internal/policy/IFaceLockInterface.aidl
7b5dd87351ac476dd872c51f9b819d2a3e572382 16-Oct-2011 Jim Miller <jaggies@google.com> Fix 5466793: Fix memory leak in system process when face lock is enabled.

Previously, the code was not unregistering the callback when we unlocked
the device, which kept a reference to LockPatternKeyguardView indirectly
by a reference to mFaceLockCallback.

It now correcly removes the callback when we unlock the device.

Change-Id: Ie592d007a1dfc2416b9e8956aba2c34e3d0120ee
/frameworks/base/core/java/com/android/internal/policy/IFaceLockInterface.aidl
6edf2637e96139735df83907c221cce16d4d7eaa 06-Sep-2011 Jim Miller <jaggies@google.com> Fix 5185505: Add support for weak biometric sensors to lockscreen.

Added binder interfaces to the framework.

Change-Id: I7d55b45baa4d1600ebd2a3828e85c3357cfcfb58
/frameworks/base/core/java/com/android/internal/policy/IFaceLockInterface.aidl