Loading services/print/java/com/android/server/print/RemotePrintSpooler.java +4 −2 Original line number Original line Diff line number Diff line Loading @@ -708,11 +708,13 @@ final class RemotePrintSpooler { @Override @Override public void onServiceDisconnected(ComponentName name) { public void onServiceDisconnected(ComponentName name) { synchronized (mLock) { synchronized (mLock) { if (mRemoteInstance != null) { clearClientLocked(); clearClientLocked(); mRemoteInstance = null; mRemoteInstance = null; } } } } } } } private static final class GetPrintJobInfosCaller private static final class GetPrintJobInfosCaller extends TimedRemoteCaller<List<PrintJobInfo>> { extends TimedRemoteCaller<List<PrintJobInfo>> { Loading Loading
services/print/java/com/android/server/print/RemotePrintSpooler.java +4 −2 Original line number Original line Diff line number Diff line Loading @@ -708,11 +708,13 @@ final class RemotePrintSpooler { @Override @Override public void onServiceDisconnected(ComponentName name) { public void onServiceDisconnected(ComponentName name) { synchronized (mLock) { synchronized (mLock) { if (mRemoteInstance != null) { clearClientLocked(); clearClientLocked(); mRemoteInstance = null; mRemoteInstance = null; } } } } } } } private static final class GetPrintJobInfosCaller private static final class GetPrintJobInfosCaller extends TimedRemoteCaller<List<PrintJobInfo>> { extends TimedRemoteCaller<List<PrintJobInfo>> { Loading