commit | 03ffee56effcd048fe6c107c486ea9034a5418cf | [log] [tgz] |
---|---|---|
author | Ricky Wai <rickywai@google.com> | Fri May 06 12:23:14 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri May 06 12:23:14 2016 +0000 |
tree | b6fb4e0427ceb5da1dcddfe433064eb647478e14 | |
parent | c76ca765c3ee306ed2ccdc0a71e79e1dcc028715 [diff] | |
parent | 4deeaf11d7d647139ab668d3345cafa6c82d764c [diff] |
Merge "Fix enterprise contacts APIs naming and docs" into nyc-dev am: ddfb09b5af am: c0d8ee227b am: 4deeaf11d7 * commit '4deeaf11d7d647139ab668d3345cafa6c82d764c': Fix enterprise contacts APIs naming and docs Change-Id: I505d80f26aeb33d0251d90a91927f354938c2878
diff --git a/InCallUI/src/com/android/incallui/CallerInfoAsyncQuery.java b/InCallUI/src/com/android/incallui/CallerInfoAsyncQuery.java index 2839fbb..f7f0cbb 100644 --- a/InCallUI/src/com/android/incallui/CallerInfoAsyncQuery.java +++ b/InCallUI/src/com/android/incallui/CallerInfoAsyncQuery.java
@@ -473,7 +473,7 @@ int idIndex = cursor.getColumnIndex(Directory._ID); while (cursor.moveToNext()) { long id = cursor.getLong(idIndex); - if (DirectoryCompat.isRemoteDirectory(id)) { + if (DirectoryCompat.isRemoteDirectoryId(id)) { results.add(id); } }