Searched refs:activityRef (Results 1 – 1 of 1) sorted by relevance
95 WeakReference<Activity> activityRef = mActivityRef.activity; in onDestroy() local96 Activity activity = (activityRef != null) ? activityRef.get() : null; in onDestroy()245 IBinder activityRef = getIntent().getExtras().getBinder(EXTRA_ACTIVITY_REF); in onResume() local246 if (activityRef instanceof ActivityReference) { in onResume()247 ((ActivityReference) activityRef).activity = new WeakReference<>(this); in onResume()