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