diff options
author | Meng Wang <mewan@google.com> | 2019-11-27 11:14:39 -0800 |
---|---|---|
committer | Meng Wang <mewan@google.com> | 2019-11-27 19:15:55 +0000 |
commit | 2b8d61158d01bd7ece9b6aff1ccba8dd38c2cfd8 (patch) | |
tree | 26fccaf7ba7e9efeac8f01d18d2abfac8dcc5733 /telephony/java/android/service/euicc/GetDownloadableSubscriptionMetadataResult.aidl | |
parent | ce9a776f1ddc6614aee80139b796ce76565a4d0c (diff) |
Move android.service.euicc.* into telephony
Bug: 145232482
Test: make
Change-Id: I9dc5c904761f688e7abecea47647da29f6cec512
Diffstat (limited to 'telephony/java/android/service/euicc/GetDownloadableSubscriptionMetadataResult.aidl')
-rw-r--r-- | telephony/java/android/service/euicc/GetDownloadableSubscriptionMetadataResult.aidl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/telephony/java/android/service/euicc/GetDownloadableSubscriptionMetadataResult.aidl b/telephony/java/android/service/euicc/GetDownloadableSubscriptionMetadataResult.aidl new file mode 100644 index 000000000000..791ad9b469ef --- /dev/null +++ b/telephony/java/android/service/euicc/GetDownloadableSubscriptionMetadataResult.aidl @@ -0,0 +1,19 @@ +/* + * Copyright (C) 2017 The Android Open Source Project + * + * 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 android.service.euicc; + +parcelable GetDownloadableSubscriptionMetadataResult; |