Searched refs:AppsFragment (Results 1 – 5 of 5) sorted by relevance
46 public class AppsFragment extends PreferenceControllerFragment { class58 public static AppsFragment newInstance(String volumeUuid, String volumeName) { in newInstance()61 final AppsFragment f = new AppsFragment(); in newInstance()
45 .newSettingsFragment(AppsFragment.class.getName(), in createSettingsFragment()
37 import com.android.tv.settings.device.apps.AppsFragment;197 mAppsUsagePref.setFragment(AppsFragment.class.getName()); in refresh()198 AppsFragment.prepareArgs(mAppsUsagePref.getExtras(), mVolumeInfo.fsUuid, description); in refresh()
33 import com.android.car.settings.applications.AppsFragment;203 return new AppsFragment(); in getInitialFragment()
32 public class AppsFragment extends SettingsFragment { class