Searched refs:ACTION_FORCE_ROLOAD (Results 1 – 2 of 2) sorted by relevance
68 public static final String ACTION_FORCE_ROLOAD = "force-reload-launcher"; field in LauncherAppState122 mContext.registerReceiver(modelChangeReceiver, new IntentFilter(ACTION_FORCE_ROLOAD), in LauncherAppState()
21 import static com.android.launcher3.LauncherAppState.ACTION_FORCE_ROLOAD;239 } else if (IS_STUDIO_BUILD && ACTION_FORCE_ROLOAD.equals(action)) { in onBroadcastIntent()