Searched refs:checkIfDestroyed (Results 1 – 1 of 1) sorted by relevance
208 if (checkIfDestroyed()) return; in handleDestroy()227 if (checkIfDestroyed()) return; in handleBinderDied()392 if (checkIfDestroyed()) return; in handleUnbind()402 if (checkIfDestroyed() || mCompleted) return; in handlePendingRequest()510 private boolean checkIfDestroyed() { in checkIfDestroyed() method in AbstractRemoteService