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.java92 sessionStateReceiver.asBinder().linkToDeath(() -> onClientDeath(), 0); in ContentCaptureServerSession()
219 private void onClientDeath() { in onClientDeath() method in ContentCaptureServerSession
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java912 PooledLambda.obtainRunnable(AppOpsService::onClientDeath, this, clientId), in started()
987 void onClientDeath(@NonNull IBinder clientId) { in onClientDeath() method in AppOpsService.AttributedOp
1442 private static void onClientDeath(@NonNull AttributedOp attributedOp, in onClientDeath() method in AppOpsService
1444 attributedOp.onClientDeath(clientId); in onClientDeath()
/frameworks/base/services/
Dart-profile8099 HPLcom/android/server/appop/AppOpsService$AttributedOp;->onClientDeath(Landroid/os/IBinder;)V
8245 PLcom/android/server/appop/AppOpsService;->onClientDeath(Lcom/android/server/appop/AppOpsService$At…
13691 HPLcom/android/server/contentcapture/ContentCaptureServerSession;->onClientDeath()V