Home
last modified time | relevance | path

Searched refs:unflattenFromString (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/service/assertors/common/
DComponentBaseTest.kt23 protected val component = FlickerComponentName.unflattenFromString(windowName)
DRotationLayerAppearsAndVanishes.kt37 val appComponent = FlickerComponentName.unflattenFromString(window) in doEvaluate()
DAppComponentBaseTest.kt32 return FlickerComponentName.unflattenFromString(windowName) in getComponentName()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DFlickerComponentName.kt112 fun unflattenFromString(str: String): FlickerComponentName { in unflattenFromString() method
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DOverviewHelper.java242 ComponentName recentsComponent = ComponentName.unflattenFromString(res.getString(id)); in isRecentsInLauncher()