Home
last modified time | relevance | path

Searched refs:resolveActivityInfo (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DNetworkScorerAppManager.java140 final ResolveInfo resolveActivityInfo = mContext.getPackageManager() in findUseOpenWifiNetworksActivity() local
143 Log.d(TAG, "Resolved " + enableUseOpenWifiIntent + " to " + resolveActivityInfo); in findUseOpenWifiNetworksActivity()
146 if (resolveActivityInfo != null && resolveActivityInfo.activityInfo != null) { in findUseOpenWifiNetworksActivity()
147 return resolveActivityInfo.activityInfo.getComponentName(); in findUseOpenWifiNetworksActivity()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkScorerAppManagerTest.java671 final ResolveInfo resolveActivityInfo = new ResolveInfo(); in mockEnableUseOpenWifiActivity() local
672 resolveActivityInfo.activityInfo = new ActivityInfo(); in mockEnableUseOpenWifiActivity()
673 resolveActivityInfo.activityInfo.name = useOpenWifiComp.getClassName(); in mockEnableUseOpenWifiActivity()
674 resolveActivityInfo.activityInfo.packageName = useOpenWifiComp.getPackageName(); in mockEnableUseOpenWifiActivity()
681 Mockito.eq(flags))).thenReturn(resolveActivityInfo); in mockEnableUseOpenWifiActivity()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/defaultapps/
H A DDefaultAppsPickerEntryBasePreferenceController.java52 if (intent == null || intent.resolveActivityInfo( in updateState()
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
H A DCarLauncherUtils.java62 if (preferredIntent.resolveActivityInfo(pm, /* flags= */ 0) != null) { in getMapsIntent()
/aosp12/frameworks/base/core/java/android/app/
H A DLocalActivityManager.java158 r.activityInfo = mActivityThread.resolveActivityInfo(r.intent); in moveToState()
335 aInfo = mActivityThread.resolveActivityInfo(intent); in startActivity()
H A DInstrumentation.java518 ActivityInfo ai = intent.resolveActivityInfo( in startActivitySync()
H A DActivityThread.java3280 public final ActivityInfo resolveActivityInfo(Intent intent) { in resolveActivityInfo() method in ActivityThread
3281 ActivityInfo aInfo = intent.resolveActivityInfo( in resolveActivityInfo()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBubbleExtractorTest.java146 when(mIntent.resolveActivityInfo(any(), anyInt())).thenReturn(info); in setUpIntentBubble()
512 when(mIntent.resolveActivityInfo(any(), anyInt())).thenReturn(null); in testFlagBubble_false_noActivityInfo()
H A DNotificationManagerServiceTest.java875 when(intent.resolveActivityInfo(any(), anyInt())).thenReturn(info); in getBubbleMetadata()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DBubbleExtractor.java192 ? intent.resolveActivityInfo(context.getPackageManager(), 0) in canLaunchInTaskView()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DCertificateMonitor.java204 ActivityInfo targetInfo = dialogIntent.resolveActivityInfo( in buildNotification()
H A DRemoteBugreportManager.java133 final ActivityInfo targetInfo = dialogIntent.resolveActivityInfo( in buildNotification()
H A DDevicePolicyManagerService.java12368 ActivityInfo targetInfo = intent.resolveActivityInfo(
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
H A DEditUserPhotoController.java276 ActivityInfo info = intent.resolveActivityInfo(mContext.getPackageManager(), in startSystemActivityForResult()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DEditUserPhotoController.java269 ActivityInfo info = intent.resolveActivityInfo(mActivity.getPackageManager(), in startSystemActivityForResult()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DLivePreviewFragment.java142 ActivityInfo activityInfo = mSettingsIntent.resolveActivityInfo(pm, 0); in onCreate()
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DChannelImpl.java676 if (intent.resolveActivityInfo(pm, 0) != null) { in initAppLinkTypeAndIntent()
/aosp12/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java140 final ActivityInfo activityInfo = mSettingsIntent.resolveActivityInfo(pm, 0); in initUI()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DResolverListAdapter.java317 ActivityInfo ai = ii.resolveActivityInfo(
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DSaveUi.java219 intent.resolveActivityInfo(packageManager, PackageManager.MATCH_INSTANT); in SaveUi()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1344 intent.getIntent().resolveActivityInfo(packageManager, 0); in canLaunchInTaskView()
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java9024 public ActivityInfo resolveActivityInfo(@NonNull PackageManager pm, in resolveActivityInfo() method
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java2081 ActivityInfo activityInfo = intent.resolveActivityInfo( in addStartingWindow()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt4242 HSPLandroid/content/Intent;->resolveActivityInfo(Landroid/content/pm/PackageManager;I)Landroid/cont…

12