Loading src/com/android/server/telecom/ui/MissedCallNotifierImpl.java +6 −4 Original line number Diff line number Diff line Loading @@ -607,10 +607,12 @@ public class MissedCallNotifierImpl extends CallsManagerListenerBase implements CallInfoFactory callInfoFactory, final UserHandle userHandle) { Log.d(this, "reloadFromDatabase: user=%d", userHandle.getIdentifier()); if (TelecomSystem.getInstance() == null || !TelecomSystem.getInstance().isBootComplete()) { if (!mUsersToLoadAfterBootComplete.contains(userHandle)) { Log.i(this, "reloadFromDatabase: Boot not yet complete -- call log db may not be " + "available. Deferring loading until boot complete for user %d", userHandle.getIdentifier()); mUsersToLoadAfterBootComplete.add(userHandle); } return; } Loading Loading
src/com/android/server/telecom/ui/MissedCallNotifierImpl.java +6 −4 Original line number Diff line number Diff line Loading @@ -607,10 +607,12 @@ public class MissedCallNotifierImpl extends CallsManagerListenerBase implements CallInfoFactory callInfoFactory, final UserHandle userHandle) { Log.d(this, "reloadFromDatabase: user=%d", userHandle.getIdentifier()); if (TelecomSystem.getInstance() == null || !TelecomSystem.getInstance().isBootComplete()) { if (!mUsersToLoadAfterBootComplete.contains(userHandle)) { Log.i(this, "reloadFromDatabase: Boot not yet complete -- call log db may not be " + "available. Deferring loading until boot complete for user %d", userHandle.getIdentifier()); mUsersToLoadAfterBootComplete.add(userHandle); } return; } Loading