Searched refs:PendingCredentials (Results 1 – 1 of 1) sorted by relevance
117 private PendingCredentials mPendingCredentials;467 mPendingCredentials = new PendingCredentials(device.getDeviceId(), credentials); in processUnlockMessage()663 private static class PendingCredentials { class in TrustedDeviceManager667 PendingCredentials(@NonNull String deviceId, @NonNull PhoneCredentials credentials) { in PendingCredentials() method in TrustedDeviceManager.PendingCredentials