summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2019-08-28 16:18:13 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-08-28 16:18:13 +0000
commit72fcdcde4c211d259b7c5c24b373f2c05debc1ff (patch)
tree827184fe3a5dac5595a63a5b902763ad12eaf9f3 /core/java/android
parent281a34ac94d5d66e849639dee8cd3105d0d3e1e8 (diff)
parent78ebcf5b113ed79bbaf6584ca615ae399e45d7b2 (diff)
Merge "Remove IMaintenanceActivityListener (which was unused)"
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/os/IMaintenanceActivityListener.aidl22
1 files changed, 0 insertions, 22 deletions
diff --git a/core/java/android/os/IMaintenanceActivityListener.aidl b/core/java/android/os/IMaintenanceActivityListener.aidl
deleted file mode 100644
index 6a2581faaa58..000000000000
--- a/core/java/android/os/IMaintenanceActivityListener.aidl
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * Copyright (c) 2016, 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.os;
-
-/** @hide */
-oneway interface IMaintenanceActivityListener {
- void onMaintenanceActivityChanged(boolean active);
-}