Searched refs:resolveRelativePath (Results 1 – 2 of 2) sorted by relevance
80 val pcResolvedRelativePath = pc.resolveRelativePath(context) in pathNoContextExtractor1()84 val pcResolvedRelativePath2 = pc2.resolveRelativePath(context) in pathNoContextExtractor1()100 assertThat(pc1.resolveRelativePath(context)).isEqualTo("phone/light_portrait_") in emulatedDevicePathConfigTest()110 assertThat(pc2.resolveRelativePath(context)).isEqualTo("tablet/dark_landscape_") in emulatedDevicePathConfigTest()
77 val relativePath = pathConfig.resolveRelativePath(appContext) in goldenImageIdentifierResolver()125 public fun resolveRelativePath(context: Context): String { in resolveRelativePath() method