Home
last modified time | relevance | path

Searched refs:finishSession (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/services/credentials/java/com/android/server/credentials/
DRequestSession.java174 finishSession(!isUiActive, ApiStatus.CLIENT_CANCELED.getMetricCode()); in setCancellationListener()
229 finishSession(/*propagateCancellation=*/true, in onUiSelection()
256 protected void finishSession(boolean propagateCancellation, int apiStatus) { in finishSession() method in RequestSession
326 finishSession(/*propagateCancellation=*/true, in getProviderDataForUi()
354 finishSession(/*propagateCancellation=*/true, in respondToClientWithResponseAndFinish()
360 finishSession(/*propagateCancellation=*/false, in respondToClientWithResponseAndFinish()
366 finishSession(/*propagateCancellation=*/false, ApiStatus.FAILURE.getMetricCode()); in respondToClientWithResponseAndFinish()
385finishSession(/*propagateCancellation=*/true, ApiStatus.CLIENT_CANCELED.getMetricCode()); in respondToClientWithErrorAndFinish()
397 finishSession(/*propagateCancellation=*/false, in respondToClientWithErrorAndFinish()
400 finishSession(/*propagateCancellation=*/false, in respondToClientWithErrorAndFinish()
[all …]
DGetCandidateRequestSession.java199 finishSession(/*propagateCancellation=*/false, ApiStatus.FAILURE.getMetricCode()); in respondToFinalReceiverWithFailureAndFinish()
253 finishSession(/*propagateCancellation=*/ false, ApiStatus.SUCCESS.getMetricCode()); in respondToFinalReceiverWithResponseAndFinish()
256 finishSession(/*propagateCancellation=*/ false, ApiStatus.FAILURE.getMetricCode()); in respondToFinalReceiverWithResponseAndFinish()
/frameworks/base/core/java/com/android/internal/inputmethod/
DIAccessibilityInputMethodSession.aidl32 void finishSession(); in finishSession() method
DIInputMethodSession.aidl49 void finishSession(); in finishSession() method
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/
DExtendedRadioMockitoTestCase.java62 public final void finishSession() { in finishSession() method in ExtendedRadioMockitoTestCase
/frameworks/base/core/java/android/view/contentcapture/
DIContentCaptureManager.aidl57 void finishSession(int sessionId); in finishSession() method
DMainContentCaptureSession.java699 mSystemServerInterface.finishSession(mId); in destroySession()
DMainContentCaptureSessionV2.java726 mSystemServerInterface.finishSession(mId); in destroySession()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRemoteLockscreenValidationSessionStorageTest.java63 mStorage.finishSession(USER_ID); in finishSession_removesSessionFromStorage()
/frameworks/native/services/inputflinger/
DInputDeviceMetricsCollector.cpp269 mLogger.logInputDeviceUsageReported(info, activeSession.finishSession()); in onInputDeviceRemoved()
325 mLogger.logInputDeviceUsageReported(infoIt->second, activeSession.finishSession()); in reportCompletedSessions()
398 InputDeviceMetricsCollector::ActiveSession::finishSession() { in finishSession() function in android::InputDeviceMetricsCollector::ActiveSession
DInputDeviceMetricsCollector.h155 InputDeviceMetricsLogger::DeviceUsageReport finishSession();
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRemoteLockscreenValidationSessionStorage.java92 public void finishSession(int userId) { in finishSession() method in RemoteLockscreenValidationSessionStorage
/frameworks/base/core/java/android/accounts/
DIAccountAuthenticator.aidl126 void finishSession(in IAccountAuthenticatorResponse response, String accountType, in finishSession() method
DAbstractAccountAuthenticator.java461 public void finishSession( in finishSession() method in AbstractAccountAuthenticator.Transport
471 final Bundle result = AbstractAccountAuthenticator.this.finishSession( in finishSession()
918 public Bundle finishSession( in finishSession() method in AbstractAccountAuthenticator
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityInputMethodSessionWrapper.java87 public void finishSession() { in finishSession() method in AccessibilityInputMethodSessionWrapper
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType2Authenticator.java131 public Bundle finishSession(AccountAuthenticatorResponse response, in finishSession() method in TestAccountType2Authenticator
DTestAccountType1Authenticator.java373 public Bundle finishSession(AccountAuthenticatorResponse response, in finishSession() method in TestAccountType1Authenticator
/frameworks/base/core/java/android/view/autofill/
DIAutoFillManager.aidl53 void finishSession(int sessionId, int userId, int commitReason); in finishSession() method
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DMasterClearReceiverTest.java113 public void finishSession() { in finishSession() method in MasterClearReceiverTest
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java219 public void finishSession() { in finishSession() method in IInputMethodSessionWrapper
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/devicepolicy/
DFactoryResetterTest.java95 public void finishSession() { in finishSession() method in FactoryResetterTest
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DMainContentCaptureSessionTest.java335 verify(mMockSystemServerInterface).finishSession(anyInt()); in destroySession()
DMainContentCaptureSessionV2Test.java335 verify(mMockSystemServerInterface).finishSession(anyInt()); in destroySession()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManagerTest.java233 mRemoteLockscreenValidationSessionStorage.finishSession(mUserId); in tearDown()
1337 mRemoteLockscreenValidationSessionStorage.finishSession(mUserId); in startRemoteLockscreenValidation_checksPermission()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java1100 mRemoteLockscreenValidationSessionStorage.finishSession(userId); in handleVerifyCredentialResponse()

12