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()
72 mIsBound = true; in onServiceConnected()85 mIsBound = false; in onServiceConnected()111 mIsBound = false; in onBindingDied()183 private boolean mIsBound = false; field in ImsServiceController269 if (mIsBound) {332 if (!mIsBound && !mIsBinding) { in bind()405 if (mIsBound) { in changeImsServiceFeatures()565 return mIsBound; in isBound()
88 private boolean mIsBound; field in TileLifecycleManager161 mIsBound = mContext.bindServiceAsUser(mIntent, this, in setBindService()166 mIsBound = false; in setBindService()173 if (mIsBound) { in setBindService()175 mIsBound = false; in setBindService()
730 private boolean mIsBound; field in SoundTriggerService.RemoteSoundTriggerDetectionService828 if (mIsBound) { in disconnectLocked()830 mIsBound = false; in disconnectLocked()926 mIsBound = mContext.bindServiceAsUser(i, this, in bind()929 if (mIsBound) { in bind()965 if (!mIsBound) { in runOrAddOperation()