Loading services/people/java/com/android/server/people/data/CallLogQueryHelper.java +3 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,9 @@ class CallLogQueryHelper { hasResults = true; } } } catch (SecurityException ex) { Slog.e(TAG, "Query call log failed: " + ex); return false; } return hasResults; } Loading Loading
services/people/java/com/android/server/people/data/CallLogQueryHelper.java +3 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,9 @@ class CallLogQueryHelper { hasResults = true; } } } catch (SecurityException ex) { Slog.e(TAG, "Query call log failed: " + ex); return false; } return hasResults; } Loading