Searched defs:allowTrustFromUnlock (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java663 mStrongAuthTracker.allowTrustFromUnlock(userId);
1164 // to allowTrustFromUnlock, so we update the trust here too.
1181 void allowTrustFromUnlock(int userId) { method in class:TrustManagerService.StrongAuthTracker
1189 Log.i(TAG, "allowTrustFromUnlock(" + userId + ") ->"

Completed in 77 milliseconds