Searched refs:mConnecting (Results 1 – 2 of 2) sorted by relevance
98 private boolean mConnecting; field in AbstractRemoteService244 mConnecting = true; in handleBinderDied()492 if (handleIsBound() || mConnecting) return; in handleEnsureBound()495 mConnecting = true; in handleEnsureBound()506 mConnecting = false; in handleEnsureBound()515 if (!handleIsBound() && !mConnecting) return; in handleEnsureUnbound()518 mConnecting = false; in handleEnsureUnbound()537 if (mDestroyed || !mConnecting) { in onServiceConnected()542 mConnecting = false; in onServiceConnected()559 mConnecting = true; in onServiceDisconnected()
362 private volatile boolean mConnecting; field in UserBackupManagerService1645 mConnecting = true; in bindToAgentSynchronous()1655 while (mConnecting && mConnectedAgent == null in bindToAgentSynchronous()1662 mConnecting = false; in bindToAgentSynchronous()1668 if (mConnecting) { in bindToAgentSynchronous()3802 mConnecting = false; in agentConnected()3825 mConnecting = false; in agentDisconnected()