Home
last modified time | relevance | path

Searched refs:KEY_CATEGORY_COLLECTION_ID (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
H A DIndividualPickerActivity.java63 private static final String KEY_CATEGORY_COLLECTION_ID = "key_category_collection_id"; field in IndividualPickerActivity
81 : savedInstanceState.getString(KEY_CATEGORY_COLLECTION_ID); in onCreate()
228 bundle.putString(KEY_CATEGORY_COLLECTION_ID, mCategoryCollectionId); in onSaveInstanceState()