Searched refs:FragmentService (Results 1 – 9 of 9) sorted by relevance
43 public class FragmentService implements Dumpable { class63 public FragmentService(FragmentCreator.Factory fragmentCreatorFactory, in FragmentService() method in FragmentService144 mFragmentHostManager = new FragmentHostManager(FragmentService.this, mView); in FragmentHostState()
58 private final FragmentService mManager;64 FragmentHostManager(FragmentService manager, View rootView) { in FragmentHostManager()205 return Dependency.get(FragmentService.class).getFragmentHostManager(view); in get()213 Dependency.get(FragmentService.class).removeAndDestroy(view); in removeAndDestroy()
35 import com.android.systemui.fragments.FragmentService;81 Dependency.destroy(FragmentService.class, s -> s.destroyAll()); in onDestroy()
39 import com.android.systemui.fragments.FragmentService;125 FragmentService.FragmentCreator.class
37 -keep class com.android.systemui.fragments.FragmentService$FragmentCreator {
108 to com.android.systemui.fragments.FragmentService$FragmentCreator that110 exists, FragmentService will automatically pick it up and use injection
50 import com.android.systemui.fragments.FragmentService;280 @Inject Lazy<FragmentService> mFragmentService;461 mProviders.put(FragmentService.class, mFragmentService::get); in start()
91 import com.android.systemui.fragments.FragmentService;291 private FragmentService mFragmentService;
105 import com.android.systemui.fragments.FragmentService;320 private final FragmentService mFragmentService;723 FragmentService fragmentService, in NotificationPanelViewController()