/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | NetworkScorerAppManager.java | 140 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 D | NetworkScorerAppManagerTest.java | 671 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 D | DefaultAppsPickerEntryBasePreferenceController.java | 52 if (intent == null || intent.resolveActivityInfo( in updateState()
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/ |
H A D | CarLauncherUtils.java | 62 if (preferredIntent.resolveActivityInfo(pm, /* flags= */ 0) != null) { in getMapsIntent()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | LocalActivityManager.java | 158 r.activityInfo = mActivityThread.resolveActivityInfo(r.intent); in moveToState() 335 aInfo = mActivityThread.resolveActivityInfo(intent); in startActivity()
|
H A D | Instrumentation.java | 518 ActivityInfo ai = intent.resolveActivityInfo( in startActivitySync()
|
H A D | ActivityThread.java | 3280 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 D | BubbleExtractorTest.java | 146 when(mIntent.resolveActivityInfo(any(), anyInt())).thenReturn(info); in setUpIntentBubble() 512 when(mIntent.resolveActivityInfo(any(), anyInt())).thenReturn(null); in testFlagBubble_false_noActivityInfo()
|
H A D | NotificationManagerServiceTest.java | 875 when(intent.resolveActivityInfo(any(), anyInt())).thenReturn(info); in getBubbleMetadata()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | BubbleExtractor.java | 192 ? intent.resolveActivityInfo(context.getPackageManager(), 0) in canLaunchInTaskView()
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | CertificateMonitor.java | 204 ActivityInfo targetInfo = dialogIntent.resolveActivityInfo( in buildNotification()
|
H A D | RemoteBugreportManager.java | 133 final ActivityInfo targetInfo = dialogIntent.resolveActivityInfo( in buildNotification()
|
H A D | DevicePolicyManagerService.java | 12368 ActivityInfo targetInfo = intent.resolveActivityInfo(
|
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/ |
H A D | EditUserPhotoController.java | 276 ActivityInfo info = intent.resolveActivityInfo(mContext.getPackageManager(), in startSystemActivityForResult()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/ |
H A D | EditUserPhotoController.java | 269 ActivityInfo info = intent.resolveActivityInfo(mActivity.getPackageManager(), in startSystemActivityForResult()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
H A D | LivePreviewFragment.java | 142 ActivityInfo activityInfo = mSettingsIntent.resolveActivityInfo(pm, 0); in onCreate()
|
/aosp12/packages/apps/TV/src/com/android/tv/data/ |
H A D | ChannelImpl.java | 676 if (intent.resolveActivityInfo(pm, 0) != null) { in initAppLinkTypeAndIntent()
|
/aosp12/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
H A D | LiveWallpaperPreview.java | 140 final ActivityInfo activityInfo = mSettingsIntent.resolveActivityInfo(pm, 0); in initUI()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | ResolverListAdapter.java | 317 ActivityInfo ai = ii.resolveActivityInfo(
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | SaveUi.java | 219 intent.resolveActivityInfo(packageManager, PackageManager.MATCH_INSTANT); in SaveUi()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleController.java | 1344 intent.getIntent().resolveActivityInfo(packageManager, 0); in canLaunchInTaskView()
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | Intent.java | 9024 public ActivityInfo resolveActivityInfo(@NonNull PackageManager pm, in resolveActivityInfo() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityRecord.java | 2081 ActivityInfo activityInfo = intent.resolveActivityInfo( in addStartingWindow()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 4242 HSPLandroid/content/Intent;->resolveActivityInfo(Landroid/content/pm/PackageManager;I)Landroid/cont…
|