Searched refs:onCancelAuthSession (Results 1 – 3 of 3) sorted by relevance
269 session.onCancelAuthSession(false /* force */); in testCancelReducesAppetiteForCookies()406 testInvokesCancel(session -> session.onCancelAuthSession(false /* force */)); in testCancelAuthentication_whenStateAuthCalled_invokesCancel()412 testInvokesCancel(session -> session.onCancelAuthSession(true /* force */)); in testCancelAuthentication_whenStateAuthForcedCalled_invokesCancel()
1373 mAuthSession.onCancelAuthSession(true /* force */);1399 final boolean finished = session.onCancelAuthSession(false /* force */);
873 boolean onCancelAuthSession(boolean force) { in onCancelAuthSession() method in AuthSession