summaryrefslogtreecommitdiff
path: root/src/com/android/dialer
diff options
context:
space:
mode:
authorTony Mak <tonymak@google.com>2016-05-06 15:08:44 +0100
committerTony Mak <tonymak@google.com>2016-05-06 14:11:45 +0000
commitb9881e2b6dbfc0293c8578268662e0b77ac3ef69 (patch)
tree30e50cb369f74e7c4d8abea7666833163a5f75f9 /src/com/android/dialer
parent16610a61e09ce21dc47e8863c710b5e8c933e325 (diff)
Update isRemoteDirectory to isRemoteDirectoryId in dialer
One more place needed to be updated in master.
Diffstat (limited to 'src/com/android/dialer')
-rw-r--r--src/com/android/dialer/calllog/ContactInfoHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/dialer/calllog/ContactInfoHelper.java b/src/com/android/dialer/calllog/ContactInfoHelper.java
index abbddd241..d9898ab94 100644
--- a/src/com/android/dialer/calllog/ContactInfoHelper.java
+++ b/src/com/android/dialer/calllog/ContactInfoHelper.java
@@ -229,7 +229,7 @@ public class ContactInfoHelper {
}
// Skip this to avoid an extra remote network call for alternative name
- if (DirectoryCompat.isRemoteDirectory(directoryId)) {
+ if (DirectoryCompat.isRemoteDirectoryId(directoryId)) {
return null;
}
}