diff options
author | Shishir Agrawal <shishir@google.com> | 2014-07-11 16:30:32 -0700 |
---|---|---|
committer | Shishir Agrawal <shishir@google.com> | 2014-07-11 16:33:37 -0700 |
commit | 56be215bcc5df95447c49d99915c299965b44207 (patch) | |
tree | e21f3b3423eebf324b57474bd76fa7ca506a144b /telephony/java/com | |
parent | 4d065a04ce42c07569cf20651c949c4da97aa4a9 (diff) | |
download | frameworks_base-56be215bcc5df95447c49d99915c299965b44207.zip frameworks_base-56be215bcc5df95447c49d99915c299965b44207.tar.gz frameworks_base-56be215bcc5df95447c49d99915c299965b44207.tar.bz2 |
ITelphony.aidl: Rename hasCarrierPrivileges for packages to checkCarrierPrivilegesForPackage.
Fixes the build breakage due to overloading in the aidl.
Change-Id: Id3199bf2d21b1834183c90904417ed016d34e052
Diffstat (limited to 'telephony/java/com')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 3100d18..72c5ffc 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -657,6 +657,6 @@ interface ITelephony { /** * Similar to above, but check for pkg whose name is pkgname. */ - int hasCarrierPrivileges(String pkgname); + int checkCarrierPrivilegesForPackage(String pkgname); } |