Searched refs:mTopActivity (Results 1 – 4 of 4) sorted by relevance
81 private ActivityRecord mTopActivity; field in ActivityMetricsLaunchObserverTests107 mTopActivity.mDisplayContent.mOpeningApps.add(mTopActivity); in setUpAMLO()201 mTopActivity.app = null; in testLaunchState()205 mTopActivity.app = app; in testLaunchState()219 mTopActivity.app = null; in testLaunchState()235 onActivityLaunched(mTopActivity); in testOnActivityLaunchFinished()238 notifyWindowsDrawn(mTopActivity); in testOnActivityLaunchFinished()246 onActivityLaunched(mTopActivity); in testOnActivityLaunchCancelled_hasDrawn()469 mTopActivity.setVisible(false); in testActivityDrawnBeforeTransition()488 mTopActivity.mDisplayContent.mOpeningApps.remove(mTopActivity); in testActivityDrawnWithoutTransition()[all …]
103 expectedTopActivity.info.getComponentName(), mDwpc.mTopActivity); in verifyTopActivityAndRunningUid()228 ComponentName mTopActivity = null; field in DisplayWindowPolicyControllerTests.TestDisplayWindowPolicyController261 mTopActivity = topActivity; in onTopActivityChanged()
182 public ComponentName mTopActivity; field in TransitionFilter.Requirement195 mTopActivity = in.readTypedObject(ComponentName.CREATOR); in Requirement()238 if (mTopActivity == null) return true; in matchesTopActivity()241 return mTopActivity.equals(component); in matchesTopActivity()263 dest.writeTypedObject(mTopActivity, flags); in writeToParcel()303 out.append(" topActivity=").append(mTopActivity); in toString()
315 private ComponentName mTopActivity;342 mTopActivity = name;425 mTopActivity,