summaryrefslogtreecommitdiffstats
path: root/telephony/java/com/android/internal/telephony/ISubscriptionListener.aidl
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2014-11-11 11:48:04 -0800
committerWink Saville <wink@google.com>2014-11-11 11:48:04 -0800
commita374c3d03b28f135cdfba2cadf6fe6f03ac010bd (patch)
tree4152a9f67c7cdb3cba1ffafca6d6fcde853e8e6d /telephony/java/com/android/internal/telephony/ISubscriptionListener.aidl
parent54a5ca1aad1bdbb154ca731ab9a6c026d58a42d6 (diff)
downloadframeworks_base-a374c3d03b28f135cdfba2cadf6fe6f03ac010bd.zip
frameworks_base-a374c3d03b28f135cdfba2cadf6fe6f03ac010bd.tar.gz
frameworks_base-a374c3d03b28f135cdfba2cadf6fe6f03ac010bd.tar.bz2
Update SubscriptionManager API as per API council.
bug: 17575308 Change-Id: Ib39a60e4f75981a466e9d606ec627756efad018d
Diffstat (limited to 'telephony/java/com/android/internal/telephony/ISubscriptionListener.aidl')
-rw-r--r--telephony/java/com/android/internal/telephony/ISubscriptionListener.aidl24
1 files changed, 24 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ISubscriptionListener.aidl b/telephony/java/com/android/internal/telephony/ISubscriptionListener.aidl
new file mode 100644
index 0000000..4ccdea5
--- /dev/null
+++ b/telephony/java/com/android/internal/telephony/ISubscriptionListener.aidl
@@ -0,0 +1,24 @@
+/*
+ * Copyright (C) 2014 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 com.android.internal.telephony;
+
+import android.telephony.SubscriptionInfo;
+
+oneway interface ISubscriptionListener {
+ void onSubscriptionInfoChanged();
+}
+