Searched refs:mIsBound (Results 1 - 3 of 3) 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/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java83 private boolean mIsBound; field in class:TileLifecycleManager
139 mIsBound = mContext.bindServiceAsUser(mIntent, this,
144 mIsBound = false;
151 if (mIsBound) {
153 mIsBound = false;

Completed in 73 milliseconds