Searched refs:foregroundActivity (Results 1 – 2 of 2) sorted by relevance
143 mLocalManager!!.foregroundActivity = activity in onStart()153 mLocalManager!!.foregroundActivity = null in onStop()
2095 ComponentName foregroundActivity = new ComponentName(packageName, className); in testOnAccessibilityEvent_typeWindowStateChanged() local2096 assertThat(mRotaryService.mForegroundActivity).isEqualTo(foregroundActivity); in testOnAccessibilityEvent_typeWindowStateChanged()