SYMBOL INDEX (288 symbols across 43 files) FILE: app/src/androidTest/java/org/fuckboilerplate/rxsocialconnect/ActivityTest.java class ActivityTest (line 24) | public class ActivityTest extends RxSocialConnectTest { FILE: app/src/androidTest/java/org/fuckboilerplate/rxsocialconnect/FragmentTest.java class FragmentTest (line 24) | public class FragmentTest extends RxSocialConnectTest { FILE: app/src/androidTest/java/org/fuckboilerplate/rxsocialconnect/RxSocialConnectInterceptorsTest.java class RxSocialConnectInterceptorsTest (line 34) | @RunWith(AndroidJUnit4.class) method _a1_Connect_With_Facebook (line 39) | @Test public void _a1_Connect_With_Facebook() { method _a2_Show_Profile_Facebook (line 58) | @Test public void _a2_Show_Profile_Facebook() { method _b1_Connect_With_Yahoo (line 65) | @Test public void _b1_Connect_With_Yahoo() { method _b2_Show_Profile_Yahoo (line 89) | @Test public void _b2_Show_Profile_Yahoo() { method shouldBeEmpty (line 96) | private Matcher shouldBeEmpty(boolean shouldBeEmpty) { method waitTime (line 110) | private void waitTime() { FILE: app/src/androidTest/java/org/fuckboilerplate/rxsocialconnect/RxSocialConnectTest.java class RxSocialConnectTest (line 48) | @RunWith(AndroidJUnit4.class) method _a1_Connect_With_Facebook (line 52) | @Test public void _a1_Connect_With_Facebook() { method _a2_Connected_Facebook (line 74) | @Test public void _a2_Connected_Facebook() { method _a3_Get_Token_Facebook (line 81) | @Test public void _a3_Get_Token_Facebook() { method _a4_Disconnect_Facebook (line 88) | @Test public void _a4_Disconnect_Facebook() { method _a5_Get_Token_Error_Facebook (line 93) | @Test public void _a5_Get_Token_Error_Facebook() { method _a6_Facebook_Does_Not_Store_Cookies (line 100) | @Test public void _a6_Facebook_Does_Not_Store_Cookies() { method _b1_Connect_With_Google (line 106) | @Test public void _b1_Connect_With_Google() { method _b2_Connected_Google (line 131) | @Test public void _b2_Connected_Google() { method _b3_Get_Token_Google (line 138) | @Test public void _b3_Get_Token_Google() { method _b4_Disconnect_Google (line 145) | @Test public void _b4_Disconnect_Google() { method _b5_Get_Token_Error_Google (line 150) | @Test public void _b5_Get_Token_Error_Google() { method _b6_Google_Does_Not_Store_Cookies (line 157) | @Test public void _b6_Google_Does_Not_Store_Cookies() { method _d1_Connect_With_LinkedIn (line 163) | @Test public void _d1_Connect_With_LinkedIn() { method _d2_Connected_LinkedIn (line 184) | @Test public void _d2_Connected_LinkedIn() { method _d3_Get_Token_LinkedIn (line 191) | @Test public void _d3_Get_Token_LinkedIn() { method _d4_Disconnect_LinkedIn (line 198) | @Test public void _d4_Disconnect_LinkedIn() { method _d5_Get_Token_Error_LinkedIn (line 203) | @Test public void _d5_Get_Token_Error_LinkedIn() { method _d6_LinkedIn_Does_Not_Store_Cookies (line 210) | @Test public void _d6_LinkedIn_Does_Not_Store_Cookies() { method _e1_Connect_With_Yahoo (line 216) | @Test public void _e1_Connect_With_Yahoo() { method _e2_Connected_Yahoo (line 248) | @Test public void _e2_Connected_Yahoo() { method _e3_Get_Token_Yahoo (line 255) | @Test public void _e3_Get_Token_Yahoo() { method _e4_Disconnect_Yahoo (line 262) | @Test public void _e4_Disconnect_Yahoo() { method _e5_Get_Token_Error_Yahoo (line 267) | @Test public void _e5_Get_Token_Error_Yahoo() { method _e6_Yahoo_Does_Not_Store_Cookies (line 274) | @Test public void _e6_Yahoo_Does_Not_Store_Cookies() { method shouldBeEmpty (line 284) | private Matcher shouldBeEmpty(boolean shouldBeEmpty) { method waitTime (line 298) | private void waitTime() { method rotateDevice (line 303) | private void rotateDevice() { FILE: app/src/main/java/org/fuckboilerplate/rxsocialconnect/SampleApp.java class SampleApp (line 10) | public class SampleApp extends Application { method onCreate (line 12) | @Override public void onCreate() { FILE: app/src/main/java/org/fuckboilerplate/rxsocialconnect/StartActivity.java class StartActivity (line 13) | public class StartActivity extends Activity { method onCreate (line 15) | @Override protected void onCreate(Bundle savedInstanceState) { FILE: app/src/main/java/org/fuckboilerplate/rxsocialconnect/connections/ChooseActivityOrFragment.java class ChooseActivityOrFragment (line 12) | public class ChooseActivityOrFragment extends Activity { method onCreate (line 14) | @Override protected void onCreate(Bundle savedInstanceState) { FILE: app/src/main/java/org/fuckboilerplate/rxsocialconnect/connections/ConnectionsActivity.java class ConnectionsActivity (line 16) | public class ConnectionsActivity extends AppCompatActivity { method onCreate (line 19) | @Override protected void onCreate(Bundle savedInstanceState) { method setUpTwitter (line 35) | private void setUpTwitter() { method setUpFacebook (line 47) | private void setUpFacebook() { method setUpGoogle (line 59) | private void setUpGoogle() { method setUpLinkedIn (line 71) | private void setUpLinkedIn() { method setUpYahoo (line 83) | private void setUpYahoo() { method setUpGithub (line 95) | private void setUpGithub() { FILE: app/src/main/java/org/fuckboilerplate/rxsocialconnect/connections/ConnectionsFragment.java class ConnectionsFragment (line 20) | public class ConnectionsFragment extends Fragment { method onCreateView (line 23) | @Nullable @Override public View onCreateView(LayoutInflater inflater, ... method onActivityCreated (line 27) | @Override public void onActivityCreated(@Nullable Bundle savedInstance... method setUpTwitter (line 42) | private void setUpTwitter() { method setUpFacebook (line 54) | private void setUpFacebook() { method setUpGoogle (line 66) | private void setUpGoogle() { method setUpLinkedIn (line 78) | private void setUpLinkedIn() { method setUpYahoo (line 90) | private void setUpYahoo() { method setUpGithub (line 102) | private void setUpGithub() { method findViewById (line 114) | private View findViewById(int resId) { FILE: app/src/main/java/org/fuckboilerplate/rxsocialconnect/connections/Helper.java class Helper (line 28) | public class Helper { method Helper (line 31) | public Helper(Object targetUI) { method twitterService (line 35) | OAuth10aService twitterService() { method facebookService (line 47) | OAuth20Service facebookService() { method googleService (line 61) | OAuth20Service googleService() { method linkedinService (line 75) | OAuth20Service linkedinService() { method yahooService (line 89) | OAuth10aService yahooService() { method githubService (line 101) | OAuth20Service githubService() { method showTokenOAuth1 (line 113) | void showTokenOAuth1(Class clazz) { method showTokenOAuth2 (line 119) | void showTokenOAuth2(Class clazz) { method closeConnection (line 125) | void closeConnection(Class clazz) { method closeAllConnection (line 134) | void closeAllConnection() { method showResponse (line 143) | void showResponse(OAuth1AccessToken token) { method showResponse (line 149) | void showResponse(OAuth2AccessToken token) { method clearEditTexts (line 154) | private void clearEditTexts() { method showError (line 159) | void showError(Throwable throwable) { method findViewById (line 164) | private View findViewById(int resId) { method showToast (line 169) | private void showToast(String message) { method getContext (line 173) | private Context getContext() { FILE: app/src/main/java/org/fuckboilerplate/rxsocialconnect/connections/HostActivityFragment.java class HostActivityFragment (line 12) | public class HostActivityFragment extends AppCompatActivity { method onCreate (line 14) | @Override protected void onCreate(@Nullable Bundle savedInstanceState) { FILE: app/src/main/java/org/fuckboilerplate/rxsocialconnect/interceptors/InterceptorsActivity.java class InterceptorsActivity (line 14) | public class InterceptorsActivity extends AppCompatActivity { method onCreate (line 17) | @Override protected void onCreate(Bundle savedInstanceState) { method setUpFacebook (line 26) | private void setUpFacebook() { method setUpYahoo (line 42) | private void setUpYahoo() { method showUserProfile (line 58) | private void showUserProfile(String userProfileJSON) { method showToken (line 64) | private void showToken(OAuth2AccessToken oAuth2AccessToken) { method showToken (line 69) | private void showToken(OAuth1AccessToken token) { method showError (line 74) | private void showError(Throwable error) { method clearTextViewToken (line 79) | private void clearTextViewToken() { FILE: app/src/main/java/org/fuckboilerplate/rxsocialconnect/interceptors/Repository.java class Repository (line 17) | public class Repository { method Repository (line 21) | public Repository() { method initFacebookApiRest (line 26) | private FacebookApiRest initFacebookApiRest() { method initYahooApiRest (line 39) | private YahooApiRest initYahooApiRest() { method getFacebookApi (line 52) | FacebookApiRest getFacebookApi() { method getYahooApiRest (line 56) | YahooApiRest getYahooApiRest() { type YahooApiRest (line 60) | interface YahooApiRest { method me (line 63) | @GET("/v1/user/me/profile?format=json") Observable me(); type FacebookApiRest (line 66) | interface FacebookApiRest { method me (line 69) | @GET("/v2.5/me") method facebookService (line 73) | OAuth20Service facebookService() { method yahooService (line 87) | OAuth10aService yahooService() { FILE: core/src/main/java/org/fuckboilerplate/rx_social_connect/NotActiveTokenFoundException.java class NotActiveTokenFoundException (line 19) | public class NotActiveTokenFoundException extends RuntimeException { method NotActiveTokenFoundException (line 21) | public NotActiveTokenFoundException() { FILE: core/src/main/java/org/fuckboilerplate/rx_social_connect/Response.java class Response (line 21) | public final class Response { method Response (line 25) | public Response(T targetUI, D token) { method targetUI (line 30) | public T targetUI() { method token (line 34) | public D token() { FILE: core/src/main/java/org/fuckboilerplate/rx_social_connect/RxSocialConnect.java class RxSocialConnect (line 45) | public final class RxSocialConnect { method register (line 51) | public static Builder register(Application application, String encrypt... class Builder (line 57) | public static class Builder { method Builder (line 61) | public Builder(Application application, String encryptionKey) { method using (line 66) | public void using(Jolyglot jolyglot) { method with (line 79) | public static Observable Observable Observable Observable closeConnection(final Class closeConnections() { method getTokenOAuth1 (line 174) | public static Observable Observable> start... FILE: core/src/main/java/org/fuckboilerplate/rx_social_connect/internal/ActivityConnect.java class ActivityConnect (line 37) | public class ActivityConnect extends Activity { method onCreate (line 41) | @Override protected void onCreate(Bundle savedInstanceState) { method initWebView (line 47) | protected void initWebView() { method clearCookies (line 87) | @SuppressWarnings("deprecation") method finishWithError (line 108) | private void finishWithError(Throwable error) { method finishWithToken (line 119) | private void finishWithToken(Token token) { FILE: core/src/main/java/org/fuckboilerplate/rx_social_connect/internal/encryption/BuiltInEncryptor.java class BuiltInEncryptor (line 37) | public class BuiltInEncryptor implements Encryptor { method BuiltInEncryptor (line 44) | public BuiltInEncryptor() { method encrypt (line 47) | @Override public void encrypt(String key, File decryptedFile, File enc... method decrypt (line 58) | @Override public void decrypt(String key, File encryptedFile, File dec... method initCiphers (line 69) | private void initCiphers(String key) { method generateSecretKey (line 83) | private SecretKeySpec generateSecretKey(String key) throws Exception { method write (line 93) | private void write(InputStream is, OutputStream os) { FILE: core/src/main/java/org/fuckboilerplate/rx_social_connect/internal/encryption/Encryptor.java type Encryptor (line 24) | public interface Encryptor { method encrypt (line 33) | void encrypt(String key, File decryptedFile, File encryptedFile); method decrypt (line 42) | void decrypt(String key, File encryptedFile, File decryptedFile); FILE: core/src/main/java/org/fuckboilerplate/rx_social_connect/internal/encryption/FileEncryptor.java class FileEncryptor (line 25) | public class FileEncryptor { method FileEncryptor (line 29) | public FileEncryptor(Encryptor encryptor) { method encrypt (line 33) | public File encrypt(String key, File file) { method decrypt (line 46) | public File decrypt(String key, File file) { method rename (line 56) | private File rename(File fileSrc, File fileDst) { FILE: core/src/main/java/org/fuckboilerplate/rx_social_connect/internal/persistence/Disk.java class Disk (line 28) | public class Disk { method Disk (line 35) | public Disk(File file, String encryptionKey, Jolyglot jolyglot) { method save (line 43) | public void save(String key, T data) { method get (line 71) | public Observable get(String keyToken, Class classToken) { method retrieve (line 87) | private T retrieve(String key, Class clazz) { method evict (line 103) | public void evict(String key) { method evictAll (line 108) | public void evictAll() { FILE: core/src/main/java/org/fuckboilerplate/rx_social_connect/internal/persistence/OAuth1AccessToken.java class OAuth1AccessToken (line 3) | public final class OAuth1AccessToken extends com.github.scribejava.core.... method OAuth1AccessToken (line 8) | public OAuth1AccessToken() { method OAuth1AccessToken (line 12) | public OAuth1AccessToken(com.github.scribejava.core.model.OAuth1Access... method toOAuth1AccessTokenScribe (line 18) | public com.github.scribejava.core.model.OAuth1AccessToken toOAuth1Acce... FILE: core/src/main/java/org/fuckboilerplate/rx_social_connect/internal/persistence/OAuth2AccessToken.java class OAuth2AccessToken (line 19) | public final class OAuth2AccessToken extends com.github.scribejava.core.... method OAuth2AccessToken (line 25) | public OAuth2AccessToken() { method OAuth2AccessToken (line 30) | public OAuth2AccessToken(com.github.scribejava.core.model.OAuth2Access... method isExpired (line 38) | public boolean isExpired() { method toOAuth2AccessTokenScribe (line 43) | public com.github.scribejava.core.model.OAuth2AccessToken toOAuth2Acce... FILE: core/src/main/java/org/fuckboilerplate/rx_social_connect/internal/persistence/TokenCache.java type TokenCache (line 28) | public enum TokenCache { method init (line 34) | public void init(Context context, String encryptionKey, Jolyglot jolyg... method init (line 39) | @VisibleForTesting void init(File file, String encryptionKey, Jolyglot... method save (line 44) | public void save(String key, T data) { method get (line 49) | public Observable get(String keyToken, Class { method Service (line 31) | public Service(S service) { method oResponse (line 35) | public Observable oResponse(final String url) { method token (line 47) | public abstract T token(String url) throws Exception; method oAuthUrl (line 49) | public Observable oAuthUrl() { method authUrl (line 61) | protected abstract String authUrl() throws Exception; method callbackUrl (line 62) | public abstract String callbackUrl(); FILE: core/src/main/java/org/fuckboilerplate/rx_social_connect/query_string/QueryString.java type QueryString (line 26) | public enum QueryString { method QueryString (line 32) | QueryString() { method replaceStrategyOAuth1 (line 40) | public void replaceStrategyOAuth1(QueryStringStrategy strategyOauth1) { method replaceStrategyOAuth2 (line 47) | public void replaceStrategyOAuth2(QueryStringStrategy strategyOauth2) { method resetStrategyOAuth1 (line 54) | public void resetStrategyOAuth1() { method resetStrategyOAuth2 (line 61) | public void resetStrategyOAuth2() { method getStrategyOAuth1 (line 65) | public QueryStringStrategy getStrategyOAuth1() { method getStrategyOAuth2 (line 69) | public QueryStringStrategy getStrategyOAuth2() { method defaultStrategyOAuth1 (line 73) | private QueryStringStrategy defaultStrategyOAuth1() { method defaultStrategyOAuth2 (line 85) | private QueryStringStrategy defaultStrategyOAuth2() { FILE: core/src/main/java/org/fuckboilerplate/rx_social_connect/query_string/QueryStringStrategy.java type QueryStringStrategy (line 25) | public interface QueryStringStrategy { method extractCode (line 31) | String extractCode(Uri uri); method extractError (line 38) | @Nullable FILE: core/src/test/java/org/fuckboilerplate/rx_social_connect/OAuth2AccessTokenTest.java class OAuth2AccessTokenTest (line 26) | public class OAuth2AccessTokenTest { method When_Token_Expires_Then_Expire (line 28) | @Test public void When_Token_Expires_Then_Expire() throws Exception { method When_Token_Not_Expire_Then_Not_Expire (line 37) | @Test public void When_Token_Not_Expire_Then_Not_Expire() throws Excep... method createToken (line 46) | private com.github.scribejava.core.model.OAuth2AccessToken createToken... method waitTime (line 50) | private void waitTime(long time) { FILE: core/src/test/java/org/fuckboilerplate/rx_social_connect/QueryStringTest.java class QueryStringTest (line 35) | @FixMethodOrder(MethodSorters.NAME_ASCENDING) method _1_Verify_Replace_OAuth1_Strategy (line 40) | @Test public void _1_Verify_Replace_OAuth1_Strategy() { method _2_Verify_Replace_OAuth2_Strategy (line 59) | @Test public void _2_Verify_Replace_OAuth2_Strategy() { method _3_Verify_Default_OAuth1_Strategy (line 78) | @Test public void _3_Verify_Default_OAuth1_Strategy() { method _4_Verify_Default_OAuth2_Strategy (line 89) | @Test public void _4_Verify_Default_OAuth2_Strategy() { FILE: core/src/test/java/org/fuckboilerplate/rx_social_connect/internal/persistence/TokenCacheTest.java class TokenCacheTest (line 35) | @FixMethodOrder(MethodSorters.NAME_ASCENDING) method _1_When_Save_Token_And_Retrieve_It_Get_It (line 43) | @Test public void _1_When_Save_Token_And_Retrieve_It_Get_It() { method _2_When_Retrieve_After_Memory_Destroyed_Get_It (line 56) | @Test public void _2_When_Retrieve_After_Memory_Destroyed_Get_It() { method _3_When_Evict_And_Retrieve_It_Get_Null (line 67) | @Test public void _3_When_Evict_And_Retrieve_It_Get_Null() { method _4_When_Evict_All_And_Retrieve_It_Get_Null (line 75) | @Test public void _4_When_Evict_All_And_Retrieve_It_Get_Null() { method jsonConverter (line 105) | private Jolyglot jsonConverter() { FILE: gson_converter/src/main/java/io/victoralbertos/rx_social_connect/GsonConverter.java class GsonConverter (line 12) | public class GsonConverter implements JSONConverter { method create (line 14) | public static GsonConverter create() { method GsonConverter (line 18) | private GsonConverter() {} method fromJson (line 20) | @Override public T fromJson(File file, Class clazz) throws Exce... method toJson (line 25) | @Override public String toJson(Object object) { FILE: gson_converter/src/test/java/io/victoralbertos/rx_social_connect/ExampleUnitTest.java class ExampleUnitTest (line 10) | public class ExampleUnitTest { method addition_isCorrect (line 11) | @Test FILE: okhttp_interceptors/src/main/java/io/victoralbertos/rx_social_connect/OAuth1Interceptor.java class OAuth1Interceptor (line 35) | public class OAuth1Interceptor implements Interceptor { method OAuth1Interceptor (line 38) | public OAuth1Interceptor(OAuth10aService service) { method intercept (line 42) | @Override public Response intercept(Chain chain) throws IOException, N... method apply (line 64) | private Verb apply(String method) { method getOToken (line 77) | protected Observable getOToken() { FILE: okhttp_interceptors/src/main/java/io/victoralbertos/rx_social_connect/OAuth2Interceptor.java class OAuth2Interceptor (line 29) | public class OAuth2Interceptor implements Interceptor { method OAuth2Interceptor (line 32) | public OAuth2Interceptor(Class apiClass) { method intercept (line 36) | @Override public Response intercept(Chain chain) throws IOException, N... method getOToken (line 50) | protected Observable getOToken() { FILE: okhttp_interceptors/src/test/java/io/victoralbertos/rx_social_connect/OAuth1TwitterInterceptorTest.java class OAuth1TwitterInterceptorTest (line 31) | public class OAuth1TwitterInterceptorTest extends OAuth1InterceptorTest { method getService (line 33) | @Override protected OAuth10aService getService() { method getToken (line 43) | @Override protected OAuth1AccessToken getToken() { method getApiCallWithoutInterceptor (line 51) | @Override protected Observable getApiCallWithoutInterceptor() { method getApiCallWithInterceptor (line 60) | @Override protected Observable getApiCallWithInterceptor(OAuth... type OAuth1Api (line 74) | private interface OAuth1Api { method me (line 77) | @GET("/1.1/account/verify_credentials.json") FILE: okhttp_interceptors/src/test/java/io/victoralbertos/rx_social_connect/OAuth1YahooInterceptorTest.java class OAuth1YahooInterceptorTest (line 31) | public class OAuth1YahooInterceptorTest extends OAuth1InterceptorTest { method getService (line 33) | @Override protected OAuth10aService getService() { method getToken (line 43) | @Override protected OAuth1AccessToken getToken() { method getApiCallWithoutInterceptor (line 51) | @Override protected Observable getApiCallWithoutInterceptor() { method getApiCallWithInterceptor (line 60) | @Override protected Observable getApiCallWithInterceptor(OAuth... type OAuth1Api (line 74) | private interface OAuth1Api { method me (line 77) | @GET("/v1/user/me/profile?format=json") FILE: okhttp_interceptors/src/test/java/io/victoralbertos/rx_social_connect/OAuth2FacebookInterceptorTest.java class OAuth2FacebookInterceptorTest (line 28) | public class OAuth2FacebookInterceptorTest extends OAuth2InterceptorTest { method getApiCallWithoutInterceptor (line 30) | @Override protected Observable getApiCallWithoutInterceptor() { method getApiCallWithInterceptor (line 39) | @Override protected Observable getApiCallWithInterceptor(OAuth... method getToken (line 53) | @Override protected OAuth2AccessToken getToken() { type OAuth2Api (line 59) | interface OAuth2Api { method me (line 62) | @GET("/v2.5/me") FILE: okhttp_interceptors/src/test/java/io/victoralbertos/rx_social_connect/OAuth2GoogleInterceptorTest.java class OAuth2GoogleInterceptorTest (line 28) | public class OAuth2GoogleInterceptorTest extends OAuth2InterceptorTest { method getApiCallWithoutInterceptor (line 30) | @Override protected Observable getApiCallWithoutInterceptor() { method getApiCallWithInterceptor (line 39) | @Override protected Observable getApiCallWithInterceptor(OAuth... method getToken (line 53) | @Override protected OAuth2AccessToken getToken() { type OAuth2Api (line 60) | interface OAuth2Api { method me (line 63) | @GET("/plus/v1/people/me") FILE: okhttp_interceptors/src/test/java/io/victoralbertos/rx_social_connect/OAuth2LinkedinInterceptorTest.java class OAuth2LinkedinInterceptorTest (line 28) | public class OAuth2LinkedinInterceptorTest extends OAuth2InterceptorTest { method getApiCallWithoutInterceptor (line 30) | @Override protected Observable getApiCallWithoutInterceptor() { method getApiCallWithInterceptor (line 39) | @Override protected Observable getApiCallWithInterceptor(OAuth... method getToken (line 53) | @Override protected OAuth2AccessToken getToken() { type OAuth2Api (line 59) | interface OAuth2Api { method me (line 62) | @GET("/v1/people/~?format=json") FILE: okhttp_interceptors/src/test/java/io/victoralbertos/rx_social_connect/base/OAuth1InterceptorTest.java class OAuth1InterceptorTest (line 29) | public abstract class OAuth1InterceptorTest { method Get_Method_Throws_HttpException_Without_Interceptor (line 31) | @Test public void Get_Method_Throws_HttpException_Without_Interceptor(... method Get_Method_Throws_NotActiveTokenFoundException_With_Interceptor_With_Invalid_Token (line 40) | @Test public void Get_Method_Throws_NotActiveTokenFoundException_With_... method Get_Method_Success_With_Interceptor_With_Valid_Token (line 51) | @Test public void Get_Method_Success_With_Interceptor_With_Valid_Token... class OAuthInterceptorInvalidToken (line 61) | private class OAuthInterceptorInvalidToken extends OAuth1Interceptor { method OAuthInterceptorInvalidToken (line 62) | public OAuthInterceptorInvalidToken(OAuth10aService service) { method getOToken (line 66) | @Override protected Observable getOToken() { class OAuthInterceptorValidToken (line 71) | private class OAuthInterceptorValidToken extends OAuth1Interceptor { method OAuthInterceptorValidToken (line 73) | public OAuthInterceptorValidToken(OAuth10aService service) { method getOToken (line 77) | @Override protected Observable getOToken() { method getApiCallWithoutInterceptor (line 82) | protected abstract Observable getApiCallWithoutInterceptor(); method getApiCallWithInterceptor (line 83) | protected abstract Observable getApiCallWithInterceptor(OAuth1... method getService (line 84) | protected abstract OAuth10aService getService(); method getToken (line 85) | protected abstract OAuth1AccessToken getToken(); FILE: okhttp_interceptors/src/test/java/io/victoralbertos/rx_social_connect/base/OAuth2InterceptorTest.java class OAuth2InterceptorTest (line 29) | public abstract class OAuth2InterceptorTest { method Get_Method_Throws_HttpException_Without_Interceptor (line 31) | @Test public void Get_Method_Throws_HttpException_Without_Interceptor(... method Get_Method_Throws_NotActiveTokenFoundException_With_Interceptor_With_Invalid_Token (line 40) | @Test public void Get_Method_Throws_NotActiveTokenFoundException_With_... method Get_Method_Success_With_Interceptor_With_Valid_Token (line 51) | @Test public void Get_Method_Success_With_Interceptor_With_Valid_Token... class OAuthInterceptorInvalidToken (line 61) | private class OAuthInterceptorInvalidToken extends OAuth2Interceptor { method OAuthInterceptorInvalidToken (line 62) | public OAuthInterceptorInvalidToken(Class ap... method getOToken (line 66) | @Override protected Observable getOToken() { class OAuthInterceptorValidToken (line 71) | private class OAuthInterceptorValidToken extends OAuth2Interceptor { method OAuthInterceptorValidToken (line 73) | public OAuthInterceptorValidToken(Class apiC... method getOToken (line 77) | @Override protected Observable getOToken() { method getApiCallWithoutInterceptor (line 82) | protected abstract Observable getApiCallWithoutInterceptor(); method getApiCallWithInterceptor (line 83) | protected abstract Observable getApiCallWithInterceptor(OAuth2... method getToken (line 84) | protected abstract OAuth2AccessToken getToken();