Searched refs:mTileServiceComponentName (Results 1 – 1 of 1) sorted by relevance
106 private ComponentName mTileServiceComponentName; field in TileLifecycleManagerTest125 mTileServiceComponentName = new ComponentName(mContext, "FakeTileService.class"); in setUp()135 mContext.addMockService(mTileServiceComponentName, mMockTileService); in setUp()139 mTileServiceIntent = new Intent().setComponent(mTileServiceComponentName); in setUp()187 assertEquals(times > 0, mContext.isBound(mTileServiceComponentName)); in verifyBind()216 assertFalse(mContext.isBound(mTileServiceComponentName)); in testUnbind()282 assertFalse(mContext.isBound(mTileServiceComponentName)); in testListeningNotListeningBeforeBind()299 assertFalse(mContext.isBound(mTileServiceComponentName)); in testNoClickIfNotListeningAnymore()316 assertFalse(mContext.isBound(mTileServiceComponentName)); in testNoClickIfNotListeningBeforeClick()333 assertFalse(mContext.isBound(mTileServiceComponentName)); in testClickIfStopListeningBeforeProcessedClick()[all …]