Searched refs:mIsBoundSupport (Results 1 – 1 of 1) sorted by relevance
42 private boolean mIsBoundSupport; field in KeyChainServiceTest79 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()