Home
last modified time | relevance | path

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

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/common/
DCarUiPortraitServiceManager.java83 private boolean mIsBound; field in CarUiPortraitServiceManager
122 if (!mIsBound) { in doUnbindService()
137 mIsBound = false; in doUnbindService()
146 mIsBound = true; in doBindService()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmService.kt49 private var mIsBound = false variable
58 mIsBound = true in onBind()
63 mIsBound = false in onUnbind()
115 if (mIsBound) { in onReceive()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DDisplayAreaComponent.java59 boolean mIsBound; field in DisplayAreaComponent
110 mIsBound = true; in doBindService()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java242 Log.d(this, "onServiceConnected: %s %b %b", name, mIsBound, mIsConnected);
243 mIsBound = true;
260 mIsBound = false;
275 mIsBound = false;
289 mIsBound = false;
300 private boolean mIsBound = false; field in InCallController.InCallServiceBindingConnection
457 pw.print(mIsBound ? "" : "not "); in dump()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java191 private boolean mIsBound = false; field in FilterShowActivity
241 mIsBound = true; in doBindService()
245 if (mIsBound) { in doUnbindService()
248 mIsBound = false; in doUnbindService()