Searched refs:mBound (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java63 private boolean mBound; field in class:TileServiceManager
123 if (mBindAllowed && mBindRequested && !mBound) {
129 if (mBound && !mBindRequested) {
136 if (mBound && isActiveTile()) {
152 if (!mBindAllowed && mBound) {
154 } else if (mBindAllowed && mBindRequested && !mBound) {
168 if (mBound) {
173 mBound = true;
180 if (!mBound) {
184 mBound
[all...]
H A DTileLifecycleManager.java84 private boolean mBound; field in class:TileLifecycleManager
143 if (mBound && mUnbindImmediate) {
149 mBound = bind;
259 if (!mBound) return;
265 if (mBound) {
317 if (mBound) {
H A DCustomTile.java73 private boolean mBound; field in class:CustomTile
/frameworks/base/services/core/java/com/android/server/am/
H A DPersistentConnection.java85 private boolean mBound; field in class:PersistentConnection
107 if (!mBound) {
137 if (!mBound) {
181 return mBound;
227 if (mBound) {
230 mBound = true;
285 if (!mBound) {
289 mBound = false;
326 pw.print(mBound ? " [bound]" : " [not bound]");
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java54 private boolean mBound; field in class:RemoteDisplayProviderProxy
76 pw.println(prefix + " mBound=" + mBound);
185 if (!mBound) {
193 mBound = mContext.bindServiceAsUser(service, this,
196 if (!mBound && DEBUG) {
208 if (mBound) {
213 mBound = false;
225 if (mBound) {
/frameworks/base/core/java/android/content/pm/permission/
H A DRuntimePermissionPresenter.java157 private boolean mBound; field in class:RuntimePermissionPresenter.RemoteService
166 if (!mBound) {
171 mBound = mContext.bindService(intent, this,
244 if (mBound) {
246 mBound = false;
279 if (mBound && mRemoteInstance != null && !mPendingWork.isEmpty()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataServiceManager.java76 private boolean mBound; field in class:DataServiceManager
147 mBound = true;
167 mBound = false;
235 mBound = false;
366 if (!mBound) {
404 if (!mBound) {
437 if (!mBound) {
473 if (!mBound) {
503 if (!mBound) {
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamController.java82 if (mCurrentDream != null && mCurrentDream.mBound && !mCurrentDream.mConnected) {
115 pw.println(" mBound=" + mCurrentDream.mBound);
168 mCurrentDream.mBound = true;
236 if (oldDream.mBound) {
292 public boolean mBound; field in class:DreamController.DreamRecord
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionSessionConnection.java90 boolean mBound; field in class:VoiceInteractionSessionConnection
159 mBound = mContext.bindServiceAsUser(mBindIntent, this,
162 if (mBound) {
189 if (mBound) {
341 if (mBound) {
380 if (mBound) {
400 mBound = false;
474 pw.print(prefix); pw.print("mBound="); pw.println(mBound);
475 if (mBound) {
[all...]
H A DVoiceInteractionManagerServiceImpl.java77 boolean mBound = false; field in class:VoiceInteractionManagerServiceImpl
327 pw.print(" mBound="); pw.print(mBound); pw.print(" mService="); pw.println(mService);
337 mBound = mContext.bindServiceAsUser(intent, mConnection,
339 if (!mBound) {
371 if (mBound) {
373 mBound = false;
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderProxy.java66 private boolean mBound; field in class:TvRemoteProviderProxy
83 pw.println(prefix + " mBound=" + mBound);
141 if (!mBound) {
149 mBound = mContext.bindServiceAsUser(service, this,
152 if (!mBound && DEBUG) {
164 if (mBound) {
169 mBound = false;
181 if (mBound) {
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DRegisteredMediaRouteProvider.java93 private boolean mBound; field in class:RegisteredMediaRouteProvider
138 if (mBound) {
229 if (!mBound) {
237 mBound = getContext().bindService(service, this, Context.BIND_AUTO_CREATE);
238 if (!mBound && DEBUG) {
250 if (mBound) {
255 mBound = false;
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java96 private boolean mBound; field in class:TrustAgentWrapper
400 if (mBound) {
427 mBound = context.bindServiceAsUser(intent, mConnection,
429 if (mBound) {
570 if (!mBound) {
576 mBound = false;
588 return mBound;
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DRegisteredMediaRouteProvider.java85 private boolean mBound; field in class:RegisteredMediaRouteProvider
130 if (mBound) {
221 if (!mBound) {
229 mBound = getContext().bindService(service, this, Context.BIND_AUTO_CREATE);
230 if (!mBound && DEBUG) {
242 if (mBound) {
247 mBound = false;
/frameworks/base/services/core/java/com/android/server/
H A DNetworkScoreService.java978 private volatile boolean mBound = false; field in class:NetworkScoreService.ScoringServiceConnection
988 if (!mBound) {
991 mBound = context.bindServiceAsUser(service, this,
994 if (!mBound) {
1006 if (mBound) {
1007 mBound = false;
1036 return mBound && mConnected;
1058 + ", bound: " + mBound
H A DStorageManagerService.java3024 private boolean mBound = false; field in class:StorageManagerService.ObbActionHandler
3043 if (!mBound) {
3085 if (mBound) {
3108 if (mBound) {
3169 mBound = true;
3177 mBound = false;
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp116 IS >> &mGeneratorMagicNumber >> &mBound >> &mReserved;
161 mBound = 0;
169 if (mBound == 0) {
172 OS << std::max(mBound, mNextId);
H A Dmodule.h226 uint32_t mBound; member in class:android::spirit::Module
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1864 boolean mBound; field in class:SyncManager.ActiveSyncContext
1944 mBound = true;
1947 mLogger.log("bindService() returned=", mBound, " for ", this);
1949 mBound = false;
1968 if (mBound) {
1969 mBound = false;
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1416 private boolean mBound = false; field in class:PackageManagerService.PackageHandler
1427 mBound = true;
1436 mBound = false;
1457 if (!mBound) {
1474 if (!mBound) {
1512 if (!mBound) {
1546 if (mBound) {
1575 if (mBound) {
1596 if (mBound) {
[all...]

Completed in 2085 milliseconds