Searched defs:mBound (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java106 if (mBound) {
159 private boolean mBound; field in class:ServiceMonitor
208 if (mBound && !serviceEnabled) {
211 } else if (!mBound && serviceEnabled) {
222 mBound = false;
229 mBound = false;
242 mBound = mContext.bindService(intent, mServiceConnection, Context.BIND_AUTO_CREATE);
243 if (mDebug) Log.d(mTag, "mBound: " + mBound);
247 if (!mBound) {
[all...]
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamController.java75 if (mCurrentDream != null && mCurrentDream.mBound && !mCurrentDream.mConnected) {
108 pw.println(" mBound=" + mCurrentDream.mBound);
161 mCurrentDream.mBound = true;
229 if (oldDream.mBound) {
282 public boolean mBound; field in class:DreamController.DreamRecord
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java81 private boolean mBound; field in class:TrustAgentWrapper
252 if (mBound) {
279 mBound = context.bindServiceAsUser(intent, mConnection,
281 if (mBound) {
405 if (!mBound) {
411 mBound = false;
423 return mBound;
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java64 boolean mBound = false; field in class:VoiceInteractionManagerServiceImpl
270 pw.print(" mBound="); pw.print(mBound); pw.print(" mService="); pw.println(mService);
280 mBound = mContext.bindServiceAsUser(intent, mConnection,
282 if (!mBound) {
314 if (mBound) {
316 mBound = false;
H A DVoiceInteractionSessionConnection.java78 boolean mBound; field in class:VoiceInteractionSessionConnection
171 mBound = mContext.bindServiceAsUser(mBindIntent, this,
174 if (mBound) {
202 if (mBound) {
385 if (mBound) {
424 if (mBound) {
444 mBound = false;
516 pw.print(prefix); pw.print("mBound="); pw.println(mBound);
517 if (mBound) {
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DStorageMeasurement.java276 private volatile boolean mBound = false; field in class:StorageMeasurement.MeasurementHandler
286 mBound = true;
292 mBound = false;
311 if (mBound) {
329 if (mBound) {
330 mBound = false;
/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/services/core/java/com/android/server/
H A DTextServicesManagerService.java795 pw.print(" "); pw.print("mBound="); pw.print(grp.mBound);
823 public boolean mBound; field in class:TextServicesManagerService.SpellCheckerBindGroup
831 mBound = true;
927 if (mBound && mListeners.isEmpty()) {
928 mBound = false;
H A DMountService.java2768 private boolean mBound = false; field in class:MountService.ObbActionHandler
2787 if (!mBound) {
2829 if (mBound) {
2852 if (mBound) {
2913 mBound = true;
2921 mBound = false;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProvider.java54 private boolean mBound; field in class:RegisteredMediaRouteProvider
154 if (!mBound) {
162 mBound = getContext().bindService(service, this, Context.BIND_AUTO_CREATE);
163 if (!mBound && DEBUG) {
175 if (mBound) {
180 mBound = false;
192 if (mBound) {
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1310 boolean mBound; field in class:SyncManager.ActiveSyncContext
1395 mBound = true;
1401 mBound = false;
1420 if (mBound) {
1421 mBound = false;
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1100 private boolean mBound = false; field in class:PackageManagerService.PackageHandler
1112 mBound = true;
1121 mBound = false;
1148 if (!mBound) {
1176 if (!mBound) {
1201 if (mBound) {
1229 if (mBound) {
1248 if (mBound) {

Completed in 742 milliseconds