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

/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintServiceRecommendationService.java55 /** The connection to the service (if {@link #mIsBound bound}) */
61 private boolean mIsBound; field in class:RemotePrintServiceRecommendationService
142 mIsBound = mContext.bindServiceAsUser(serviceIntent, mConnection,
145 if (!mIsBound) {
170 if (mIsBound) {
172 mIsBound = false;
179 if (mIsBound || mService != null) {
208 if (mIsBound && mService != null) {
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
H A DSurfaceRenderFilter.java63 private boolean mIsBound = false; field in class:SurfaceRenderFilter
140 if (!mIsBound) {
210 mIsBound = true;
230 mIsBound = false;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceController.java79 mIsBound = false;
93 mIsBound = true;
109 mIsBound = false;
136 mIsBound = false;
211 private boolean mIsBound = false; field in class:ImsServiceController
299 if (mIsBound) {
362 if (!mIsBound && !mIsBinding) {
435 if (mIsBound) {
595 return mIsBound;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java89 private boolean mIsBound; field in class:TileLifecycleManager
162 mIsBound = mContext.bindServiceAsUser(mIntent, this,
167 mIsBound = false;
174 if (mIsBound) {
176 mIsBound = false;
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerService.java748 private boolean mIsBound; field in class:SoundTriggerService.RemoteSoundTriggerDetectionService
841 if (mIsBound) {
843 mIsBound = false;
924 mIsBound = mContext.bindServiceAsUser(i, this,
927 if (mIsBound) {
956 if (!mIsBound) {

Completed in 635 milliseconds