Searched refs:isPidValid (Results 1 – 1 of 1) sorted by relevance
2413 private void notifyWindowUnresponsive(IBinder token, int pid, boolean isPidValid, in notifyWindowUnresponsive() argument2416 isPidValid ? OptionalInt.of(pid) : OptionalInt.empty(), reason); in notifyWindowUnresponsive()2421 private void notifyWindowResponsive(IBinder token, int pid, boolean isPidValid) { in notifyWindowResponsive() argument2423 isPidValid ? OptionalInt.of(pid) : OptionalInt.empty()); in notifyWindowResponsive()