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()
77 mIsBound = true; in onServiceConnected()90 mIsBound = false; in onServiceConnected()118 mIsBound = false; in onBindingDied()136 mIsBound = false; in onNullBinding()208 private boolean mIsBound = false; field in ImsServiceController307 if (mIsBound) {371 if (!mIsBound && !mIsBinding) { in bind()439 mIsBound = false; in unbind()464 if (mIsBound) { in changeImsServiceFeatures()633 return mIsBound; in isBound()[all …]
93 private boolean mIsBound; field in TileLifecycleManager187 mIsBound = mContext.bindServiceAsUser(mIntent, this, in setBindService()195 mIsBound = false; in setBindService()202 if (mIsBound) { in setBindService()204 mIsBound = false; in setBindService()
953 private boolean mIsBound; field in SoundTriggerService.RemoteSoundTriggerDetectionService1051 if (mIsBound) { in disconnectLocked()1053 mIsBound = false; in disconnectLocked()1149 mIsBound = mContext.bindServiceAsUser(i, this, in bind()1153 if (mIsBound) { in bind()1189 if (!mIsBound) { in runOrAddOperation()