Searched refs:mSourceInfo (Results 1 – 3 of 3) sorted by relevance
57 private final DisplayResolveInfo mSourceInfo; field in SelectableTargetInfo80 mSourceInfo = sourceInfo; in SelectableTargetInfo()119 mSourceInfo = other.mSourceInfo; in SelectableTargetInfo()147 return mSourceInfo; in getDisplayResolveInfo()214 if (mSourceInfo != null) { in getResolvedIntent()215 return mSourceInfo.getResolvedIntent(); in getResolvedIntent()226 if (mSourceInfo != null) { in getResolvedComponentName()227 return mSourceInfo.getResolvedComponentName(); in getResolvedComponentName()272 final boolean ignoreTargetSecurity = mSourceInfo != null in startAsCaller()286 return mSourceInfo != null ? mSourceInfo.getResolveInfo() : mBackupResolveInfo; in getResolveInfo()[all …]
104 ApplicationInfo mSourceInfo; field in PackageInstallerActivity282 if (mSourceInfo != null && mSourceInfo.isPrivilegedApp()) { in isInstallRequestFromUnknownSource()287 if (mSourceInfo != null && checkPermission(Manifest.permission.INSTALL_PACKAGES, in isInstallRequestFromUnknownSource()288 -1 /* pid */, mSourceInfo.uid) == PackageManager.PERMISSION_GRANTED) { in isInstallRequestFromUnknownSource()358 mSourceInfo = intent.getParcelableExtra(EXTRA_ORIGINAL_SOURCE_INFO); in onCreate()
506 private SourceInfo mSourceInfo; field in ActivityOptions1317 … mSourceInfo = opts.getParcelable(KEY_SOURCE_INFO, android.app.ActivityOptions.SourceInfo.class); in ActivityOptions()2329 if (mSourceInfo != null) { in toBundle()2330 b.putParcelable(KEY_SOURCE_INFO, mSourceInfo); in toBundle()2419 return mSourceInfo; in getSourceInfo()2433 mSourceInfo = new SourceInfo(type, uptimeMillis); in setSourceInfo()