Searched refs:CACHED_ITEMS_KEY (Results 1 – 1 of 1) sorted by relevance
42 private static final String CACHED_ITEMS_KEY = "predicted_item_keys"; field in PredictionModel79 mDevicePrefs.edit().putString(CACHED_ITEMS_KEY, builder.toString()).apply(); in cachePredictionComponentKeys()91 String cachedBlob = mDevicePrefs.getString(CACHED_ITEMS_KEY, ""); in getPredictionComponentKeys()