summaryrefslogtreecommitdiff
path: root/android/telephony/ims/stub/ImsUtImplBase.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/telephony/ims/stub/ImsUtImplBase.java')
-rw-r--r--android/telephony/ims/stub/ImsUtImplBase.java18
1 files changed, 18 insertions, 0 deletions
diff --git a/android/telephony/ims/stub/ImsUtImplBase.java b/android/telephony/ims/stub/ImsUtImplBase.java
index dc74094d..054a8b22 100644
--- a/android/telephony/ims/stub/ImsUtImplBase.java
+++ b/android/telephony/ims/stub/ImsUtImplBase.java
@@ -53,6 +53,15 @@ public class ImsUtImplBase extends IImsUt.Stub {
}
/**
+ * Retrieves the configuration of the call barring for specified service class.
+ */
+ @Override
+ public int queryCallBarringForServiceClass(int cbType, int serviceClass)
+ throws RemoteException {
+ return -1;
+ }
+
+ /**
* Retrieves the configuration of the call forward.
*/
@Override
@@ -117,6 +126,15 @@ public class ImsUtImplBase extends IImsUt.Stub {
}
/**
+ * Updates the configuration of the call barring for specified service class.
+ */
+ @Override
+ public int updateCallBarringForServiceClass(int cbType, int action, String[] barrList,
+ int serviceClass) throws RemoteException {
+ return -1;
+ }
+
+ /**
* Updates the configuration of the call forward.
*/
@Override