Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileLifecycleManagerTests.java59 ComponentName component = new ComponentName(mContext, FakeTileService.class); in setUp()
172 pm.setComponentEnabledSetting(new ComponentName(getContext(), FakeTileService.class), in testComponentEnabling()
178 pm.setComponentEnabledSetting(new ComponentName(getContext(), FakeTileService.class), in testComponentEnabling()
189 getContext().sendBroadcast(new Intent(FakeTileService.ACTION_KILL)); in testKillProcess()
253 public static class FakeTileService extends Service { class in TileLifecycleManagerTests