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.java76 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 ImsServiceController
309 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()
/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()
169 mIsBound = false; in setBindService()
176 if (mIsBound) { in setBindService()
178 mIsBound = false; in setBindService()
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerService.java823 private boolean mIsBound; field in SoundTriggerService.RemoteSoundTriggerDetectionService
921 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()