[go: nahoru, domu]

Searched refs:mDeathMonitor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java202 private DeathMonitor mDeathMonitor; field in class:AsyncChannel
443 mDeathMonitor = null;
468 if (mConnection == null && mDstMessenger != null && mDeathMonitor!= null) {
469 mDstMessenger.getBinder().unlinkToDeath(mDeathMonitor, 0);
470 mDeathMonitor = null;
861 if (mConnection == null && mDeathMonitor == null) {
862 mDeathMonitor = new DeathMonitor();
864 mDstMessenger.getBinder().linkToDeath(mDeathMonitor, 0);
866 mDeathMonitor = null;

Completed in 61 milliseconds