Home
last modified time | relevance | path

Searched defs:newLocation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
DTestEventHandler.java326 public void locationChanged(String newLocation, boolean permanent) { in locationChanged()
662 public void expectLocationChanged(String newLocation) { in expectLocationChanged()
667 public void expectLocationChanged(String newLocation, boolean permanent) { in expectLocationChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaHierarchyManager.kt556 val newLocation = if (inOverlay) IN_OVERLAY else desiredLocation in updateHostAttachment() constant