diff options
Diffstat (limited to 'telecomm/java/com')
| -rw-r--r-- | telecomm/java/com/android/internal/telecom/ITelecomService.aidl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl index b9936ce2e1b2..9999c897d1b6 100644 --- a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl +++ b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl @@ -66,6 +66,12 @@ interface ITelecomService { String callingFeatureId); /** + * @see TelecomServiceImpl#getOwnSelfManagedPhoneAccounts + */ + List<PhoneAccountHandle> getOwnSelfManagedPhoneAccounts(String callingPackage, + String callingFeatureId); + + /** * @see TelecomManager#getPhoneAccountsSupportingScheme */ List<PhoneAccountHandle> getPhoneAccountsSupportingScheme(in String uriScheme, |