Searched refs:mTileServiceComponentName (Results 1 – 1 of 1) sorted by relevance
66 private ComponentName mTileServiceComponentName; field in TileLifecycleManagerTest76 mTileServiceComponentName = new ComponentName(mContext, "FakeTileService.class"); in setUp()82 mContext.addMockService(mTileServiceComponentName, mMockTileService); in setUp()84 mTileServiceIntent = new Intent().setComponent(mTileServiceComponentName); in setUp()120 assertEquals(times > 0, mContext.isBound(mTileServiceComponentName)); in verifyBind()133 assertFalse(mContext.isBound(mTileServiceComponentName)); in testUnbind()193 assertFalse(mContext.isBound(mTileServiceComponentName)); in testListeningNotListeningBeforeBind()207 assertFalse(mContext.isBound(mTileServiceComponentName)); in testNoClickOfNotListeningAnymore()227 "package", mTileServiceComponentName.getPackageName(), null))); in testComponentEnabling()236 mStateManager.onServiceDisconnected(mTileServiceComponentName); in testKillProcess()