Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/recommendation/
H A DSmartspaceMediaData.kt74 val launchActivity = it.resolveActivityInfo(packageManager, 0)
/aosp14/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()
/aosp14/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.java534 ActivityInfo ai = intent.resolveActivityInfo( in startActivitySync()
H A DActivityThread.java3508 public final ActivityInfo resolveActivityInfo(Intent intent) { in resolveActivityInfo() method in ActivityThread
3509 ActivityInfo aInfo = intent.resolveActivityInfo( in resolveActivityInfo()
/aosp14/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.java1033 when(intent.resolveActivityInfo(any(), anyInt())).thenReturn(info); in getBubbleMetadata()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DBubbleExtractor.java201 ? intent.resolveActivityInfo(context.getPackageManager(), 0) in canLaunchInTaskView()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DCertificateMonitor.java203 ActivityInfo targetInfo = dialogIntent.resolveActivityInfo( in buildNotification()
H A DRemoteBugreportManager.java139 final ActivityInfo targetInfo = dialogIntent.resolveActivityInfo( in buildNotification()
H A DDevicePolicyManagerService.java15387 ActivityInfo targetInfo = intent.resolveActivityInfo( in showLocationSettingsEnabledNotification()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/television/
H A DTvUnblockSensorActivity.java275 ActivityInfo activityInfo = openPrivacySettings.resolveActivityInfo(getPackageManager(), in updateUiForHTT()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DSaveUi.java224 intent.resolveActivityInfo(packageManager, PackageManager.MATCH_INSTANT); in SaveUi()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverListAdapter.java434 ActivityInfo ai = rii.resolveActivityInfo(mPm, 0);
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java2030 ActivityInfo info = intent.resolveActivityInfo(packageManager, 0); in isResizableActivity()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java1025 final ActivityInfo activityInfo = intent.resolveActivityInfo( in startVoiceActivity()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java9703 public ActivityInfo resolveActivityInfo(@NonNull PackageManager pm, in resolveActivityInfo() method
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java2427 ActivityInfo activityInfo = intent.resolveActivityInfo( in addStartingWindow()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt4211 HSPLandroid/content/Intent;->resolveActivityInfo(Landroid/content/pm/PackageManager;I)Landroid/cont…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt4214 HSPLandroid/content/Intent;->resolveActivityInfo(Landroid/content/pm/PackageManager;I)Landroid/cont…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10772 …method public android.content.pm.ActivityInfo resolveActivityInfo(@NonNull android.content.pm.Pack…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2194 Landroid/app/ActivityThread;->resolveActivityInfo(Landroid/content/Intent;)Landroid/content/pm/Acti…