Searched refs:onClientDeath (Results 1 – 3 of 3) sorted by relevance
92 sessionStateReceiver.asBinder().linkToDeath(() -> onClientDeath(), 0); in ContentCaptureServerSession()219 private void onClientDeath() { in onClientDeath() method in ContentCaptureServerSession
912 PooledLambda.obtainRunnable(AppOpsService::onClientDeath, this, clientId), in started()987 void onClientDeath(@NonNull IBinder clientId) { in onClientDeath() method in AppOpsService.AttributedOp1442 private static void onClientDeath(@NonNull AttributedOp attributedOp, in onClientDeath() method in AppOpsService1444 attributedOp.onClientDeath(clientId); in onClientDeath()
8099 HPLcom/android/server/appop/AppOpsService$AttributedOp;->onClientDeath(Landroid/os/IBinder;)V8245 PLcom/android/server/appop/AppOpsService;->onClientDeath(Lcom/android/server/appop/AppOpsService$At…13691 HPLcom/android/server/contentcapture/ContentCaptureServerSession;->onClientDeath()V