Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf0e4f7c authored by Ricky Wai's avatar Ricky Wai
Browse files

Fix enterprise contacts APIs naming and docs

Bug: 28295752
Change-Id: Ifb81912db0df7ab2b7c01868d7d2daae836eeefb
parent 71f67814
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,7 @@ public class CallerInfoAsyncQuery {
            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);
                }
            }