Searched defs:installSourceInfo (Results 1 – 7 of 7) sorted by relevance
36 val installSourceInfo = INSTALL_SOURCE_UNAVAILABLE in initiatingPackageName_withDefaultConstructor_returnsNull() constant43 val installSourceInfo = LightInstallSourceInfo(PACKAGE_SOURCE_STORE, INITIATING_PKG_NAME) in initiatingPackageName_whenSet_returnsInitiatingPackageName() constant50 val installSourceInfo = LightInstallSourceInfo(PACKAGE_SOURCE_STORE, null) in initiatingPackageName_whenNotSet_returnsNull() constant57 val installSourceInfo = LightInstallSourceInfo(PACKAGE_SOURCE_STORE, INITIATING_PKG_NAME) in supportsSafetyLabel_withSourceStore_andPackageName_returnsTrue() constant64 val installSourceInfo = LightInstallSourceInfo(PACKAGE_SOURCE_OTHER, INITIATING_PKG_NAME) in supportsSafetyLabel_withSourceOther_andPackageName_returnsFalse() constant71 val installSourceInfo = in supportsSafetyLabel_withSourceUnspecified_andPackageName_returnsTrue() constant79 val installSourceInfo = in supportsSafetyLabel_withSourceLocalFile_andPackageName_returnsFalse() constant87 val installSourceInfo = in supportsSafetyLabel_withSourceDownloadedFile_andPackageName_returnsFalse() constant95 val installSourceInfo = LightInstallSourceInfo(PACKAGE_SOURCE_STORE, null) in supportsSafetyLabel_withSourceStore_noPackageName_returnsFalse() constant102 val installSourceInfo = LightInstallSourceInfo(PACKAGE_SOURCE_OTHER, null) in supportsSafetyLabel_withSourceOther_noPackageName_returnsFalse() constant[all …]
75 val installSourceInfo = getInstallSourceInfo(packageName) in loadDataAndPostValue() constant
30 val installSourceInfo: LightInstallSourceInfo constant in com.android.permissioncontroller.permission.model.livedatatypes.v34.SafetyLabelInfo
978 InstallSourceInfo installSourceInfo = mock(InstallSourceInfo.class); in configureMigrationUnAwarePackage() local999 InstallSourceInfo installSourceInfo = mock(InstallSourceInfo.class); in configureStubMigratorPackage() local
111 final InstallSourceInfo installSourceInfo = mock(InstallSourceInfo.class); in setUp() local
151 InstallSourceInfo installSourceInfo = null; in getInstallerPackageName() local
608 InstallSourceInfo installSourceInfo; in isAppInstalledFromGooglePlayStore() local