Home
last modified time | relevance | path

Searched refs:mIsBound (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintServiceRecommendationService.java61 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 DImsServiceController.java86 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 DSurfaceRenderFilter.java63 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 DAlarmService.kt49 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 DTileLifecycleManager.java100 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 DSoundTriggerService.java939 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 DInCallController.java216 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 DHotwordDetectionConnection.java785 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 DFilterShowActivity.java191 private boolean mIsBound = false; field in FilterShowActivity
241 mIsBound = true; in doBindService()
245 if (mIsBound) { in doUnbindService()
248 mIsBound = false; in doUnbindService()