Home
last modified time | relevance | path

Searched refs:mBound (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/service/src/com/android/car/pm/
DVendorServiceController.java261 private boolean mBound = false; field in VendorServiceController.VendorServiceConnection
289 if (mStarted || mBound) { in startOrBindService()
317 } else if (mBound) { in stopOrUnbindService()
319 mBound = false; in stopOrUnbindService()
325 mBound = true; in onServiceConnected()
336 mBound = false; in onServiceDisconnected()
345 mBound = false; in onBindingDied()
375 if (mRecentFailures < MAX_RECENT_FAILURES && !mBound) { in handleFailureMessage()
DAppBlockingPolicyProxy.java54 private boolean mBound = false; field in AppBlockingPolicyProxy
85 mBound = true; in connect()
92 if (!mBound) { in disconnect()
95 mBound = false; in disconnect()
/packages/services/Car/car-lib/src/android/car/
DAoapService.java153 private boolean mBound; field in AoapService
163 if (mBound) { in onBind()
166 mBound = true; in onBind()
172 mBound = false; in onUnbind()
178 writer.write("Bound: " + mBound); in dump()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DAoapServiceManager.java166 if (connection.mBound) { in removeConnection()
168 connection.mBound = false; in removeConnection()
175 private boolean mBound; field in AoapServiceManager.AoapServiceConnection
204 mBound = true; in onServiceConnected()
214 mBound = false; in onServiceDisconnected()
303 + "mBound=" + mBound in toString()
/packages/services/Car/service/src/com/android/car/
DPerUserCarServiceHelper.java54 private boolean mBound = false; field in PerUserCarServiceHelper
173 mBound = true; in bindToPerUserCarService()
190 if (mBound) { in unbindFromPerUserCarService()
195 mBound = false; in unbindFromPerUserCarService()
DCarProjectionService.java146 mBound = true;
175 private boolean mBound; field in CarProjectionService
196 if (serviceIntent.filterEquals(mRegisteredService) && mBound) { in registerProjectionRunner()
233 if (!mBound) { in unbindServiceIfBound()
236 mBound = false; in unbindServiceIfBound()
807 writer.println("Bound to projection app: " + mBound); in dump()
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportActivity.java105 private boolean mBound; field in BugReportActivity
129 mBound = true;
136 mBound = false;
168 if (mBound) { in onStart()
180 if (mBound) { in onStop()
199 if (mBound) { in onDestroy()
201 mBound = false; in onDestroy()