SYMBOL INDEX (1454 symbols across 363 files) FILE: onedrivesdk/src/androidTest/java/com/onedrive/sdk/concurrency/MockExecutors.java class MockExecutors (line 30) | public class MockExecutors implements IExecutors { method performOnBackground (line 32) | @Override method performOnForeground (line 37) | @Override method performOnForeground (line 43) | @Override method performOnForeground (line 50) | @Override FILE: onedrivesdk/src/androidTest/java/com/onedrive/sdk/core/CoreTests.java class CoreTests (line 34) | public class CoreTests extends AndroidTestCase { method testMinVersionNumber (line 36) | public void testMinVersionNumber() throws Exception { FILE: onedrivesdk/src/androidTest/java/com/onedrive/sdk/core/MockClient.java class MockClient (line 14) | public class MockClient implements IOneDriveClient{ method getDrive (line 17) | @Override method getDrives (line 22) | @Override method getDrive (line 27) | @Override method getShares (line 32) | @Override method getShare (line 37) | @Override method getAuthenticator (line 42) | @Override method getServiceRoot (line 47) | @Override method getExecutors (line 52) | @Override method getHttpProvider (line 57) | @Override method getLogger (line 62) | @Override method getSerializer (line 67) | @Override method validate (line 72) | @Override FILE: onedrivesdk/src/androidTest/java/com/onedrive/sdk/http/BaseRequestTests.java class BaseRequestTests (line 21) | public class BaseRequestTests extends AndroidTestCase{ method setUp (line 28) | @Override method testUrlEncoded (line 46) | public void testUrlEncoded() throws Exception { method testUrlWithQuery (line 57) | public void testUrlWithQuery() throws Exception { FILE: onedrivesdk/src/androidTest/java/com/onedrive/sdk/http/DefaultHttpProviderTests.java class DefaultHttpProviderTests (line 56) | public class DefaultHttpProviderTests extends AndroidTestCase { method testAsyncSessionResult (line 61) | public void testAsyncSessionResult() throws Exception { method testAsyncSessionResultCompleted (line 90) | public void testAsyncSessionResultCompleted() throws Exception { method testNoContentType (line 120) | public void testNoContentType() throws Exception { method testDriveResponse (line 151) | public void testDriveResponse() throws Exception { method testBinaryResponse (line 182) | public void testBinaryResponse() throws Exception { method testPostItem (line 207) | public void testPostItem() throws Exception { method testPostByte (line 239) | public void testPostByte() throws Exception { method testErrorResponse (line 291) | public void testErrorResponse() throws Exception { method testBodyLessResponse (line 330) | public void testBodyLessResponse() throws Exception { method testMonitorCreation (line 360) | public void testMonitorCreation() throws Exception { method testUploadReturnNextSession (line 390) | public void testUploadReturnNextSession() throws Exception { method testUploadReturnUploadedItem (line 426) | public void testUploadReturnUploadedItem() throws Exception { method testUploadReturnError (line 461) | public void testUploadReturnError() throws Exception { class TestDataConnection (line 500) | private class TestDataConnection implements IConnection { method TestDataConnection (line 504) | public TestDataConnection(ITestData data) { method setFollowRedirects (line 508) | @Override method addRequestHeader (line 513) | @Override method getOutputStream (line 518) | @Override method getInputStream (line 523) | @Override method getResponseCode (line 528) | @Override method getResponseMessage (line 533) | @Override method close (line 538) | @Override method getHeaders (line 543) | @Override method getRequestMethod (line 548) | @Override method setContentLength (line 553) | @Override type ITestData (line 562) | private interface ITestData { method getRequestCode (line 563) | int getRequestCode(); method getJsonResponse (line 565) | String getJsonResponse(); method getHeaders (line 567) | Map getHeaders(); method setDefaultHttpProvider (line 574) | private void setDefaultHttpProvider(final Object toSerialize) { FILE: onedrivesdk/src/androidTest/java/com/onedrive/sdk/http/MockInterceptor.java class MockInterceptor (line 30) | public class MockInterceptor implements IRequestInterceptor { method intercept (line 37) | @Override method getInterceptionCount (line 46) | public int getInterceptionCount() { FILE: onedrivesdk/src/androidTest/java/com/onedrive/sdk/http/MockRequest.java class MockRequest (line 36) | class MockRequest implements IHttpRequest { method getRequestUrl (line 38) | @Override method getHttpMethod (line 47) | @Override method getHeaders (line 52) | @Override method getOptions (line 57) | @Override method addHeader (line 62) | @Override FILE: onedrivesdk/src/androidTest/java/com/onedrive/sdk/http/MockSingleConnectionFactory.java class MockSingleConnectionFactory (line 30) | class MockSingleConnectionFactory implements IConnectionFactory { method MockSingleConnectionFactory (line 41) | public MockSingleConnectionFactory(IConnection connection) { method createFromRequest (line 45) | @Override FILE: onedrivesdk/src/androidTest/java/com/onedrive/sdk/logger/MockLogger.java class MockLogger (line 28) | public class MockLogger implements ILogger { method setLoggingLevel (line 30) | @Override method getLoggingLevel (line 35) | @Override method logDebug (line 40) | @Override method logError (line 45) | @Override FILE: onedrivesdk/src/androidTest/java/com/onedrive/sdk/serializer/DefaultSerializerTests.java class DefaultSerializerTests (line 33) | public class DefaultSerializerTests extends AndroidTestCase { method testDriveDeserialization (line 39) | public void testDriveDeserialization() throws Exception { FILE: onedrivesdk/src/androidTest/java/com/onedrive/sdk/serializer/ISO8601Test.java class ISO8601Test (line 36) | public class ISO8601Test extends AndroidTestCase { method testFromDate (line 42) | public void testFromDate() throws Exception { method testToDate (line 58) | public void testToDate() throws Exception { FILE: onedrivesdk/src/androidTest/java/com/onedrive/sdk/serializer/MockSerializer.java class MockSerializer (line 28) | public class MockSerializer implements ISerializer { method MockSerializer (line 44) | public MockSerializer(final Object deserializeReturn, final String ser... method deserializeObject (line 49) | @Override method serializeObject (line 55) | @Override FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/ADALAccountInfo.java class ADALAccountInfo (line 31) | public class ADALAccountInfo implements IAccountInfo { method ADALAccountInfo (line 60) | public ADALAccountInfo(final ADALAuthenticator authenticator, method getAccountType (line 74) | @Override method getAccessToken (line 83) | @Override method getServiceRoot (line 92) | @Override method isExpired (line 102) | @Override method refresh (line 110) | @Override FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/ADALAuthenticator.java class ADALAuthenticator (line 62) | public abstract class ADALAuthenticator implements IAuthenticator { method getClientId (line 164) | protected abstract String getClientId(); method getRedirectUrl (line 170) | protected abstract String getRedirectUrl(); method getAccountInfo (line 176) | @Override method init (line 188) | @Override method login (line 251) | @Override method login (line 281) | @Override method loginSilent (line 345) | @Override method loginSilent (line 374) | @Override method logout (line 448) | @Override method logout (line 477) | @SuppressWarnings("deprecation") method getDiscoveryServiceAuthResult (line 509) | private AuthenticationResult getDiscoveryServiceAuthResult(final Strin... method getSharedPreferences (line 577) | private SharedPreferences getSharedPreferences() { method getOneDriveApiService (line 586) | private ServiceInfo getOneDriveApiService(final ServiceInfo[] services) { method getOneDriveServiceInfoFromDiscoveryService (line 607) | private ServiceInfo getOneDriveServiceInfoFromDiscoveryService(final S... method getOneDriveServiceAuthResult (line 631) | private AuthenticationResult getOneDriveServiceAuthResult(final Servic... FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/AccountType.java type AccountType (line 28) | public enum AccountType { method AccountType (line 49) | AccountType(final String... representations) { method fromRepresentation (line 58) | public static AccountType fromRepresentation(final String representati... FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/AuthorizationInterceptor.java class AuthorizationInterceptor (line 33) | public class AuthorizationInterceptor implements IRequestInterceptor { method AuthorizationInterceptor (line 60) | public AuthorizationInterceptor(final IAuthenticator authenticator, fi... method intercept (line 69) | @Override FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/ClientAuthenticatorException.java class ClientAuthenticatorException (line 31) | public class ClientAuthenticatorException extends ClientException { method ClientAuthenticatorException (line 39) | public ClientAuthenticatorException(final String message, final Throwa... method ClientAuthenticatorException (line 48) | public ClientAuthenticatorException(final String message, final OneDri... FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/DisambiguationAuthenticator.java class DisambiguationAuthenticator (line 45) | public class DisambiguationAuthenticator implements IAuthenticator { method DisambiguationAuthenticator (line 102) | public DisambiguationAuthenticator(final MSAAuthenticator msaAuthentic... method init (line 116) | @Override method login (line 139) | @Override method login (line 169) | @Override method loginSilent (line 238) | @Override method loginSilent (line 266) | @Override method logout (line 302) | @Override method logout (line 326) | @Override method getAccountInfo (line 354) | @Override method getSharedPreferences (line 363) | private SharedPreferences getSharedPreferences() { method setAccountTypeInPreferences (line 371) | private void setAccountTypeInPreferences(@Nullable final AccountType a... method getAccountTypeInPreferences (line 387) | @Nullable FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/DisambiguationDialog.java class DisambiguationDialog (line 43) | class DisambiguationDialog extends Dialog implements DialogInterface.OnC... method DisambiguationDialog (line 61) | public DisambiguationDialog(final Context context, method getLogger (line 71) | public ILogger getLogger() { method onCancel (line 75) | @Override method onCreate (line 82) | @SuppressLint("SetJavaScriptEnabled") FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/DisambiguationRequest.java class DisambiguationRequest (line 33) | class DisambiguationRequest { method DisambiguationRequest (line 56) | public DisambiguationRequest(final Activity activity, method execute (line 67) | public void execute() { method getCallback (line 80) | public ICallback getCallback() { method getLogger (line 88) | public ILogger getLogger() { FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/DisambiguationResponse.java class DisambiguationResponse (line 28) | class DisambiguationResponse { method DisambiguationResponse (line 45) | public DisambiguationResponse(final AccountType accountType, final Str... method getAccountType (line 54) | public AccountType getAccountType() { method getAccount (line 62) | public String getAccount() { FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/DisambiguationWebView.java class DisambiguationWebView (line 38) | class DisambiguationWebView extends WebViewClient { method DisambiguationWebView (line 55) | public DisambiguationWebView(final DisambiguationDialog disambiguation... method onPageStarted (line 61) | @Override method onReceivedError (line 76) | @SuppressWarnings("deprecation") FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/DiscoveryServiceResponse.java class DiscoveryServiceResponse (line 27) | public class DiscoveryServiceResponse { FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/IAccountInfo.java type IAccountInfo (line 28) | public interface IAccountInfo { method getAccountType (line 34) | AccountType getAccountType(); method getAccessToken (line 40) | String getAccessToken(); method getServiceRoot (line 46) | String getServiceRoot(); method isExpired (line 53) | boolean isExpired(); method refresh (line 58) | void refresh(); FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/IAuthenticator.java type IAuthenticator (line 36) | public interface IAuthenticator { method getAccountInfo (line 42) | IAccountInfo getAccountInfo(); method init (line 51) | void init(final IExecutors executors, method login (line 61) | void login(final String emailAddressHint, final ICallback loginCallback); method loginSilent (line 82) | IAccountInfo loginSilent() throws ClientException; method logout (line 88) | void logout(final ICallback logoutCallback); method logout (line 94) | void logout() throws ClientException; FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/MSAAccountInfo.java class MSAAccountInfo (line 31) | public class MSAAccountInfo implements IAccountInfo { method MSAAccountInfo (line 59) | public MSAAccountInfo(final MSAAuthenticator authenticator, method getAccountType (line 71) | @Override method getAccessToken (line 80) | @Override method getServiceRoot (line 89) | @Override method isExpired (line 99) | @Override method refresh (line 107) | @Override FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/MSAAuthenticator.java class MSAAuthenticator (line 51) | @SuppressWarnings("ThrowableResultOfMethodCallIgnored") method getClientId (line 109) | public abstract String getClientId(); method getScopes (line 116) | public abstract String[] getScopes(); method init (line 130) | @Override method login (line 154) | @Override method login (line 184) | @Override method loginSilent (line 259) | @Override method loginSilent (line 288) | @Override method logout (line 354) | @Override method logout (line 383) | @Override method getAccountInfo (line 433) | @Override method getSharedPreferences (line 447) | private SharedPreferences getSharedPreferences() { FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/MicrosoftOAuthConfig.java class MicrosoftOAuthConfig (line 32) | class MicrosoftOAuthConfig implements OAuthConfig { method MicrosoftOAuthConfig (line 62) | public MicrosoftOAuthConfig() { method getAuthorizeUri (line 69) | @Override method getDesktopUri (line 74) | @Override method getLogoutUri (line 79) | @Override method getTokenUri (line 84) | @Override FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/ServiceInfo.java class ServiceInfo (line 27) | public class ServiceInfo { FILE: onedrivesdk/src/main/java/com/onedrive/sdk/authentication/adal/BrokerPermissionsChecker.java class BrokerPermissionsChecker (line 37) | public class BrokerPermissionsChecker { method BrokerPermissionsChecker (line 69) | public BrokerPermissionsChecker(final Context context, final ILogger l... method check (line 79) | public void check() throws ClientAuthenticatorException { FILE: onedrivesdk/src/main/java/com/onedrive/sdk/concurrency/AsyncMonitor.java class AsyncMonitor (line 36) | public class AsyncMonitor { method AsyncMonitor (line 64) | public AsyncMonitor(final IOneDriveClient client, method getStatus (line 77) | public void getStatus(final ICallback callback) { method getStatus (line 95) | public AsyncOperationStatus getStatus() throws ClientException { method getResult (line 112) | public void getResult(final ICallback callback) { method getResult (line 130) | public T getResult() throws ClientException { method pollForResult (line 145) | public void pollForResult(final long millisBetweenPoll, final IProgres... method isCompleted (line 187) | private boolean isCompleted(final AsyncOperationStatus status) { method isFailed (line 196) | private boolean isFailed(final AsyncOperationStatus status) { FILE: onedrivesdk/src/main/java/com/onedrive/sdk/concurrency/AsyncMonitorLocation.java class AsyncMonitorLocation (line 28) | public class AsyncMonitorLocation { method AsyncMonitorLocation (line 39) | public AsyncMonitorLocation(final String monitorLocation) { method getLocation (line 47) | public String getLocation() { FILE: onedrivesdk/src/main/java/com/onedrive/sdk/concurrency/AsyncMonitorResponseHandler.java class AsyncMonitorResponseHandler (line 40) | public class AsyncMonitorResponseHandler implements IStatefulResponseHan... method configConnection (line 47) | @Override method generateResult (line 62) | @Override FILE: onedrivesdk/src/main/java/com/onedrive/sdk/concurrency/AsyncOperationException.java class AsyncOperationException (line 32) | public class AsyncOperationException extends ClientException { method AsyncOperationException (line 43) | public AsyncOperationException(final AsyncOperationStatus status) { method getStatus (line 52) | public AsyncOperationStatus getStatus() { FILE: onedrivesdk/src/main/java/com/onedrive/sdk/concurrency/ChunkedUploadProvider.java class ChunkedUploadProvider (line 40) | public class ChunkedUploadProvider { method ChunkedUploadProvider (line 102) | public ChunkedUploadProvider(final UploadSession uploadSession, method upload (line 140) | public void upload(final List