Searched refs:shouldMakeActive (Results 1 – 3 of 3) sorted by relevance
383 assertEquals(false, mActivity.shouldMakeActive(null /* activeActivity */)); in testShouldMakeActive_deferredResume()386 assertEquals(true, mActivity.shouldMakeActive(null /* activeActivity */)); in testShouldMakeActive_deferredResume()
2096 return shouldMakeActive(activeActivity) && !isFocusable() && !isState(PAUSING, PAUSED); in shouldPauseActivity()2108 return shouldMakeActive(activeActivity) && isFocusable() && !isState(RESUMED) in shouldResumeActivity()2120 boolean shouldMakeActive(ActivityRecord activeActivity) { in shouldMakeActive() method in ActivityRecord
14834 HSPLcom/android/server/wm/ActivityRecord;->shouldMakeActive(Lcom/android/server/wm/ActivityRecord;)Z