OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finishSession
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/accounts/src/android/accounts/cts/
AbstractAuthenticatorTests.java
143
* Tests
finishSession
default implementation with default startAddAccountSession.
173
// Now call
finishSession
(...) with the session bundle we just obtained.
174
future = mAccountManager.
finishSession
(
184
// Validate that parameters are passed to addAccount(...) correctly in default
finishSession
213
* Tests
finishSession
default implementation with default startUpdateCredentialsSession.
242
// Now call
finishSession
(...) with the session bundle we just obtained.
243
future = mAccountManager.
finishSession
(
254
//
finishSession
implementation.
AccountManagerTest.java
[
all
...]
AccountManagerUnaffiliatedAuthenticatorTests.java
346
* Tests
finishSession
default implementation with overridden startAddAccountSession
381
// Call default implementation of
finishSession
of authenticator
383
future = mAccountManager.
finishSession
(
390
fail("Should have thrown AuthenticatorException if
finishSession
is not overridden.");
396
* Tests
finishSession
default implementation with overridden startUpdateCredentialsSession
431
// Call default implementation of
finishSession
of authenticator
433
future = mAccountManager.
finishSession
(
440
fail("Should have thrown AuthenticatorException if
finishSession
is not overridden.");
MockAccountAuthenticator.java
443
public Bundle
finishSession
(AccountAuthenticatorResponse response,
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
CommandSession.java
482
close(true /*
finishSession
*/);
487
close(false /*
finishSession
*/);
494
* @param
finishSession
Whether to finish activities launched from this client.
496
public void close(boolean
finishSession
) {
499
if (
finishSession
) {
[
all
...]
Completed in 79 milliseconds