Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileLifecycleManagerTest.java66 private ComponentName mTileServiceComponentName; field in TileLifecycleManagerTest
76 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()