Searched defs:stackId (Results 1 – 6 of 6) sorted by relevance
236 final int stackId = aStack.mStackId; in assertSanity() local247 void assertContainsStack(String msg, int stackId) throws Exception { in assertContainsStack()252 void assertDoesNotContainStack(String msg, int stackId) throws Exception { in assertDoesNotContainStack()257 void assertFrontStack(String msg, int stackId) throws Exception { in assertFrontStack()262 void assertFocusedStack(String msg, int stackId) throws Exception { in assertFocusedStack()266 void assertNotFocusedStack(String msg, int stackId) throws Exception { in assertNotFocusedStack()345 final int stackId = aStack.mStackId; in taskListsInAmAndWmAreEqual() local373 final int stackId = aStack.mStackId; in stackBoundsInAMAndWMAreEqual() local412 final int stackId = aStack.mStackId; in assertValidBounds() local
136 final String stackId = matcher.group(2); in parseSysDump() local188 boolean containsStack(int stackId) { in containsStack()192 ActivityStack getStackById(int stackId) { in getStackById()249 ActivityTask getTaskByActivityName(String activityName, int stackId) { in getTaskByActivityName()294 final String stackId = matcher.group(1); in create() local436 final String stackId = matcher.group(6); in extract() local
86 private void testMinimalSize(int stackId) throws Exception { in testMinimalSize()
255 boolean containsStack(int stackId) { in containsStack()273 WindowStack getStack(int stackId) { in getStack()317 final String stackId = matcher.group(1); in create() local
184 protected void launchActivityInStack(String activityName, int stackId) throws Exception { in launchActivityInStack()197 protected void moveActivityToStack(String activityName, int stackId) throws Exception { in moveActivityToStack()
120 private String getMoveTaskCommand(int taskId, int stackId) throws Exception { in getMoveTaskCommand()