Searched refs:oldDisplay (Results 1 – 4 of 4) sorted by relevance
971 final WifiDisplay oldDisplay = mAdvertisedDisplay; in advertiseDisplay() local985 } else if (oldDisplay != null && !oldDisplay.hasSameAddress(display)) { in advertiseDisplay()990 if (!display.hasSameAddress(oldDisplay)) { in advertiseDisplay()992 } else if (!display.equals(oldDisplay)) { in advertiseDisplay()
1140 final LogicalDisplay oldDisplay = getDisplayLocked(device); in applyLayoutLocked() local1141 if (newDisplay != oldDisplay) { in applyLayoutLocked()1148 newDisplay.swapDisplaysLocked(oldDisplay); in applyLayoutLocked()
1445 final DisplayContent oldDisplay = task.getDisplayContent(); in testSaveLaunchingStateWhenClearingParent() local1454 verify(persister).saveTask(task, oldDisplay); in testSaveLaunchingStateWhenClearingParent()
1106 final DisplayContent oldDisplay = oldParent != null ? oldParent.getDisplayContent() : null; in onParentChanged() local1108 mPrevDisplayId = (oldDisplay != null) ? oldDisplay.mDisplayId : INVALID_DISPLAY; in onParentChanged()