Loading services/voiceinteraction/java/com/android/server/voiceinteraction/VisualQueryDetectorSession.java +6 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,12 @@ final class VisualQueryDetectorSession extends DetectorSession { void informRestartProcessLocked() { Slog.v(TAG, "informRestartProcessLocked"); mUpdateStateAfterStartFinished.set(false); //TODO(b/261783819): Starts detection in VisualQueryDetectionService. try { mCallback.onProcessRestarted(); } catch (RemoteException e) { Slog.w(TAG, "Failed to communicate #onProcessRestarted", e); notifyOnDetectorRemoteException(); } } void setVisualQueryDetectionAttentionListenerLocked( Loading Loading
services/voiceinteraction/java/com/android/server/voiceinteraction/VisualQueryDetectorSession.java +6 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,12 @@ final class VisualQueryDetectorSession extends DetectorSession { void informRestartProcessLocked() { Slog.v(TAG, "informRestartProcessLocked"); mUpdateStateAfterStartFinished.set(false); //TODO(b/261783819): Starts detection in VisualQueryDetectionService. try { mCallback.onProcessRestarted(); } catch (RemoteException e) { Slog.w(TAG, "Failed to communicate #onProcessRestarted", e); notifyOnDetectorRemoteException(); } } void setVisualQueryDetectionAttentionListenerLocked( Loading