Home
last modified time | relevance | path

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

/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainServiceTest.java42 private boolean mIsBoundSupport; field in KeyChainServiceTest
79 mIsBoundSupport = bindService(new Intent(IKeyChainServiceTestSupport.class.getName()), in bindSupport()
91 if (mIsBoundSupport) { in unbindServices()
93 mIsBoundSupport = false; in unbindServices()
137 assertTrue(mIsBoundSupport); in test_KeyChainService()
231 assertFalse(mIsBoundSupport); in test_KeyChainService()