Searched refs:IWeakEscrowTokenActivatedListener (Results 1 – 7 of 7) sorted by relevance
38 import com.android.internal.widget.IWeakEscrowTokenActivatedListener;63 IWeakEscrowTokenActivatedListener mockListener = in testWeakTokenActivatedImmediatelyIfNoUserPassword()64 mock(IWeakEscrowTokenActivatedListener.Stub.class); in testWeakTokenActivatedImmediatelyIfNoUserPassword()76 IWeakEscrowTokenActivatedListener mockListener = in testWeakTokenActivatedLaterWithUserPassword()77 mock(IWeakEscrowTokenActivatedListener.Stub.class); in testWeakTokenActivatedLaterWithUserPassword()98 IWeakEscrowTokenActivatedListener mockActivateListener = in testWeakTokensRemovedIfCredentialChanged()99 mock(IWeakEscrowTokenActivatedListener.Stub.class); in testWeakTokensRemovedIfCredentialChanged()123 IWeakEscrowTokenActivatedListener mockActivateListener = in testWeakTokenRemovedListenerRegistered()124 mock(IWeakEscrowTokenActivatedListener.Stub.class); in testWeakTokenRemovedListenerRegistered()138 IWeakEscrowTokenActivatedListener mockActivateListener = in testWeakTokenRemovedListenerUnregistered()[all …]
20 oneway interface IWeakEscrowTokenActivatedListener { interface
29 import com.android.internal.widget.IWeakEscrowTokenActivatedListener;107 …long addWeakEscrowToken(in byte[] token, int userId, in IWeakEscrowTokenActivatedListener callback… in addWeakEscrowToken()
1474 @NonNull IWeakEscrowTokenActivatedListener callback) { in addWeakEscrowToken()
164 IWeakEscrowTokenActivatedListener listener = createWeakEscrowTokenListener(); in testAddWeakEscrowToken()346 private IWeakEscrowTokenActivatedListener createWeakEscrowTokenListener() {347 return new IWeakEscrowTokenActivatedListener.Stub() {
59 import com.android.internal.widget.IWeakEscrowTokenActivatedListener;1074 IWeakEscrowTokenActivatedListener internalListener = in addWeakEscrowToken()1075 new IWeakEscrowTokenActivatedListener.Stub() { in addWeakEscrowToken()
144 import com.android.internal.widget.IWeakEscrowTokenActivatedListener;2049 @NonNull IWeakEscrowTokenActivatedListener listener) { in addWeakEscrowToken()