Searched refs:shouldMakeActive (Results 1 – 3 of 3) sorted by relevance
489 assertEquals(false, mActivity.shouldMakeActive(null /* activeActivity */)); in testShouldMakeActive_deferredResume()492 assertEquals(true, mActivity.shouldMakeActive(null /* activeActivity */)); in testShouldMakeActive_deferredResume()502 assertEquals(false, mActivity.shouldMakeActive(null /* activeActivity */)); in testShouldMakeActive_nonTopVisible()
4761 return shouldMakeActive(activeActivity) && !isFocusable() && !isState(PAUSING, PAUSED) in shouldPauseActivity()4784 return shouldMakeActive(activeActivity) && isFocusable() in shouldBeResumed()4807 boolean shouldMakeActive(ActivityRecord activeActivity) { in shouldMakeActive() method
34966 HSPLcom/android/server/wm/ActivityRecord;->shouldMakeActive(Lcom/android/server/wm/ActivityRecord;)Z