Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/test/src/android/tools/device/traces/parsers/
DWindowManagerStateHelperTest.kt81 ComponentNameMatcher.unflattenFromString( in <lambda>()
85 ComponentNameMatcher.unflattenFromString( in <lambda>()
179 .map { ComponentNameMatcher.unflattenFromString(it.name) } in <lambda>()
/platform_testing/libraries/flicker/src/android/tools/common/traces/component/
DComponentNameMatcher.kt148 fun unflattenFromString(str: String): ComponentNameMatcher { in unflattenFromString() method
/platform_testing/libraries/flicker/test/src/android/tools/common/flicker/subject/wm/
DWindowManagerTraceSubjectTest.kt201 ComponentNameMatcher.unflattenFromString( in <lambda>()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DOverviewHelper.java242 ComponentName recentsComponent = ComponentName.unflattenFromString(res.getString(id)); in isRecentsInLauncher()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java244 ComponentName componentName = ComponentName.unflattenFromString( in launchApp()