Loading services/core/java/com/android/server/display/DisplayManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -2231,8 +2231,10 @@ public final class DisplayManagerService extends SystemService { } // fallthrough default: if (DEBUG) { Slog.w(TAG, "Display " + info + " does not support input device matching."); } } return Optional.empty(); } Loading Loading
services/core/java/com/android/server/display/DisplayManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -2231,8 +2231,10 @@ public final class DisplayManagerService extends SystemService { } // fallthrough default: if (DEBUG) { Slog.w(TAG, "Display " + info + " does not support input device matching."); } } return Optional.empty(); } Loading