/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | TileServiceManager.java | 65 private boolean mBound; field in TileServiceManager 146 if (mBindAllowed && mBindRequested && !mBound) { in setBindRequested() 152 if (mBound && !mBindRequested) { in setBindRequested() 159 if (mBound && isActiveTile()) { in setLastUpdate() 175 if (!mBindAllowed && mBound) { in setBindAllowed() 177 } else if (mBindAllowed && mBindRequested && !mBound) { in setBindAllowed() 191 if (mBound) { in bindService() 196 mBound = true; in bindService() 203 if (!mBound) { in unbindService() 207 mBound = false; in unbindService() [all …]
|
D | TileLifecycleManager.java | 87 private boolean mBound; field in TileLifecycleManager 168 if (mBound && mUnbindImmediate) { in setBindService() 174 mBound = bind; in setBindService() 288 if (!mBound) return; in handleDeath() 294 if (mBound) { in handleDeath() 361 if (mBound) { in onReceive()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvRemoteProviderProxy.java | 51 private boolean mBound; field in TvRemoteProviderProxy 67 pw.println(prefix + " mBound=" + mBound); in dump() 106 if (!mBound) { in bind() 114 mBound = mContext.bindServiceAsUser(service, this, in bind() 117 if (DEBUG && !mBound) { in bind() 129 if (mBound) { in unbind() 134 mBound = false; in unbind()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PersistentConnection.java | 88 private boolean mBound; field in PersistentConnection 122 if (!mBound) { 162 if (!mBound) { 217 return mBound; in isBound() 299 if (mBound) { in bindInnerLocked() 302 mBound = true; in bindInnerLocked() 361 if (!mBound) { in unbindLocked() 365 mBound = false; in unbindLocked() 402 Log.d(mTag, "stableConnectionCheck: bound=" + mBound + " connected=" + mIsConnected in stableConnectionCheck() 405 if (mBound && mIsConnected && timeRemaining <= 0) { in stableConnectionCheck() [all …]
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationProviderProxy.java | 93 if (!mBound) { 111 if (mBound) { 121 if (mBound) { 141 private boolean mBound; field in LocationProviderProxy 155 mBound = false; in LocationProviderProxy() 167 mBound = true; in onBind() 185 mBound = false; in onUnbind()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | RemoteDisplayProviderProxy.java | 54 private boolean mBound; field in RemoteDisplayProviderProxy 76 pw.println(prefix + " mBound=" + mBound); in dump() 185 if (!mBound) { in bind() 193 mBound = mContext.bindServiceAsUser(service, this, in bind() 196 if (!mBound && DEBUG) { in bind() 208 if (mBound) { in unbind() 213 mBound = false; in unbind() 225 if (mBound) { in onServiceConnected()
|
D | MediaRoute2ProviderServiceProxy.java | 63 private boolean mBound; field in MediaRoute2ProviderServiceProxy 84 pw.println(prefix + " mBound=" + mBound); in dump() 216 if (!mBound) { in bind() 224 mBound = mContext.bindServiceAsUser(service, this, in bind() 227 if (!mBound && DEBUG) { in bind() 239 if (mBound) { in unbind() 244 mBound = false; in unbind() 256 if (mBound) { in onServiceConnected()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionSessionConnection.java | 97 boolean mBound; field in VoiceInteractionSessionConnection 162 mBound = mContext.bindServiceAsUser(mBindIntent, this, in VoiceInteractionSessionConnection() 166 if (mBound) { in VoiceInteractionSessionConnection() 193 if (mBound) { in showLocked() 352 if (mBound) { in hideLocked() 387 if (mBound) { in cancelLocked() 407 mBound = false; in cancelLocked() 481 pw.print(prefix); pw.print("mBound="); pw.println(mBound); in dump() 482 if (mBound) { in dump()
|
D | VoiceInteractionManagerServiceImpl.java | 83 boolean mBound = false; field in VoiceInteractionManagerServiceImpl 401 pw.print(" mBound="); pw.print(mBound); pw.print(" mService="); pw.println(mService); in dumpLocked() 411 mBound = mContext.bindServiceAsUser(intent, mConnection, in startLocked() 415 if (!mBound) { in startLocked() 447 if (mBound) { in shutdownLocked() 449 mBound = false; in shutdownLocked()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataServiceManager.java | 95 private boolean mBound; field in DataServiceManager 199 mBound = true; in onServiceConnected() 219 mBound = false; in onServiceDisconnected() 302 mBound = false; in DataServiceManager() 377 mBound = false; in unbindDataService() 578 if (!mBound) { in setupDataCall() 615 if (!mBound) { in deactivateDataCall() 648 if (!mBound) { in setInitialAttachApn() 682 if (!mBound) { in setDataProfile() 709 if (!mBound) { in requestDataCallList()
|
/frameworks/base/services/core/java/com/android/server/dreams/ |
D | DreamController.java | 79 if (mCurrentDream != null && mCurrentDream.mBound && !mCurrentDream.mConnected) { 110 pw.println(" mBound=" + mCurrentDream.mBound); in dump() 155 mCurrentDream.mBound = true; in startDream() 224 if (oldDream.mBound) { in stopDream() 269 public boolean mBound; field in DreamController.DreamRecord
|
/frameworks/base/core/java/android/os/image/ |
D | DynamicSystemClient.java | 276 private boolean mBound; field in DynamicSystemClient 338 mBound = true; in bind() 350 if (!mBound) { in unbind() 367 mBound = false; in unbind()
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustAgentWrapper.java | 94 private boolean mBound; field in TrustAgentWrapper 398 if (mBound) { 425 mBound = context.bindServiceAsUser(intent, mConnection, in TrustAgentWrapper() 427 if (mBound) { in TrustAgentWrapper() 583 if (!mBound) { in destroy() 589 mBound = false; in destroy() 601 return mBound; in isBound()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkScoreService.java | 953 private volatile boolean mBound = false; field in NetworkScoreService.ScoringServiceConnection 963 if (!mBound) { in bind() 966 mBound = context.bindServiceAsUser(service, this, in bind() 969 if (!mBound) { in bind() 981 if (mBound) { in unbind() 982 mBound = false; in unbind() 1011 return mBound && mConnected; in isAlive() 1033 + ", bound: " + mBound in dump()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | OverviewProxyService.java | 136 private boolean mBound; field in OverviewProxyService 731 mBound = mContext.bindServiceAsUser(launcherServiceIntent, in internalConnectToCurrentUser() 738 if (mBound) { in internalConnectToCurrentUser() 784 if (mBound) { in disconnectFromLauncherService() 787 mBound = false; in disconnectFromLauncherService()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.java | 1838 boolean mBound; field in SyncManager.ActiveSyncContext 1919 mBound = true; in bindToSyncAdapter() 1922 mLogger.log("bindService() returned=", mBound, " for ", this); in bindToSyncAdapter() 1924 mBound = false; in bindToSyncAdapter() 1943 if (mBound) { in close() 1944 mBound = false; in close()
|