Searched refs:onEscrowTokenAdded (Results 1 – 9 of 9) sorted by relevance
392 void onEscrowTokenAdded(long handle); in onEscrowTokenAdded() method481 public void onEscrowTokenAdded(long handle) { in onEscrowTokenAdded() method in CarTrustAgentEnrollmentManager.ListenerToEnrollmentService693 enrollmentCallback.onEscrowTokenAdded(data.getLong(KEY_HANDLE)); in dispatchEnrollmentCallback()
40 void onEscrowTokenAdded(in long handle); in onEscrowTokenAdded() method
130 callBack.getValue().onEscrowTokenAdded(1); in onStart_has_activated_handle_finish()177 callBack.getValue().onEscrowTokenAdded(1); in onEscrowTokenAdded_showCheckLockFragment()
171 public void onEscrowTokenAdded(byte[] token, long handle, UserHandle user) { in onEscrowTokenAdded() method in CarBleTrustAgent179 mCarTrustAgentEnrollmentService.onEscrowTokenAdded(token, handle, user.getIdentifier()); in onEscrowTokenAdded()
371 void onEscrowTokenAdded(byte[] token, long handle, int uid) { in onEscrowTokenAdded() method in CarTrustAgentEnrollmentService386 client.mListener.onEscrowTokenAdded(handle); in onEscrowTokenAdded()
91 public void onEscrowTokenAdded(long handle) {
65 public void onEscrowTokenAdded(long handle) {
169 mCarTrustAgentEnrollmentService.onEscrowTokenAdded(TEST_TOKEN.getBytes(), TEST_HANDLE1, in testOnEscrowTokenAdded_tokenRequiresActivation()
1014 method public void onEscrowTokenAdded(long);