Home
last modified time | relevance | path

Searched refs:pathFromString (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DCameraProtectionLoader.kt71 val protectionPath = pathFromString(context.getString(pathRes)) in loadCameraProtectionInfoList()
91 private fun pathFromString(pathString: String): Path { in loadCameraProtectionInfoList() method in com.android.systemui.CameraProtectionLoaderImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DCameraAvailabilityListenerTest.kt37 rectFromPath(pathFromString(PROTECTION_PATH_STRING_OUTER_FRONT))
39 rectFromPath(pathFromString(PROTECTION_PATH_STRING_INNER_FRONT))
41 private fun pathFromString(pathString: String): Path { in pathFromString() method