Home
last modified time | relevance | path

Searched defs:successful (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/service/trust/
DITrustAgentService.aidl27 oneway void onUnlockAttempt(boolean successful); in onUnlockAttempt()
36 oneway void onEscrowTokenRemoved(long handle, boolean successful); in onEscrowTokenRemoved()
DTrustAgentService.java264 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt()
335 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved()
599 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt()
665 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved()
/frameworks/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/
DInitialLockListener.java31 void onConnectionAttemptFinished(boolean successful); in onConnectionAttemptFinished()
/frameworks/base/core/java/android/app/trust/
DITrustManager.aidl28 void reportUnlockAttempt(boolean successful, int userId); in reportUnlockAttempt()
DTrustManager.java79 public void reportUnlockAttempt(boolean successful, int userId) { in reportUnlockAttempt()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java449 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt()
DTrustManagerService.java951 private void dispatchUnlockAttempt(boolean successful, int userId) { in dispatchUnlockAttempt()
/frameworks/native/services/vibratorservice/test/
DVibratorHalWrapperAidlTest.cpp391 vibrator::Info successful = mWrapper->getInfo(); in TEST_F() local
/frameworks/proto_logging/stats/
Datoms.proto11420 optional bool successful = 1; field