Rename PhoneAccount to PhoneAccountHandle
Change-Id: I2e97b348e6316a8b3ccc39fd81013e7f514a2889
This commit is contained in:
@@ -439,11 +439,11 @@ final class RemoteConnectionService implements DeathRecipient {
|
||||
}
|
||||
}
|
||||
|
||||
final List<PhoneAccount> lookupAccounts(Uri handle) {
|
||||
final List<PhoneAccountHandle> lookupAccounts(Uri handle) {
|
||||
// TODO(santoscordon): Update this so that is actually calls into the RemoteConnection
|
||||
// each time.
|
||||
List<PhoneAccount> accounts = new LinkedList<>();
|
||||
accounts.add(new PhoneAccount(
|
||||
List<PhoneAccountHandle> accounts = new LinkedList<>();
|
||||
accounts.add(new PhoneAccountHandle(
|
||||
mComponentName,
|
||||
null /* id */));
|
||||
return accounts;
|
||||
|
||||
Reference in New Issue
Block a user