/aosp14/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()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/recommendation/ |
H A D | SmartspaceMediaData.kt | 74 val launchActivity = it.resolveActivityInfo(packageManager, 0)
|
/aosp14/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()
|
/aosp14/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 | 534 ActivityInfo ai = intent.resolveActivityInfo( in startActivitySync()
|
H A D | ActivityThread.java | 3508 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 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 | 1033 when(intent.resolveActivityInfo(any(), anyInt())).thenReturn(info); in getBubbleMetadata()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | BubbleExtractor.java | 201 ? intent.resolveActivityInfo(context.getPackageManager(), 0) in canLaunchInTaskView()
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | CertificateMonitor.java | 203 ActivityInfo targetInfo = dialogIntent.resolveActivityInfo( in buildNotification()
|
H A D | RemoteBugreportManager.java | 139 final ActivityInfo targetInfo = dialogIntent.resolveActivityInfo( in buildNotification()
|
H A D | DevicePolicyManagerService.java | 15387 ActivityInfo targetInfo = intent.resolveActivityInfo( in showLocationSettingsEnabledNotification()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/television/ |
H A D | TvUnblockSensorActivity.java | 275 ActivityInfo activityInfo = openPrivacySettings.resolveActivityInfo(getPackageManager(), in updateUiForHTT()
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | SaveUi.java | 224 intent.resolveActivityInfo(packageManager, PackageManager.MATCH_INSTANT); in SaveUi()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ResolverListAdapter.java | 434 ActivityInfo ai = rii.resolveActivityInfo(mPm, 0);
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleController.java | 2030 ActivityInfo info = intent.resolveActivityInfo(packageManager, 0); in isResizableActivity()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
H A D | VoiceInteractionManagerService.java | 1025 final ActivityInfo activityInfo = intent.resolveActivityInfo( in startVoiceActivity()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | Intent.java | 9703 public ActivityInfo resolveActivityInfo(@NonNull PackageManager pm, in resolveActivityInfo() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityRecord.java | 2427 ActivityInfo activityInfo = intent.resolveActivityInfo( in addStartingWindow()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 4211 HSPLandroid/content/Intent;->resolveActivityInfo(Landroid/content/pm/PackageManager;I)Landroid/cont…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 4214 HSPLandroid/content/Intent;->resolveActivityInfo(Landroid/content/pm/PackageManager;I)Landroid/cont…
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 10772 …method public android.content.pm.ActivityInfo resolveActivityInfo(@NonNull android.content.pm.Pack…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 2194 Landroid/app/ActivityThread;->resolveActivityInfo(Landroid/content/Intent;)Landroid/content/pm/Acti…
|