Searched refs:getSourceInfo (Results 1 – 6 of 6) sorted by relevance
117 final ApplicationInfo sourceInfo = getSourceInfo(callingPackage); in onCreate()261 private ApplicationInfo getSourceInfo(@Nullable String callingPackage) { in getSourceInfo() method in InstallStart
159 val sourceInfo: ApplicationInfo? = getSourceInfo(callingPackage) in <lambda>()222 private fun getSourceInfo(callingPackage: String?): ApplicationInfo? { in <lambda>() method in com.android.packageinstaller.v2.model.InstallRepository
564 DisplayDeviceInfo info = device3.getSourceInfo(); in testMultipleDisplayGroups()1261 DisplayDeviceInfo displayDeviceInfo = device.getSourceInfo(); in createDisplayDevice()1370 public DisplayDeviceInfo getSourceInfo() { in getSourceInfo() method in LogicalDisplayMapperTest.TestDisplayDevice
2534 public @Nullable SourceInfo getSourceInfo() { in getSourceInfo() method in ActivityOptions
3660 if (opts == null || opts.getSourceInfo() == null3661 || opts.getSourceInfo().type != ActivityOptions.SourceInfo.TYPE_LOCKSCREEN) {
382 final SourceInfo sourceInfo = options.getSourceInfo(); in TransitionInfo()