Searched refs:lastCreatedInstance (Results 1 – 1 of 1) sorted by relevance
26 static WeakReference<ResourceCacheActivity> lastCreatedInstance; field in ResourceCacheActivity31 lastCreatedInstance = new WeakReference<ResourceCacheActivity>(this); in onCreate()35 return lastCreatedInstance == null ? null : lastCreatedInstance.get(); in getLastCreatedInstance()