Searched refs:mIsBound (Results 1 – 5 of 5) 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()
76 mIsBound = true; in onServiceConnected()89 mIsBound = false; in onServiceConnected()119 mIsBound = false; in onBindingDied()137 mIsBound = true; in onNullBinding()210 private boolean mIsBound = false; field in ImsServiceController309 if (mIsBound) {372 if (!mIsBound && !mIsBinding) { in bind()434 mIsBound = false; in unbind()460 if (mIsBound) { in changeImsServiceFeatures()841 + mImsFeatures + ", isBinding=" + mIsBinding + ", isBound=" + mIsBound in toString()
88 private boolean mIsBound; field in TileLifecycleManager161 mIsBound = mContext.bindServiceAsUser(mIntent, this, in setBindService()169 mIsBound = false; in setBindService()176 if (mIsBound) { in setBindService()178 mIsBound = false; in setBindService()
823 private boolean mIsBound; field in SoundTriggerService.RemoteSoundTriggerDetectionService921 if (mIsBound) { in disconnectLocked()923 mIsBound = false; in disconnectLocked()1019 mIsBound = mContext.bindServiceAsUser(i, this, in bind()1022 if (mIsBound) { in bind()1058 if (!mIsBound) { in runOrAddOperation()