Home
last modified time | relevance | path

Searched refs:isPidValid (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2413 private void notifyWindowUnresponsive(IBinder token, int pid, boolean isPidValid, in notifyWindowUnresponsive() argument
2416 isPidValid ? OptionalInt.of(pid) : OptionalInt.empty(), reason); in notifyWindowUnresponsive()
2421 private void notifyWindowResponsive(IBinder token, int pid, boolean isPidValid) { in notifyWindowResponsive() argument
2423 isPidValid ? OptionalInt.of(pid) : OptionalInt.empty()); in notifyWindowResponsive()