Home | History | Annotate | Download | only in provider

Lines Matching refs:LauncherSettings

40 import com.android.launcher3.LauncherSettings;
41 import com.android.launcher3.LauncherSettings.Favorites;
42 import com.android.launcher3.LauncherSettings.Settings;
43 import com.android.launcher3.LauncherSettings.WorkspaceScreens;
91 LauncherSettings.WorkspaceScreens.SCREEN_RANK));
109 v.put(LauncherSettings.WorkspaceScreens._ID, i);
110 v.put(LauncherSettings.WorkspaceScreens.SCREEN_RANK, i);
113 LauncherSettings.WorkspaceScreens.CONTENT_URI).withValues(v).build());
121 LauncherSettings.Settings.call(mContext.getContentResolver(),
122 LauncherSettings.Settings.METHOD_CLEAR_EMPTY_DB_FLAG);