Home
last modified time | relevance | path

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

/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureServerSession.java93 sessionStateReceiver.asBinder().linkToDeath(() -> onClientDeath(), 0); in ContentCaptureServerSession()
220 private void onClientDeath() { in onClientDeath() method in ContentCaptureServerSession
/frameworks/base/services/core/java/com/android/server/appop/
DAttributedOp.java242 PooledLambda.obtainRunnable(AppOpsService::onClientDeath, this, clientId), in startedOrPaused()
466 void onClientDeath(@NonNull IBinder clientId) { in onClientDeath() method in AttributedOp
DAppOpsService.java935 static void onClientDeath(@NonNull AttributedOp attributedOp, in onClientDeath() method in AppOpsService
937 attributedOp.onClientDeath(clientId); in onClientDeath()