Searched refs:LightInstallSourceInfo (Results 1 – 4 of 4) sorted by relevance
26 import com.android.permissioncontroller.permission.model.livedatatypes.v34.LightInstallSourceInfo27 import com.android.permissioncontroller.permission.model.livedatatypes.v34.LightInstallSourceInfo.C…43 val installSourceInfo = LightInstallSourceInfo(PACKAGE_SOURCE_STORE, INITIATING_PKG_NAME) in initiatingPackageName_whenSet_returnsInitiatingPackageName()50 val installSourceInfo = LightInstallSourceInfo(PACKAGE_SOURCE_STORE, null) in initiatingPackageName_whenNotSet_returnsNull()57 val installSourceInfo = LightInstallSourceInfo(PACKAGE_SOURCE_STORE, INITIATING_PKG_NAME) in supportsSafetyLabel_withSourceStore_andPackageName_returnsTrue()64 val installSourceInfo = LightInstallSourceInfo(PACKAGE_SOURCE_OTHER, INITIATING_PKG_NAME) in supportsSafetyLabel_withSourceOther_andPackageName_returnsFalse()72 LightInstallSourceInfo(PACKAGE_SOURCE_UNSPECIFIED, INITIATING_PKG_NAME) in supportsSafetyLabel_withSourceUnspecified_andPackageName_returnsTrue()80 LightInstallSourceInfo(PACKAGE_SOURCE_LOCAL_FILE, INITIATING_PKG_NAME) in supportsSafetyLabel_withSourceLocalFile_andPackageName_returnsFalse()88 LightInstallSourceInfo(PACKAGE_SOURCE_DOWNLOADED_FILE, INITIATING_PKG_NAME) in supportsSafetyLabel_withSourceDownloadedFile_andPackageName_returnsFalse()95 val installSourceInfo = LightInstallSourceInfo(PACKAGE_SOURCE_STORE, null) in supportsSafetyLabel_withSourceStore_noPackageName_returnsFalse()[all …]
29 import com.android.permissioncontroller.permission.model.livedatatypes.v34.LightInstallSourceInfo30 import com.android.permissioncontroller.permission.model.livedatatypes.v34.LightInstallSourceInfo.C…46 SmartAsyncMediatorLiveData<LightInstallSourceInfo>(),73 val lightInstallSourceInfo: LightInstallSourceInfo = in loadDataAndPostValue()76 LightInstallSourceInfo( in loadDataAndPostValue()
20 import com.android.permissioncontroller.permission.model.livedatatypes.v34.LightInstallSourceInfo.C…30 val installSourceInfo: LightInstallSourceInfo
26 class LightInstallSourceInfo { class59 val INSTALL_SOURCE_UNAVAILABLE = LightInstallSourceInfo()