Added callback for Face Unlock service to poke the wakelock

Change-Id: I76a4e0f8ac0fe17e39195f4593fac7e36d7281f0
This commit is contained in:
Brian Colonna
2011-10-05 16:03:23 -04:00
parent 94d2f366f9
commit 0c422a72ed
2 changed files with 8 additions and 0 deletions

View File

@ -21,4 +21,5 @@ import android.os.IBinder;
oneway interface IFaceLockCallback {
void unlock();
void cancel();
void pokeWakelock();
}