Home
last modified time | relevance | path

Searched defs:account (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DAccountTest.java18 Account account = new Account("name", "type"); in shouldHaveStringsConstructor() local
30 Account account = new Account(p); in shouldHaveParcelConstructor() local
47 Account account = new Account("name", "type"); in shouldHaveToString() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPeriodicSync.java17 …public void __constructor__(Account account, String authority, Bundle extras, long period) throws … in __constructor__()
DShadowAccountManager.java50 …public AccountManagerFuture<Bundle> getAuthToken(Account account, String authTokenType, Bundle opt… in getAuthToken()
99 private void addBundleResults(Bundle bundle, final Account account) { in getAuthToken()
/external/webkit/Source/WebKit/android/jni/
DWebCoreFrameBridge.cpp915 WTF::String account; in autoLogin() local