Home
last modified time | relevance | path

Searched refs:shouldMakeActive (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java383 assertEquals(false, mActivity.shouldMakeActive(null /* activeActivity */)); in testShouldMakeActive_deferredResume()
386 assertEquals(true, mActivity.shouldMakeActive(null /* activeActivity */)); in testShouldMakeActive_deferredResume()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java2096 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
/frameworks/base/services/
Dart-profile14834 HSPLcom/android/server/wm/ActivityRecord;->shouldMakeActive(Lcom/android/server/wm/ActivityRecord;)Z