Searched defs:sourceInfo (Results 1 – 4 of 4) sorted by relevance
110 InstallSourceInfo sourceInfo = new InstallSourceInfo(SAFE_VENDOR, in isSafe_nonSystemApp_withSafeSource_returnsTrue() local129 InstallSourceInfo sourceInfo = new InstallSourceInfo(UNSAFE_VENDOR, in isSafe_nonSystemApp_withUnsafeSource_returnsFalse() local148 InstallSourceInfo sourceInfo = new InstallSourceInfo(null, in isSafe_nonSystemApp_withoutSource_returnsFalse() local
80 final ApplicationInfo sourceInfo = getSourceInfo(callingPackage); in onCreate() local192 private int getOriginatingUid(@Nullable ApplicationInfo sourceInfo) { in getOriginatingUid()
124 InstallSourceInfo sourceInfo = mPackageManager.getInstallSourceInfo(packageName); in isSafe() local
71 public SelectableTargetInfo(Context context, DisplayResolveInfo sourceInfo, in SelectableTargetInfo()