Home
last modified time | relevance | path

Searched refs:mIsBound (Results 1 – 6 of 6) 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.java86 mIsBound = true; in onServiceConnected()
102 mIsBound = false; in onServiceConnected()
134 mIsBound = false; in onBindingDied()
156 mIsBound = true; in onNullBinding()
234 private boolean mIsBound = false; field in ImsServiceController
295 if (mIsBound) {
370 if (!mIsBound && !mIsBinding) { in bind()
431 mIsBound = false; in unbind()
457 if (mIsBound) { in changeImsServiceFeatures()
864 + mImsFeatures + ", isBinding=" + mIsBinding + ", isBound=" + mIsBound in toString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java100 private boolean mIsBound; field in TileLifecycleManager
194 mIsBound = mContext.bindServiceAsUser(mIntent, this, in setBindService()
202 mIsBound = false; in setBindService()
209 if (mIsBound) { in setBindService()
216 mIsBound = false; in setBindService()
301 mIsBound = false; in handleDeath()
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerService.java939 private boolean mIsBound;
1038 if (mIsBound) {
1040 mIsBound = false;
1137 mIsBound = mContext.bindServiceAsUser(i, this,
1141 if (mIsBound) {
1179 if (!mIsBound) {
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DHotwordDetectionConnection.java787 private boolean mIsBound = false; field in HotwordDetectionConnection.ServiceConnection
810 mIsBound = connected; in onServiceConnectionStatusChanged()
855 return mIsBound; in isBound()