summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'telecomm/java/com/android/internal/telecomm/ITelecommService.aidl')
-rw-r--r--telecomm/java/com/android/internal/telecomm/ITelecommService.aidl8
1 files changed, 4 insertions, 4 deletions
diff --git a/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl b/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
index d407c45..1536442 100644
--- a/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
+++ b/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
@@ -18,7 +18,7 @@ package com.android.internal.telecomm;
import android.content.ComponentName;
import android.telecomm.PhoneAccountHandle;
-import android.telecomm.PhoneAccountMetadata;
+import android.telecomm.PhoneAccount;
/**
* Interface used to interact with Telecomm. Mostly this is used by TelephonyManager for passing
@@ -44,14 +44,14 @@ interface ITelecommService {
List<PhoneAccountHandle> getEnabledPhoneAccounts();
/**
- * @see TelecommManager#getPhoneAccountMetadata
+ * @see TelecommManager#getPhoneAccount
*/
- PhoneAccountMetadata getPhoneAccountMetadata(in PhoneAccountHandle account);
+ PhoneAccount getPhoneAccount(in PhoneAccountHandle account);
/**
* @see TelecommManager#registerPhoneAccount
*/
- void registerPhoneAccount(in PhoneAccountMetadata metadata);
+ void registerPhoneAccount(in PhoneAccount metadata);
/**
* @see TelecommManager#unregisterPhoneAccount