191c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson/*
291c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson * Copyright (C) 2017 The Android Open Source Project
391c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson *
491c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson * Licensed under the Apache License, Version 2.0 (the "License");
591c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson * you may not use this file except in compliance with the License.
691c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson * You may obtain a copy of the License at
791c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson *
891c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson *      http://www.apache.org/licenses/LICENSE-2.0
991c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson *
1091c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson * Unless required by applicable law or agreed to in writing, software
1191c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson * distributed under the License is distributed on an "AS IS" BASIS,
1291c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1391c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson * See the License for the specific language governing permissions and
1491c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson * limitations under the License.
1591c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson */
1691c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson
1791c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidsonpackage android.service.euicc;
1891c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson
1991c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson/** @hide */
2091c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidsononeway interface IDeleteSubscriptionCallback {
2183f8bc81be65cb09720c6d8dac7717d4652cd931Jeff Davidson    void onComplete(int result);
2291c3d07fd9c75258a47fb25c59bc0cd5d2b638a4Jeff Davidson}