Searched refs:mIsBoundService (Results 1 – 1 of 1) sorted by relevance
46 private boolean mIsBoundService; field in KeyChainServiceTest85 mIsBoundService = bindService(new Intent(IKeyChainService.class.getName()), in bindService()95 if (mIsBoundService) { in unbindServices()97 mIsBoundService = false; in unbindServices()196 assertTrue(mIsBoundService); in test_KeyChainService()232 assertFalse(mIsBoundService); in test_KeyChainService()