Home
last modified time | relevance | path

Searched refs:mIsBound (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintServiceRecommendationService.java61 private boolean mIsBound; field in RemotePrintServiceRecommendationService
142 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()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
DSurfaceRenderFilter.java63 private boolean mIsBound = false; field in SurfaceRenderFilter
140 if (!mIsBound) { in process()
210 mIsBound = true; in surfaceCreated()
230 mIsBound = false; in surfaceDestroyed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java72 mIsBound = true; in onServiceConnected()
85 mIsBound = false; in onServiceConnected()
111 mIsBound = false; in onBindingDied()
183 private boolean mIsBound = false; field in ImsServiceController
269 if (mIsBound) {
332 if (!mIsBound && !mIsBinding) { in bind()
405 if (mIsBound) { in changeImsServiceFeatures()
565 return mIsBound; in isBound()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java88 private boolean mIsBound; field in TileLifecycleManager
161 mIsBound = mContext.bindServiceAsUser(mIntent, this, in setBindService()
166 mIsBound = false; in setBindService()
173 if (mIsBound) { in setBindService()
175 mIsBound = false; in setBindService()
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerService.java730 private boolean mIsBound; field in SoundTriggerService.RemoteSoundTriggerDetectionService
828 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()