Searched refs:shouldMakeActive (Results 1 – 3 of 3) sorted by relevance
648 assertEquals(false, activity.shouldMakeActive(null /* activeActivity */)); in testShouldMakeActive_deferredResume()651 assertEquals(true, activity.shouldMakeActive(null /* activeActivity */)); in testShouldMakeActive_deferredResume()663 assertEquals(false, activity.shouldMakeActive(null /* activeActivity */)); in testShouldMakeActive_nonTopVisible()
5536 return shouldMakeActive(activeActivity) && !isFocusable() && !isState(PAUSING, PAUSED) in shouldPauseActivity()5559 return shouldMakeActive(activeActivity) && isFocusable() in shouldBeResumed()5583 boolean shouldMakeActive(ActivityRecord activeActivity) { in shouldMakeActive() method in ActivityRecord
44219 HSPLcom/android/server/wm/ActivityRecord;->shouldMakeActive(Lcom/android/server/wm/ActivityRecord;)…