Home
last modified time | relevance | path

Searched defs:sourceInfo (Results 1 – 25 of 104) sorted by relevance

12345

/aosp_15_r20/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
H A DUpdateOwnershipEnforcementMultiUserTest.kt80 var sourceInfo = pm.getInstallSourceInfo(TEST_APK_PACKAGE_NAME) in installWithoutRequestingUpdateOwnership_hasNoUpdateOwner() variable
98 var sourceInfo = pm.getInstallSourceInfo(TEST_APK_PACKAGE_NAME) in installWithRequestingUpdateOwnership_updateOwnerIsTheSame_ownerRetained() variable
118 var sourceInfo = pm.getInstallSourceInfo(TEST_APK_PACKAGE_NAME) in installWithRequestingUpdateOwnership_updateOwnerIsNotTheSame_hasNoUpdateOwner() variable
136 var sourceInfo = pm.getInstallSourceInfo(TEST_APK_PACKAGE_NAME) in installWithRequestingUpdateOwnership_noUpdateOwnerIsSet_hasNoUpdateOwner() variable
160 var sourceInfo = pm.getInstallSourceInfo(TEST_APK_PACKAGE_NAME) in installExistingPackage_updateOwnerIsNotTheSame_hasNoUpdateOwner() variable
192 var sourceInfo = pm.getInstallSourceInfo(TEST_APK_PACKAGE_NAME) in installExistingPackage_updateOwnerIsTheSame_ownerRetained() variable
212 var sourceInfo = pm.getInstallSourceInfo(TEST_APK_PACKAGE_NAME) in installExistingPackage_noUpdateOwnerIsSet_hasNoUpdateOwner() variable
H A DUpdateOwnershipEnforcementTest.kt116 val sourceInfo = pm.getInstallSourceInfo(TEST_APK_PACKAGE_NAME) in setRequestUpdateOwnership_whenInitialInstall_hasUpdateOwner() constant
138 val sourceInfo = pm.getInstallSourceInfo(TEST_APK_PACKAGE_NAME) in setRequestUpdateOwnership_whenUpdate_hasNoUpdateOwner() constant
151 var sourceInfo = pm.getInstallSourceInfo(TEST_APK_PACKAGE_NAME) in uninstallUpdateOwner_hasNoUpdateOwner() variable
167 val sourceInfo = pm.getInstallSourceInfo(TEST_APK_PACKAGE_NAME) in installViaShellCommand_enableUpdateOwnership() constant
262 val sourceInfo = pm.getInstallSourceInfo(TEST_ARCHIVE_APK_PACKAGE_NAME) in updateArchivedAppViaSessionByNonOwner_showConfirmDialog() constant
350 val sourceInfo = pm.getInstallSourceInfo(TEST_APK_PACKAGE_NAME) in updateOwnershipEnforcement_updateByNonOwner_hasNoUpdateOwner() constant
368 val sourceInfo = pm.getInstallSourceInfo(TEST_APK_PACKAGE_NAME) in setRequestUpdateOwnership_notRequestWhenUpdate_ownerRetained() constant
442 var sourceInfo = pm.getInstallSourceInfo(TEST_APK_PACKAGE_NAME) in relinquishUpdateOwnership_notFromUpdateOwner_throwSecurityException() variable
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/
DSelectableTargetInfo.java106 public static TargetInfo newSelectableTargetInfo( in newSelectableTargetInfo()
140 public static TargetInfo newSelectableTargetInfo( in newSelectableTargetInfo()
167 private SelectableTargetInfo( in SelectableTargetInfo()
400 private static List<Intent> getAllSourceIntents( in getAllSourceIntents()
420 private static ComponentName getResolvedComponentName( in getResolvedComponentName()
/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/sideloaded/
DSideLoadedAppDetectorTest.java112 InstallSourceInfo sourceInfo = new InstallSourceInfo(SAFE_VENDOR, in isSafe_nonSystemApp_withSafeSource_returnsTrue() local
131 InstallSourceInfo sourceInfo = new InstallSourceInfo(UNSAFE_VENDOR, in isSafe_nonSystemApp_withUnsafeSource_returnsFalse() local
150 InstallSourceInfo sourceInfo = new InstallSourceInfo(null, in isSafe_nonSystemApp_withoutSource_returnsFalse() local
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/
H A DInstallRepository.kt154 val sourceInfo: ApplicationInfo? = getSourceInfo(callingPackage) in <lambda>() constant
700 val sourceInfo = packageManager.getInstallSourceInfo(packageName) in <lambda>() constant
807 val sourceInfo = in <lambda>() constant
/aosp_15_r20/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/hdr/
H A DGainmapDecodeTest.kt67 val sourceInfo = findViewById<TextView>(R.id.source_info)!! in decode() constant
H A DGainmapTransformsTest.kt60 val sourceInfo = findViewById<TextView>(R.id.source_info)!! in <lambda>() constant
/aosp_15_r20/external/kotlin-compose-compiler/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.0.0/
H A Dkotlin-compose-compiler-plugin-2.0.0.spdx.json21 …"sourceInfo" : "git+https://github.com/JetBrains/[email protected]#compiler-hosted[:plugins:compos… string
34 … "sourceInfo" : "git+https://github.com/JetBrains/[email protected]#kotlin-stdlib[:kotlin-stdlib]", string
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
H A DAtomicFUTransformer.kt500 var sourceInfo: SourceInfo? = null in FieldId() variable
650 val sourceInfo = SourceInfo(methodId, source) in FieldId() constant
725 val sourceInfo = sourceInfo.copy(insnList = instructions) constant
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DIndexing.cu928 auto sourceInfo = in index_add_cuda_impl() local
980 cuda::detail::TensorInfo<const scalar_t, uint64_t> sourceInfo = in index_add_cuda_impl() local
1101 auto sourceInfo = in index_reduce_func_cuda_impl() local
1153 cuda::detail::TensorInfo<const scalar_t, uint64_t> sourceInfo = in index_reduce_func_cuda_impl() local
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/sideloaded/
DSideLoadedAppDetector.java124 InstallSourceInfo sourceInfo = mPackageManager.getInstallSourceInfo(packageName); in isSafe() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/utils/
H A Dvp_debug.cpp154 void VphalOcaDumper::InitSourceInfo(VPHAL_OCA_SOURCE_INFO &sourceInfo, VPHAL_SURFACE &source) in InitSourceInfo()
/aosp_15_r20/external/kotlin-compose-compiler/org/jetbrains/kotlin/kotlin-compose-compiler-plugin-embeddable/2.0.0/
H A Dkotlin-compose-compiler-plugin-embeddable-2.0.0.spdx.json21 …"sourceInfo" : "git+https://github.com/JetBrains/[email protected]#compiler[:plugins:compose-compi… string
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallStart.java117 final ApplicationInfo sourceInfo = getSourceInfo(callingPackage); in onCreate() local
H A DPackageInstallerActivity.java185 final InstallSourceInfo sourceInfo = mPm.getInstallSourceInfo(packageName); in getExistingUpdateOwner() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/chooser/
H A DSelectableTargetInfo.java75 public SelectableTargetInfo(Context context, DisplayResolveInfo sourceInfo, in SelectableTargetInfo()
/aosp_15_r20/external/spdx-tools/examples/sample-docs/json/
H A DSPDXJSONExample-v2.2.spdx.json107 "sourceInfo" : "uses glibc-2_11-branch from git://sourceware.org/git/glibc.git.", string
H A DSPDXJSONExample-v2.3.spdx.json59 "sourceInfo": "uses glibc-2_11-branch from git://sourceware.org/git/glibc.git.", string
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java372 final SourceInfo sourceInfo = options.getSourceInfo(); in TransitionInfo() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/PackageInstaller/PackageInstaller/android_common/kotlin/
DPackageInstaller.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__packages__PackageInstaller__android_common__PackageInstaller.kotlin_module com ...
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1948 ItemInfo sourceInfo = (ItemInfo) newView.getTag(); in createUserFolderIfNecessary() local
/aosp_15_r20/prebuilts/r8/
H A Dr8.spdx.json67 …"sourceInfo" : "git+https://r8.googlesource.com/r8/@bd7b0e04d64008fe69575f36b1ddefccff152a31#r8[:]… string
517 …"sourceInfo" : "git+https://r8.googlesource.com/r8/@bd7b0e04d64008fe69575f36b1ddefccff152a31#r8[:]… string
530 …"sourceInfo" : "git+https://r8.googlesource.com/r8/@bd7b0e04d64008fe69575f36b1ddefccff152a31#r8[:]… string
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/PackageInstaller/PackageInstaller/android_common/javac/
DPackageInstaller.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dserviceusage.v1.json1376 "sourceInfo": { object
Dservicenetworking.v1beta.json2140 "sourceInfo": { object

12345