Searched refs:newLayoutId (Results 1 – 1 of 1) sorted by relevance
291 private boolean didRestrictionLayoutChange(SharedPreferences sp, int newLayoutId) { in didRestrictionLayoutChange() argument293 if (lastRestrictionLayoutId != newLayoutId) { in didRestrictionLayoutChange()295 editor.putInt(LAST_RESTRICTION_LAYOUT_ID, newLayoutId); in didRestrictionLayoutChange()