Home
last modified time | relevance | path

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

/cts/tests/app/ShortFgsTest/src/android/app/cts/shortfgstest/
DServiceBinder.java40 private volatile boolean mIsBound; field in ServiceBinder
67 return mIsBound; in isBound()
71 Assert.assertFalse("Already bound", mIsBound); in doBind()
83 mIsBound = true;
90 mIsBound = false;
97 mIsBound = false;
104 mIsBound = false;
115 mIsBound = false; in close()
/cts/tests/tests/telephony/current/MockSatelliteGatewayServiceApp/src/android/telephony/cts/externalsatellitegatewayservice/
DExternalMockSatelliteGatewayService.java38 private final AtomicBoolean mIsBound = new AtomicBoolean(false); field in ExternalMockSatelliteGatewayService
48 if (mIsBound.get()) { in setExternalSatelliteGatewayListener()
58 mIsBound.set(true); in onBind()
/cts/tests/tests/telephony/current/MockSatelliteServiceApp/src/android/telephony/cts/externalsatelliteservice/
DExternalMockSatelliteService.java38 private final AtomicBoolean mIsBound = new AtomicBoolean(false); field in ExternalMockSatelliteService
48 if (mIsBound.get()) { in setExternalSatelliteListener()
58 mIsBound.set(true); in onBind()
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DServiceRunnerActivity.java36 private boolean mIsBound; field in ServiceRunnerActivity
110 mIsBound = true; in doBindService()
116 mIsBound = false; in doUnbindService()
/cts/hostsidetests/tagging/common/src/android/cts/tagging/
DServiceRunnerActivity.java36 private boolean mIsBound; field in ServiceRunnerActivity
101 mIsBound = false; in doUnbindService()
126 mIsBound = true; in runServiceCommon()
/cts/tests/tests/telecom-apps/ManagedConnectionService/src/android/telecom/cts/apps/managedapp/
DManagedAppControl.java74 private boolean mIsBound = false; field in ManagedAppControl
84 Log.i(TAG, String.format("isBound: [%b]", mIsBound));
85 return mIsBound;
379 mIsBound = true; in onBind()
405 mIsBound = false; in onUnbind()
/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppMain/src/android/telecom/cts/apps/connectionservicevoipappmain/
DVoipConnectionServiceControlMain.java83 private boolean mIsBound = false; field in VoipConnectionServiceControlMain
98 Log.i(mTag, String.format("isBound: [%b]", mIsBound));
100 return mIsBound;
408 mIsBound = true; in onBind()
447 mIsBound = false; in onUnbind()
/cts/tests/tests/telecom-apps/TransactionalVoipAppMain/src/android/telecom/cts/apps/transactionalvoipappmain/
DTransactionalVoipAppControlMain.java80 private boolean mIsBound = false; field in TransactionalVoipAppControlMain
90 Log.i(mTag, String.format("isBound: [%b]", mIsBound));
91 return mIsBound;
432 mIsBound = true; in onBind()
475 mIsBound = false; in onUnbind()