Loading play-services-nearby-api/src/main/aidl/com/google/android/gms/nearby/exposurenotification/internal/INearbyExposureNotificationService.aidl +4 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ import com.google.android.gms.nearby.exposurenotification.internal.SetDiagnosisK import com.google.android.gms.nearby.exposurenotification.internal.GetDiagnosisKeysDataMappingParams; import com.google.android.gms.nearby.exposurenotification.internal.GetStatusParams; import com.google.android.gms.nearby.exposurenotification.internal.GetPackageConfigurationParams; import com.google.android.gms.nearby.exposurenotification.internal.RequestPreAuthorizedTemporaryExposureKeyHistoryParams; import com.google.android.gms.nearby.exposurenotification.internal.RequestPreAuthorizedTemporaryExposureKeyReleaseParams; interface INearbyExposureNotificationService{ void start(in StartParams params) = 0; Loading @@ -39,4 +41,6 @@ interface INearbyExposureNotificationService{ void getDiagnosisKeysDataMapping(in GetDiagnosisKeysDataMappingParams params) = 17; void getStatus(in GetStatusParams params) = 18; void getPackageConfiguration(in GetPackageConfigurationParams params) = 19; void requestPreAuthorizedTemporaryExposureKeyHistory(in RequestPreAuthorizedTemporaryExposureKeyHistoryParams params) = 20; void requestPreAuthorizedTemporaryExposureKeyRelease(in RequestPreAuthorizedTemporaryExposureKeyReleaseParams params) = 21; } play-services-nearby-api/src/main/aidl/com/google/android/gms/nearby/exposurenotification/internal/RequestPreAuthorizedTemporaryExposureKeyHistoryParams.aidl 0 → 100644 +8 −0 Original line number Diff line number Diff line /* * SPDX-FileCopyrightText: 2021, microG Project Team * SPDX-License-Identifier: Apache-2.0 */ package com.google.android.gms.nearby.exposurenotification.internal; parcelable RequestPreAuthorizedTemporaryExposureKeyHistoryParams; play-services-nearby-api/src/main/aidl/com/google/android/gms/nearby/exposurenotification/internal/RequestPreAuthorizedTemporaryExposureKeyReleaseParams.aidl 0 → 100644 +8 −0 Original line number Diff line number Diff line /* * SPDX-FileCopyrightText: 2021, microG Project Team * SPDX-License-Identifier: Apache-2.0 */ package com.google.android.gms.nearby.exposurenotification.internal; parcelable RequestPreAuthorizedTemporaryExposureKeyReleaseParams; play-services-nearby-api/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/RequestPreAuthorizedTemporaryExposureKeyHistoryParams.java 0 → 100644 +24 −0 Original line number Diff line number Diff line /* * SPDX-FileCopyrightText: 2021, microG Project Team * SPDX-License-Identifier: Apache-2.0 */ package com.google.android.gms.nearby.exposurenotification.internal; import com.google.android.gms.common.api.internal.IStatusCallback; import org.microg.safeparcel.AutoSafeParcelable; public class RequestPreAuthorizedTemporaryExposureKeyHistoryParams extends AutoSafeParcelable { @Field(1) public IStatusCallback callback; private RequestPreAuthorizedTemporaryExposureKeyHistoryParams() { } public RequestPreAuthorizedTemporaryExposureKeyHistoryParams(IStatusCallback callback) { this.callback = callback; } public static final Creator<RequestPreAuthorizedTemporaryExposureKeyHistoryParams> CREATOR = new AutoCreator<>(RequestPreAuthorizedTemporaryExposureKeyHistoryParams.class); } play-services-nearby-api/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/RequestPreAuthorizedTemporaryExposureKeyReleaseParams.java 0 → 100644 +24 −0 Original line number Diff line number Diff line /* * SPDX-FileCopyrightText: 2021, microG Project Team * SPDX-License-Identifier: Apache-2.0 */ package com.google.android.gms.nearby.exposurenotification.internal; import com.google.android.gms.common.api.internal.IStatusCallback; import org.microg.safeparcel.AutoSafeParcelable; public class RequestPreAuthorizedTemporaryExposureKeyReleaseParams extends AutoSafeParcelable { @Field(1) public IStatusCallback callback; private RequestPreAuthorizedTemporaryExposureKeyReleaseParams() { } public RequestPreAuthorizedTemporaryExposureKeyReleaseParams(IStatusCallback callback) { this.callback = callback; } public static final Creator<RequestPreAuthorizedTemporaryExposureKeyReleaseParams> CREATOR = new AutoCreator<>(RequestPreAuthorizedTemporaryExposureKeyReleaseParams.class); } Loading
play-services-nearby-api/src/main/aidl/com/google/android/gms/nearby/exposurenotification/internal/INearbyExposureNotificationService.aidl +4 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ import com.google.android.gms.nearby.exposurenotification.internal.SetDiagnosisK import com.google.android.gms.nearby.exposurenotification.internal.GetDiagnosisKeysDataMappingParams; import com.google.android.gms.nearby.exposurenotification.internal.GetStatusParams; import com.google.android.gms.nearby.exposurenotification.internal.GetPackageConfigurationParams; import com.google.android.gms.nearby.exposurenotification.internal.RequestPreAuthorizedTemporaryExposureKeyHistoryParams; import com.google.android.gms.nearby.exposurenotification.internal.RequestPreAuthorizedTemporaryExposureKeyReleaseParams; interface INearbyExposureNotificationService{ void start(in StartParams params) = 0; Loading @@ -39,4 +41,6 @@ interface INearbyExposureNotificationService{ void getDiagnosisKeysDataMapping(in GetDiagnosisKeysDataMappingParams params) = 17; void getStatus(in GetStatusParams params) = 18; void getPackageConfiguration(in GetPackageConfigurationParams params) = 19; void requestPreAuthorizedTemporaryExposureKeyHistory(in RequestPreAuthorizedTemporaryExposureKeyHistoryParams params) = 20; void requestPreAuthorizedTemporaryExposureKeyRelease(in RequestPreAuthorizedTemporaryExposureKeyReleaseParams params) = 21; }
play-services-nearby-api/src/main/aidl/com/google/android/gms/nearby/exposurenotification/internal/RequestPreAuthorizedTemporaryExposureKeyHistoryParams.aidl 0 → 100644 +8 −0 Original line number Diff line number Diff line /* * SPDX-FileCopyrightText: 2021, microG Project Team * SPDX-License-Identifier: Apache-2.0 */ package com.google.android.gms.nearby.exposurenotification.internal; parcelable RequestPreAuthorizedTemporaryExposureKeyHistoryParams;
play-services-nearby-api/src/main/aidl/com/google/android/gms/nearby/exposurenotification/internal/RequestPreAuthorizedTemporaryExposureKeyReleaseParams.aidl 0 → 100644 +8 −0 Original line number Diff line number Diff line /* * SPDX-FileCopyrightText: 2021, microG Project Team * SPDX-License-Identifier: Apache-2.0 */ package com.google.android.gms.nearby.exposurenotification.internal; parcelable RequestPreAuthorizedTemporaryExposureKeyReleaseParams;
play-services-nearby-api/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/RequestPreAuthorizedTemporaryExposureKeyHistoryParams.java 0 → 100644 +24 −0 Original line number Diff line number Diff line /* * SPDX-FileCopyrightText: 2021, microG Project Team * SPDX-License-Identifier: Apache-2.0 */ package com.google.android.gms.nearby.exposurenotification.internal; import com.google.android.gms.common.api.internal.IStatusCallback; import org.microg.safeparcel.AutoSafeParcelable; public class RequestPreAuthorizedTemporaryExposureKeyHistoryParams extends AutoSafeParcelable { @Field(1) public IStatusCallback callback; private RequestPreAuthorizedTemporaryExposureKeyHistoryParams() { } public RequestPreAuthorizedTemporaryExposureKeyHistoryParams(IStatusCallback callback) { this.callback = callback; } public static final Creator<RequestPreAuthorizedTemporaryExposureKeyHistoryParams> CREATOR = new AutoCreator<>(RequestPreAuthorizedTemporaryExposureKeyHistoryParams.class); }
play-services-nearby-api/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/RequestPreAuthorizedTemporaryExposureKeyReleaseParams.java 0 → 100644 +24 −0 Original line number Diff line number Diff line /* * SPDX-FileCopyrightText: 2021, microG Project Team * SPDX-License-Identifier: Apache-2.0 */ package com.google.android.gms.nearby.exposurenotification.internal; import com.google.android.gms.common.api.internal.IStatusCallback; import org.microg.safeparcel.AutoSafeParcelable; public class RequestPreAuthorizedTemporaryExposureKeyReleaseParams extends AutoSafeParcelable { @Field(1) public IStatusCallback callback; private RequestPreAuthorizedTemporaryExposureKeyReleaseParams() { } public RequestPreAuthorizedTemporaryExposureKeyReleaseParams(IStatusCallback callback) { this.callback = callback; } public static final Creator<RequestPreAuthorizedTemporaryExposureKeyReleaseParams> CREATOR = new AutoCreator<>(RequestPreAuthorizedTemporaryExposureKeyReleaseParams.class); }