/aosp12/frameworks/base/services/print/java/com/android/server/print/ |
H A D | RemotePrintServiceRecommendationService.java | 61 private boolean mIsBound; field in RemotePrintServiceRecommendationService 142 mIsBound = mContext.bindServiceAsUser(serviceIntent, mConnection, in RemotePrintServiceRecommendationService() 145 if (!mIsBound) { in RemotePrintServiceRecommendationService() 170 if (mIsBound) { in close() 172 mIsBound = false; in close() 179 if (mIsBound || mService != null) { in finalize() 208 if (mIsBound && mService != null) { in onServiceConnected()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
H A D | ImsServiceController.java | 86 mIsBound = true; in onServiceConnected() 102 mIsBound = false; in onServiceConnected() 134 mIsBound = false; in onBindingDied() 156 mIsBound = true; in onNullBinding() 234 private boolean mIsBound = false; field in ImsServiceController 295 if (mIsBound) { 370 if (!mIsBound && !mIsBinding) { in bind() 431 mIsBound = false; in unbind() 457 if (mIsBound) { in changeImsServiceFeatures() 864 + mImsFeatures + ", isBinding=" + mIsBinding + ", isBound=" + mIsBound in toString()
|
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/ |
H A D | SurfaceRenderFilter.java | 63 private boolean mIsBound = false; field in SurfaceRenderFilter 140 if (!mIsBound) { in process() 210 mIsBound = true; in surfaceCreated() 230 mIsBound = false; in surfaceDestroyed()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
H A D | AlarmService.kt | 49 private var mIsBound = false regex 58 mIsBound = true 63 mIsBound = false 115 if (mIsBound) {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
H A D | TileLifecycleManager.java | 100 private boolean mIsBound; field in TileLifecycleManager 194 mIsBound = mContext.bindServiceAsUser(mIntent, this, in setBindService() 202 mIsBound = false; in setBindService() 209 if (mIsBound) { in setBindService() 216 mIsBound = false; in setBindService() 301 mIsBound = false; in handleDeath()
|
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
H A D | SoundTriggerService.java | 939 private boolean mIsBound; 1038 if (mIsBound) { 1040 mIsBound = false; 1137 mIsBound = mContext.bindServiceAsUser(i, this, 1141 if (mIsBound) { 1179 if (!mIsBound) {
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | InCallController.java | 216 Log.d(this, "onServiceConnected: %s %b %b", name, mIsBound, mIsConnected); 217 mIsBound = true; 234 mIsBound = false; 249 mIsBound = false; 263 mIsBound = false; 274 private boolean mIsBound = false; field in InCallController.InCallServiceBindingConnection 384 pw.print(mIsBound ? "" : "not "); in dump()
|
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
H A D | HotwordDetectionConnection.java | 785 private boolean mIsBound = false; field in HotwordDetectionConnection.ServiceConnection 808 mIsBound = connected; in onServiceConnectionStatusChanged() 853 return mIsBound; in isBound()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ |
H A D | FilterShowActivity.java | 191 private boolean mIsBound = false; field in FilterShowActivity 241 mIsBound = true; in doBindService() 245 if (mIsBound) { in doUnbindService() 248 mIsBound = false; in doUnbindService()
|