Searched refs:mIsBound (Results 1 – 6 of 6) sorted by relevance
61 private boolean mIsBound; field in RemotePrintServiceRecommendationService142 mIsBound = mContext.bindServiceAsUser(serviceIntent, mConnection, in RemotePrintServiceRecommendationService()145 if (!mIsBound) { in RemotePrintServiceRecommendationService()170 if (mIsBound) { in close()172 mIsBound = false; in close()179 if (mIsBound || mService != null) { in finalize()208 if (mIsBound && mService != null) { in onServiceConnected()
63 private boolean mIsBound = false; field in SurfaceRenderFilter140 if (!mIsBound) { in process()210 mIsBound = true; in surfaceCreated()230 mIsBound = false; in surfaceDestroyed()
86 mIsBound = true; in onServiceConnected()102 mIsBound = false; in onServiceConnected()134 mIsBound = false; in onBindingDied()156 mIsBound = true; in onNullBinding()234 private boolean mIsBound = false; field in ImsServiceController295 if (mIsBound) {370 if (!mIsBound && !mIsBinding) { in bind()431 mIsBound = false; in unbind()457 if (mIsBound) { in changeImsServiceFeatures()864 + mImsFeatures + ", isBinding=" + mIsBinding + ", isBound=" + mIsBound in toString()
100 private boolean mIsBound; field in TileLifecycleManager194 mIsBound = mContext.bindServiceAsUser(mIntent, this, in setBindService()202 mIsBound = false; in setBindService()209 if (mIsBound) { in setBindService()216 mIsBound = false; in setBindService()301 mIsBound = false; in handleDeath()
939 private boolean mIsBound;1038 if (mIsBound) {1040 mIsBound = false;1137 mIsBound = mContext.bindServiceAsUser(i, this,1141 if (mIsBound) {1179 if (!mIsBound) {
787 private boolean mIsBound = false; field in HotwordDetectionConnection.ServiceConnection810 mIsBound = connected; in onServiceConnectionStatusChanged()855 return mIsBound; in isBound()