Searched refs:LightPermInfoLiveData (Results 1 – 2 of 2) sorted by relevance
34 class LightPermInfoLiveData private constructor( regex40 private val LOG_TAG = LightPermInfoLiveData::class.java.simpleName135 companion object : DataRepositoryForPackage<String, LightPermInfoLiveData>() {136 override fun newValue(key: String): LightPermInfoLiveData {137 return LightPermInfoLiveData(PermissionControllerApplication.get(), key)
32 import com.android.permissioncontroller.permission.data.LightPermInfoLiveData141 mutableListOf<LightPermInfoLiveData>()145 mutableSetOf<LightPermInfoLiveData>()180 val permProvider = LightPermInfoLiveData[platformRuntimePermission]