Home
last modified time | relevance | path

Searched defs:loadCameraProtectionInfoList (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DCameraProtectionLoader.kt29 fun loadCameraProtectionInfoList(): List<CameraProtectionInfo> in loadCameraProtectionInfoList() method
35 override fun loadCameraProtectionInfoList(): List<CameraProtectionInfo> { in loadCameraProtectionInfoList() method in com.android.systemui.CameraProtectionLoaderImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DCameraProtectionLoaderImplTest.kt53 fun loadCameraProtectionInfoList() { in loadCameraProtectionInfoList() method in com.android.systemui.CameraProtectionLoaderImplTest
DFakeCameraProtectionLoader.kt27 override fun loadCameraProtectionInfoList(): List<CameraProtectionInfo> = in loadCameraProtectionInfoList() method in com.android.systemui.FakeCameraProtectionLoader