Searched refs:ActivityReference (Results 1 – 3 of 3) sorted by relevance
36 public final class ActivityReference extends ComponentReference { class37 public ActivityReference(Package packageName, String className) { in ActivityReference() method in ActivityReference41 public ActivityReference(ComponentName component) { in ActivityReference() method in ActivityReference45 public ActivityReference(ComponentReference component) { in ActivityReference() method in ActivityReference
68 private final ActivityReference mActivityRef = new ActivityReference();236 private static class ActivityReference extends Binder { class in NotificationTrampolineTestService246 if (activityRef instanceof ActivityReference) { in onResume()247 ((ActivityReference) activityRef).activity = new WeakReference<>(this); in onResume()
52 import com.android.bedstead.nene.activities.ActivityReference;630 public ActivityReference activity(ComponentName componentName) { in activity()635 return new ActivityReference( in activity()