Searched refs:ACTION_FORCE_ROLOAD (Results 1 – 2 of 2) sorted by relevance
45 public static final String ACTION_FORCE_ROLOAD = "force-reload-launcher"; field in LauncherAppState97 filter.addAction(ACTION_FORCE_ROLOAD); in LauncherAppState()
19 import static com.android.launcher3.LauncherAppState.ACTION_FORCE_ROLOAD;303 } else if (IS_DOGFOOD_BUILD && ACTION_FORCE_ROLOAD.equals(action)) { in onReceive()