Searched refs:getLastWindowCreateTime (Results 1 – 4 of 4) sorted by relevance
1034 doReturn(1L).when(appLeftTop).getLastWindowCreateTime(); in testMoveFocusToAdjacentWindow()1035 doReturn(2L).when(appRightTop).getLastWindowCreateTime(); in testMoveFocusToAdjacentWindow()1039 doReturn(3L).when(appLeftTop).getLastWindowCreateTime(); in testMoveFocusToAdjacentWindow()
664 doReturn(1L).when(primaryActivity).getLastWindowCreateTime(); in testBackOnMostRecentWindowInActivityEmbedding()665 doReturn(2L).when(secondaryActivity).getLastWindowCreateTime(); in testBackOnMostRecentWindowInActivityEmbedding()
9468 final long[] mostRecentActiveTime = { focusedActivity.getLastWindowCreateTime() };9472 final long lastWindowCreateTime = adjacentTopActivity.getLastWindowCreateTime();
9427 long getLastWindowCreateTime() { in getLastWindowCreateTime() method in ActivityRecord