Searched refs:IStrongAuthTracker (Results 1 – 7 of 7) sorted by relevance
22 import android.app.trust.IStrongAuthTracker;48 private final ArrayList<IStrongAuthTracker> mStrongAuthTrackers = new ArrayList<>();56 private void handleAddStrongAuthTracker(IStrongAuthTracker tracker) { in handleAddStrongAuthTracker()75 private void handleRemoveStrongAuthTracker(IStrongAuthTracker tracker) { in handleRemoveStrongAuthTracker()128 public void registerStrongAuthTracker(IStrongAuthTracker tracker) { in registerStrongAuthTracker()132 public void unregisterStrongAuthTracker(IStrongAuthTracker tracker) { in unregisterStrongAuthTracker()159 handleAddStrongAuthTracker((IStrongAuthTracker) msg.obj);162 handleRemoveStrongAuthTracker((IStrongAuthTracker) msg.obj);
26 import android.app.trust.IStrongAuthTracker;1506 public void registerStrongAuthTracker(IStrongAuthTracker tracker) {1512 public void unregisterStrongAuthTracker(IStrongAuthTracker tracker) {
19 import android.app.trust.IStrongAuthTracker;43 void registerStrongAuthTracker(in IStrongAuthTracker tracker); in registerStrongAuthTracker()44 void unregisterStrongAuthTracker(in IStrongAuthTracker tracker); in unregisterStrongAuthTracker()
21 import android.app.trust.IStrongAuthTracker;1597 protected final IStrongAuthTracker.Stub mStub = new IStrongAuthTracker.Stub() {
24 oneway interface IStrongAuthTracker { interface
96 core/java/android/app/trust/IStrongAuthTracker.aidl \
585 android.app.trust.IStrongAuthTracker586 android.app.trust.IStrongAuthTracker$Stub587 android.app.trust.IStrongAuthTracker$Stub$Proxy