Lines Matching refs:Utilities
153 if (Utilities.ATLEAST_MARSHMALLOW && Binder.getCallingPid() != Process.myPid()) { in reloadLauncherIfExternal()
180 if (Utilities.ATLEAST_MARSHMALLOW) { in insert()
271 if (Utilities.ALLOW_ROTATION_PREFERENCE_KEY.equals(arg)) { in call()
273 Utilities.isAllowRotationPrefEnabled(getContext())); in call()
276 Utilities.getPrefs(getContext()).getBoolean(arg, extras.getBoolean( in call()
283 Utilities.getPrefs(getContext()).edit().putBoolean(arg, value).apply(); in call()
321 db.delete(TABLE_FAVORITES, Utilities.createDbSelectionQuery( in deleteEmptyFolders()
365 Utilities.getPrefs(getContext()).edit().remove(EMPTY_DATABASE_CREATED).commit(); in clearFlagEmptyDbCreated()
376 SharedPreferences sp = Utilities.getPrefs(getContext()); in loadDefaultFavoritesIfNecessary()
427 if (!Utilities.ATLEAST_JB_MR2) { in createWorkspaceLoaderFromAppRestriction()
587 Utilities.getPrefs(mContext).edit().putBoolean(EMPTY_DATABASE_CREATED, true).commit(); in onEmptyDbCreated()
670 Utilities.getPrefs(mContext).edit().putBoolean(EMPTY_DATABASE_CREATED, false).commit(); in setFlagJustLoadedOldDb()
832 if (!Utilities.isLauncherAppTarget(intent)) { in convertShortcutsToLauncherActivities()