Home | History | Annotate | Download | only in launcher3

Lines Matching refs:edit

283                 Utilities.getPrefs(getContext()).edit().putBoolean(arg, value).apply();
365 Utilities.getPrefs(getContext()).edit().remove(EMPTY_DATABASE_CREATED).commit();
587 Utilities.getPrefs(mContext).edit().putBoolean(EMPTY_DATABASE_CREATED, true).commit();
670 Utilities.getPrefs(mContext).edit().putBoolean(EMPTY_DATABASE_CREATED, false).commit();