commit | c66bb11464d178b61526dcf75202449c67885154 | [log] [tgz] |
---|---|---|
author | Hall Liu <hallliu@google.com> | Tue Feb 02 12:09:32 2021 -0800 |
committer | Hall Liu <hallliu@google.com> | Tue Feb 02 12:35:11 2021 -0800 |
tree | e9d923283db70701e7195c56bd5c762d76f11ddb | |
parent | 07c9e3b4a228b36f5989e5347e992a42c7ca119f [diff] |
Rename setMobileDataPolicyEnabledStatus Rename to setMobileDataPolicyEnabled per API council comments Fixes: 171804465 Test: atest TelephonyManagerTest Change-Id: Ib38579c1db433115a66994d7217e46bb6b768cda
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java index 59aed4b..56f58d0 100755 --- a/src/com/android/phone/PhoneInterfaceManager.java +++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -9156,7 +9156,7 @@ } @Override - public void setMobileDataPolicyEnabledStatus(int subscriptionId, int policy, + public void setMobileDataPolicyEnabled(int subscriptionId, int policy, boolean enabled) { enforceModifyPermission();