Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DInputCaptureClientController.java299 ClientInfoForDisplay oldClientInfo = allClientsForDisplay.remove(clientBinder); in requestInputEventCapture() local
309 && fullCapturersStack.getFirst() != oldClientInfo && !allowsDelayedGrant) { in requestInputEventCapture()
336 if (oldCapturer != oldClientInfo) { in requestInputEventCapture()
340 fullCapturersStack.remove(oldClientInfo); in requestInputEventCapture()
346 if (topClient != oldClientInfo) { in requestInputEventCapture()
352 perTypeStack.remove(oldClientInfo); in requestInputEventCapture()
362 if (fullCapturersStack.getFirst() == oldClientInfo) { in requestInputEventCapture()
363 fullCapturersStack.remove(oldClientInfo); in requestInputEventCapture()
383 perInputStack.remove(oldClientInfo); in requestInputEventCapture()