mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-02-02 14:07:32 +01:00
Add Drive API interfaces
(does not include parcelable class implementations)
This commit is contained in:
parent
d3e37f7252
commit
d2b942d87f
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable AddEventListenerRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable AddPermissionRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable AuthorizeAccessRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable CancelPendingActionsRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable ChangeResourceParentsRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable ChangeSequenceNumber;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable ChangesResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable CheckResourceIdsExistRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable CloseContentsAndUpdateMetadataRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable CloseContentsRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable ContentsResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable ControlProgressRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable CreateContentsRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable CreateFileIntentSenderRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable CreateFileRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable CreateFolderRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable DeleteResourceRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable DeviceUsagePreferenceResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable DisconnectRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable DownloadProgressResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable DriveIdResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable DrivePreferencesResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable DriveServiceResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable EventResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable FetchThumbnailRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable FetchThumbnailResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable GetChangesRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable GetDriveIdFromUniqueIdRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable GetMetadataRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable GetPermissionsRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable GetPermissionsResponse;
|
@ -0,0 +1,95 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import com.google.android.gms.drive.internal.DriveServiceResponse;
|
||||||
|
import com.google.android.gms.drive.internal.IDriveServiceCallbacks;
|
||||||
|
import com.google.android.gms.drive.internal.IEventCallback;
|
||||||
|
|
||||||
|
import com.google.android.gms.drive.internal.AddEventListenerRequest;
|
||||||
|
import com.google.android.gms.drive.internal.AddPermissionRequest;
|
||||||
|
import com.google.android.gms.drive.internal.AuthorizeAccessRequest;
|
||||||
|
import com.google.android.gms.drive.internal.CancelPendingActionsRequest;
|
||||||
|
import com.google.android.gms.drive.internal.ChangeResourceParentsRequest;
|
||||||
|
import com.google.android.gms.drive.internal.CheckResourceIdsExistRequest;
|
||||||
|
import com.google.android.gms.drive.internal.CloseContentsAndUpdateMetadataRequest;
|
||||||
|
import com.google.android.gms.drive.internal.CloseContentsRequest;
|
||||||
|
import com.google.android.gms.drive.internal.ControlProgressRequest;
|
||||||
|
import com.google.android.gms.drive.internal.CreateContentsRequest;
|
||||||
|
import com.google.android.gms.drive.internal.CreateFileRequest;
|
||||||
|
import com.google.android.gms.drive.internal.CreateFileIntentSenderRequest;
|
||||||
|
import com.google.android.gms.drive.internal.CreateFolderRequest;
|
||||||
|
import com.google.android.gms.drive.internal.DeleteResourceRequest;
|
||||||
|
import com.google.android.gms.drive.internal.DisconnectRequest;
|
||||||
|
import com.google.android.gms.drive.internal.FetchThumbnailRequest;
|
||||||
|
import com.google.android.gms.drive.internal.GetChangesRequest;
|
||||||
|
import com.google.android.gms.drive.internal.GetDriveIdFromUniqueIdRequest;
|
||||||
|
import com.google.android.gms.drive.internal.GetMetadataRequest;
|
||||||
|
import com.google.android.gms.drive.internal.GetPermissionsRequest;
|
||||||
|
import com.google.android.gms.drive.internal.ListParentsRequest;
|
||||||
|
import com.google.android.gms.drive.internal.LoadRealtimeRequest;
|
||||||
|
import com.google.android.gms.drive.internal.OpenContentsRequest;
|
||||||
|
import com.google.android.gms.drive.internal.OpenFileIntentSenderRequest;
|
||||||
|
import com.google.android.gms.drive.internal.RealtimeDocumentSyncRequest;
|
||||||
|
import com.google.android.gms.drive.internal.RemoveEventListenerRequest;
|
||||||
|
import com.google.android.gms.drive.internal.RemovePermissionRequest;
|
||||||
|
import com.google.android.gms.drive.internal.SetDrivePreferencesRequest;
|
||||||
|
import com.google.android.gms.drive.internal.SetFileUploadPreferencesRequest;
|
||||||
|
import com.google.android.gms.drive.internal.SetResourceParentsRequest;
|
||||||
|
import com.google.android.gms.drive.internal.StreamContentsRequest;
|
||||||
|
import com.google.android.gms.drive.internal.TrashResourceRequest;
|
||||||
|
import com.google.android.gms.drive.internal.UnsubscribeResourceRequest;
|
||||||
|
import com.google.android.gms.drive.internal.UntrashResourceRequest;
|
||||||
|
import com.google.android.gms.drive.internal.UpdateMetadataRequest;
|
||||||
|
import com.google.android.gms.drive.internal.UpdatePermissionRequest;
|
||||||
|
|
||||||
|
interface IDriveService {
|
||||||
|
void getMetadata(in GetMetadataRequest request, IDriveServiceCallbacks callbacks) = 0;
|
||||||
|
|
||||||
|
void updateMetadata(in UpdateMetadataRequest request, IDriveServiceCallbacks callbacks) = 2;
|
||||||
|
void createContents(in CreateContentsRequest request, IDriveServiceCallbacks callbacks) = 3;
|
||||||
|
void createFile(in CreateFileRequest request, IDriveServiceCallbacks callbacks) = 4;
|
||||||
|
void createFolder(in CreateFolderRequest request, IDriveServiceCallbacks callbacks) = 5;
|
||||||
|
DriveServiceResponse openContents(in OpenContentsRequest request, IDriveServiceCallbacks callbacks) = 6;
|
||||||
|
void closeContents(in CloseContentsRequest request, IDriveServiceCallbacks callbacks) = 7;
|
||||||
|
void requestSync(IDriveServiceCallbacks callbacks) = 8;
|
||||||
|
IntentSender openFileIntentSender(in OpenFileIntentSenderRequest request) = 9;
|
||||||
|
IntentSender createFileIntentSender(in CreateFileIntentSenderRequest request) = 10;
|
||||||
|
void authorizeAccess(in AuthorizeAccessRequest request, IDriveServiceCallbacks callbacks) = 11;
|
||||||
|
void listParents(in ListParentsRequest request, IDriveServiceCallbacks callbacks) = 12;
|
||||||
|
void addEventListener(in AddEventListenerRequest request, IEventCallback callback, String unused, IDriveServiceCallbacks callbacks) = 13;
|
||||||
|
void removeEventListener(in RemoveEventListenerRequest request, IEventCallback callback, String unused, IDriveServiceCallbacks callbacks) = 14;
|
||||||
|
void disconnect(in DisconnectRequest request) = 15;
|
||||||
|
void trashResource(in TrashResourceRequest request, IDriveServiceCallbacks callbacks) = 16;
|
||||||
|
void closeContentsAndUpdateMetadata(in CloseContentsAndUpdateMetadataRequest request, IDriveServiceCallbacks callbacks) = 17;
|
||||||
|
|
||||||
|
void deleteResource(in DeleteResourceRequest request, IDriveServiceCallbacks callbacks) = 23;
|
||||||
|
|
||||||
|
void loadRealtime(in LoadRealtimeRequest request, IDriveServiceCallbacks callbacks) = 26;
|
||||||
|
void setResourceParents(in SetResourceParentsRequest request, IDriveServiceCallbacks callbacks) = 27;
|
||||||
|
void getDriveIdFromUniqueId(in GetDriveIdFromUniqueIdRequest request, IDriveServiceCallbacks callbacks) = 28;
|
||||||
|
void checkResourceIdsExist(in CheckResourceIdsExistRequest request, IDriveServiceCallbacks callbacks) = 29;
|
||||||
|
void completePendingAction(IDriveServiceCallbacks callbacks) = 30;
|
||||||
|
void getDrivePreferences(IDriveServiceCallbacks callbacks) = 31;
|
||||||
|
void setDrivePreferences(in SetDrivePreferencesRequest request, IDriveServiceCallbacks callbacks) = 32;
|
||||||
|
void realtimeDocumentSync(in RealtimeDocumentSyncRequest request, IDriveServiceCallbacks callbacks) = 33;
|
||||||
|
void getDeviceUsagePreferences(IDriveServiceCallbacks callbacks) = 34;
|
||||||
|
void setFileUploadPreferences(in SetFileUploadPreferencesRequest request, IDriveServiceCallbacks callbacks) = 35;
|
||||||
|
void cancelPendingActions(in CancelPendingActionsRequest request, IDriveServiceCallbacks callbacks) = 36;
|
||||||
|
void untrashResource(in UntrashResourceRequest request, IDriveServiceCallbacks callbacks) = 37;
|
||||||
|
|
||||||
|
void isAutoBackupEnabled(IDriveServiceCallbacks callbacks) = 40;
|
||||||
|
void fetchThumbnail(in FetchThumbnailRequest request, IDriveServiceCallbacks callbacks) = 41;
|
||||||
|
|
||||||
|
void getChanges(in GetChangesRequest request, IDriveServiceCallbacks callbacks) = 43;
|
||||||
|
|
||||||
|
void unsubscribeResource(in UnsubscribeResourceRequest request, IDriveServiceCallbacks callbacks) = 45;
|
||||||
|
void getPermissions(in GetPermissionsRequest request, IDriveServiceCallbacks callbacks) = 46;
|
||||||
|
void addPermission(in AddPermissionRequest request, IDriveServiceCallbacks callbacks) = 47;
|
||||||
|
void updatePermission(in UpdatePermissionRequest request, IDriveServiceCallbacks callbacks) = 48;
|
||||||
|
void removePermission(in RemovePermissionRequest request, IDriveServiceCallbacks callbacks) = 49;
|
||||||
|
|
||||||
|
void removeQueryResultListener(IEventCallback callback, IDriveServiceCallbacks callbacks) = 51;
|
||||||
|
void controlProgress(in ControlProgressRequest request, IDriveServiceCallbacks callbacks) = 52;
|
||||||
|
|
||||||
|
void changeResourceParents(in ChangeResourceParentsRequest request, IDriveServiceCallbacks callbacks) = 54;
|
||||||
|
DriveServiceResponse streamContents(in StreamContentsRequest request, IDriveServiceCallbacks callbacks) = 55;
|
||||||
|
}
|
@ -0,0 +1,48 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import com.google.android.gms.drive.internal.IRealtimeService;
|
||||||
|
|
||||||
|
import com.google.android.gms.drive.internal.DownloadProgressResponse;
|
||||||
|
import com.google.android.gms.drive.internal.ListEntriesResponse;
|
||||||
|
import com.google.android.gms.drive.internal.DriveIdResponse;
|
||||||
|
import com.google.android.gms.drive.internal.MetadataResponse;
|
||||||
|
import com.google.android.gms.drive.internal.ContentsResponse;
|
||||||
|
import com.google.android.gms.drive.internal.ListParentsResponse;
|
||||||
|
import com.google.android.gms.drive.internal.SyncMoreResponse;
|
||||||
|
import com.google.android.gms.drive.internal.LoadRealtimeResponse;
|
||||||
|
import com.google.android.gms.drive.internal.ResourceIdSetResponse;
|
||||||
|
import com.google.android.gms.drive.internal.DrivePreferencesResponse;
|
||||||
|
import com.google.android.gms.drive.internal.DeviceUsagePreferenceResponse;
|
||||||
|
import com.google.android.gms.drive.internal.FetchThumbnailResponse;
|
||||||
|
import com.google.android.gms.drive.internal.ChangeSequenceNumber;
|
||||||
|
import com.google.android.gms.drive.internal.ChangesResponse;
|
||||||
|
import com.google.android.gms.drive.internal.GetPermissionsResponse;
|
||||||
|
import com.google.android.gms.drive.internal.StringListResponse;
|
||||||
|
import com.google.android.gms.drive.internal.StartStreamSession;
|
||||||
|
|
||||||
|
import com.google.android.gms.common.api.Status;
|
||||||
|
|
||||||
|
interface IDriveServiceCallbacks {
|
||||||
|
void onDownloadProgress(in DownloadProgressResponse response) = 0;
|
||||||
|
void onListEntries(in ListEntriesResponse response) = 1;
|
||||||
|
void onDriveId(in DriveIdResponse response) = 2;
|
||||||
|
void onMetadata(in MetadataResponse response) = 3;
|
||||||
|
void onContents(in ContentsResponse response) = 4;
|
||||||
|
void onStatus(in Status status) = 5;
|
||||||
|
void onSuccess() = 6;
|
||||||
|
void onListParents(in ListParentsResponse response) = 7;
|
||||||
|
void onSyncMore(in SyncMoreResponse response) = 8;
|
||||||
|
|
||||||
|
void onLoadRealtime(in LoadRealtimeResponse response, IRealtimeService realtimeService) = 10;
|
||||||
|
void onResourceIdSet(in ResourceIdSetResponse response) = 11;
|
||||||
|
void onDrivePreferences(in DrivePreferencesResponse response) = 12;
|
||||||
|
void onDeviceUsagePreference(in DeviceUsagePreferenceResponse response) = 13;
|
||||||
|
void onBooleanAnswer(boolean bool) = 14;
|
||||||
|
void onFetchThumbnail(in FetchThumbnailResponse response) = 15;
|
||||||
|
void onChangeSequenceNumber(in ChangeSequenceNumber csn) = 16;
|
||||||
|
void onChanges(in ChangesResponse response) = 17;
|
||||||
|
|
||||||
|
void onGetPermissions(in GetPermissionsResponse response) = 19;
|
||||||
|
void onStringList(in StringListResponse response) = 20;
|
||||||
|
void onStartStreamSession(in StartStreamSession response) = 21;
|
||||||
|
}
|
@ -0,0 +1,7 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import com.google.android.gms.drive.internal.EventResponse;
|
||||||
|
|
||||||
|
interface IEventCallback {
|
||||||
|
void onEventResponse(in EventResponse response) = 0;
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
interface IRealtimeService {
|
||||||
|
// TODO
|
||||||
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable ListEntriesResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable ListParentsRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable ListParentsResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable LoadRealtimeRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable LoadRealtimeResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable MetadataResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable OpenContentsRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable OpenFileIntentSenderRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable RealtimeDocumentSyncRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable RemoveEventListenerRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable RemovePermissionRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable ResourceIdSetResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable SetDrivePreferencesRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable SetFileUploadPreferencesRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable SetResourceParentsRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable StartStreamSession;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable StreamContentsRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable StringListResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable SyncMoreResponse;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable TrashResourceRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable UnsubscribeResourceRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable UntrashResourceRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable UpdateMetadataRequest;
|
@ -0,0 +1,3 @@
|
|||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
parcelable UpdatePermissionRequest;
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class AddEventListenerRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<AddEventListenerRequest> CREATOR = new AutoCreator<AddEventListenerRequest>(AddEventListenerRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class AddPermissionRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<AddPermissionRequest> CREATOR = new AutoCreator<AddPermissionRequest>(AddPermissionRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class AuthorizeAccessRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<AuthorizeAccessRequest> CREATOR = new AutoCreator<AuthorizeAccessRequest>(AuthorizeAccessRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class CancelPendingActionsRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<CancelPendingActionsRequest> CREATOR = new AutoCreator<CancelPendingActionsRequest>(CancelPendingActionsRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class ChangeResourceParentsRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<ChangeResourceParentsRequest> CREATOR = new AutoCreator<ChangeResourceParentsRequest>(ChangeResourceParentsRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class ChangeSequenceNumber extends AutoSafeParcelable {
|
||||||
|
public static Creator<ChangeSequenceNumber> CREATOR = new AutoCreator<ChangeSequenceNumber>(ChangeSequenceNumber.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class ChangesResponse extends AutoSafeParcelable {
|
||||||
|
public static Creator<ChangesResponse> CREATOR = new AutoCreator<ChangesResponse>(ChangesResponse.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class CheckResourceIdsExistRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<CheckResourceIdsExistRequest> CREATOR = new AutoCreator<CheckResourceIdsExistRequest>(CheckResourceIdsExistRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class CloseContentsAndUpdateMetadataRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<CloseContentsAndUpdateMetadataRequest> CREATOR = new AutoCreator<CloseContentsAndUpdateMetadataRequest>(CloseContentsAndUpdateMetadataRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class CloseContentsRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<CloseContentsRequest> CREATOR = new AutoCreator<CloseContentsRequest>(CloseContentsRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class ContentsResponse extends AutoSafeParcelable {
|
||||||
|
public static Creator<ContentsResponse> CREATOR = new AutoCreator<ContentsResponse>(ContentsResponse.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class ControlProgressRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<ControlProgressRequest> CREATOR = new AutoCreator<ControlProgressRequest>(ControlProgressRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class CreateContentsRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<CreateContentsRequest> CREATOR = new AutoCreator<CreateContentsRequest>(CreateContentsRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class CreateFileIntentSenderRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<CreateFileIntentSenderRequest> CREATOR = new AutoCreator<CreateFileIntentSenderRequest>(CreateFileIntentSenderRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class CreateFileRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<CreateFileRequest> CREATOR = new AutoCreator<CreateFileRequest>(CreateFileRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class CreateFolderRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<CreateFolderRequest> CREATOR = new AutoCreator<CreateFolderRequest>(CreateFolderRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class DeleteResourceRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<DeleteResourceRequest> CREATOR = new AutoCreator<DeleteResourceRequest>(DeleteResourceRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class DeviceUsagePreferenceResponse extends AutoSafeParcelable {
|
||||||
|
public static Creator<DeviceUsagePreferenceResponse> CREATOR = new AutoCreator<DeviceUsagePreferenceResponse>(DeviceUsagePreferenceResponse.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class DisconnectRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<DisconnectRequest> CREATOR = new AutoCreator<DisconnectRequest>(DisconnectRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class DownloadProgressResponse extends AutoSafeParcelable {
|
||||||
|
public static Creator<DownloadProgressResponse> CREATOR = new AutoCreator<DownloadProgressResponse>(DownloadProgressResponse.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class DriveIdResponse extends AutoSafeParcelable {
|
||||||
|
public static Creator<DriveIdResponse> CREATOR = new AutoCreator<DriveIdResponse>(DriveIdResponse.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class DrivePreferencesResponse extends AutoSafeParcelable {
|
||||||
|
public static Creator<DrivePreferencesResponse> CREATOR = new AutoCreator<DrivePreferencesResponse>(DrivePreferencesResponse.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class DriveServiceResponse extends AutoSafeParcelable {
|
||||||
|
public static Creator<DriveServiceResponse> CREATOR = new AutoCreator<DriveServiceResponse>(DriveServiceResponse.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class EventResponse extends AutoSafeParcelable {
|
||||||
|
public static Creator<EventResponse> CREATOR = new AutoCreator<EventResponse>(EventResponse.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class FetchThumbnailRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<FetchThumbnailRequest> CREATOR = new AutoCreator<FetchThumbnailRequest>(FetchThumbnailRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class FetchThumbnailResponse extends AutoSafeParcelable {
|
||||||
|
public static Creator<FetchThumbnailResponse> CREATOR = new AutoCreator<FetchThumbnailResponse>(FetchThumbnailResponse.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class GetChangesRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<GetChangesRequest> CREATOR = new AutoCreator<GetChangesRequest>(GetChangesRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class GetDriveIdFromUniqueIdRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<GetDriveIdFromUniqueIdRequest> CREATOR = new AutoCreator<GetDriveIdFromUniqueIdRequest>(GetDriveIdFromUniqueIdRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class GetMetadataRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<GetMetadataRequest> CREATOR = new AutoCreator<GetMetadataRequest>(GetMetadataRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class GetPermissionsRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<GetPermissionsRequest> CREATOR = new AutoCreator<GetPermissionsRequest>(GetPermissionsRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class GetPermissionsResponse extends AutoSafeParcelable {
|
||||||
|
public static Creator<GetPermissionsResponse> CREATOR = new AutoCreator<GetPermissionsResponse>(GetPermissionsResponse.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class ListEntriesResponse extends AutoSafeParcelable {
|
||||||
|
public static Creator<ListEntriesResponse> CREATOR = new AutoCreator<ListEntriesResponse>(ListEntriesResponse.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class ListParentsRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<ListParentsRequest> CREATOR = new AutoCreator<ListParentsRequest>(ListParentsRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class ListParentsResponse extends AutoSafeParcelable {
|
||||||
|
public static Creator<ListParentsResponse> CREATOR = new AutoCreator<ListParentsResponse>(ListParentsResponse.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class LoadRealtimeRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<LoadRealtimeRequest> CREATOR = new AutoCreator<LoadRealtimeRequest>(LoadRealtimeRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class LoadRealtimeResponse extends AutoSafeParcelable {
|
||||||
|
public static Creator<LoadRealtimeResponse> CREATOR = new AutoCreator<LoadRealtimeResponse>(LoadRealtimeResponse.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class MetadataResponse extends AutoSafeParcelable {
|
||||||
|
public static Creator<MetadataResponse> CREATOR = new AutoCreator<MetadataResponse>(MetadataResponse.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class OpenContentsRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<OpenContentsRequest> CREATOR = new AutoCreator<OpenContentsRequest>(OpenContentsRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class OpenFileIntentSenderRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<OpenFileIntentSenderRequest> CREATOR = new AutoCreator<OpenFileIntentSenderRequest>(OpenFileIntentSenderRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class RealtimeDocumentSyncRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<RealtimeDocumentSyncRequest> CREATOR = new AutoCreator<RealtimeDocumentSyncRequest>(RealtimeDocumentSyncRequest.class);
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013-2015 microG Project Team
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.google.android.gms.drive.internal;
|
||||||
|
|
||||||
|
import org.microg.safeparcel.AutoSafeParcelable;
|
||||||
|
|
||||||
|
public class RemoveEventListenerRequest extends AutoSafeParcelable {
|
||||||
|
public static Creator<RemoveEventListenerRequest> CREATOR = new AutoCreator<RemoveEventListenerRequest>(RemoveEventListenerRequest.class);
|
||||||
|
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user