Home
last modified time | relevance | path

Searched refs:resolved (Results 1 – 25 of 42) sorted by relevance

12

/packages/services/Car/packages/CarDeveloperOptions/tests/unit/src/com/android/car/developeroptions/
DCarDeveloperOptionsIntentTest.java55 for (ResolveInfo resolved : results) { in testAvailableIntentActivities_onlyAllowlisted()
56 if (!ACTIVITY_ALLOWLIST.contains(resolved.getComponentInfo().name)) { in testAvailableIntentActivities_onlyAllowlisted()
57 nonMatchingItems.add(resolved.getComponentInfo().name); in testAvailableIntentActivities_onlyAllowlisted()
69 for (ResolveInfo resolved : results) { in testAvailableIntentServices_returnsZero()
70 nonMatchingItems.add(resolved.getComponentInfo().name); in testAvailableIntentServices_returnsZero()
81 for (ResolveInfo resolved : results) { in testAvailableBroadcastReceivers_returnsZero()
82 nonMatchingItems.add(resolved.getComponentInfo().name); in testAvailableBroadcastReceivers_returnsZero()
93 for (ResolveInfo resolved : results) { in testAvailableContentProviders_returnsZero()
94 nonMatchingItems.add(resolved.getComponentInfo().name); in testAvailableContentProviders_returnsZero()
/packages/modules/AdServices/adservices/linter/java/android/adservices/lint/prod/
DBackCompatJobServiceDetector.kt114 val resolved = initializer.resolve() in isInitializerValid() constant
115 if (resolved != null && resolved is PsiMethod) { in isInitializerValid()
116 val typeName = resolved.getContainingClass()?.getQualifiedName() in isInitializerValid()
124 val resolved = initializer.resolve() in isInitializerValid() constant
125 if (resolved != null && resolved is PsiMethod) { in isInitializerValid()
126 val typeName = resolved.getContainingClass()?.getQualifiedName() in isInitializerValid()
/packages/apps/Launcher3/src/com/android/launcher3/
DDefaultLayoutParser.java112 ResolveInfo resolved = mPackageManager.resolveActivity(metaIntent, in invalidPackageOrClass() local
119 if (wouldLaunchResolverActivity(resolved, appList)) { in invalidPackageOrClass()
129 resolved = systemApp; in invalidPackageOrClass()
131 final ActivityInfo info = resolved.activityInfo; in invalidPackageOrClass()
165 private boolean wouldLaunchResolverActivity(ResolveInfo resolved, in wouldLaunchResolverActivity() argument
171 if (tmp.activityInfo.name.equals(resolved.activityInfo.name) in wouldLaunchResolverActivity()
172 && tmp.activityInfo.packageName.equals(resolved.activityInfo.packageName)) { in wouldLaunchResolverActivity()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DTimeSpentInAppPreferenceController.java80 final List<ResolveInfo> resolved = mPackageManager.queryIntentActivities(mIntent, in getAvailabilityStatus() local
82 if (resolved == null || resolved.isEmpty()) { in getAvailabilityStatus()
85 for (ResolveInfo info : resolved) { in getAvailabilityStatus()
/packages/apps/Settings/src/com/android/settings/accessibility/
DLiveCaptionPreferenceController.java47 final List<ResolveInfo> resolved = in getAvailabilityStatus() local
49 return resolved != null && !resolved.isEmpty() in getAvailabilityStatus()
DRTTSettingPreferenceController.java71 final List<ResolveInfo> resolved = in getAvailabilityStatus() local
73 return resolved != null && !resolved.isEmpty() && isRttSettingSupported() in getAvailabilityStatus()
/packages/modules/adb/
Dadb_listeners.cpp220 int resolved = 0; in install_listener() local
221 listener->fd = socket_spec_listen(listener->local_name, error, &resolved); in install_listener()
227 if (resolved != 0) { in install_listener()
228 listener->local_name = android::base::StringPrintf("tcp:%d", resolved); in install_listener()
230 *resolved_tcp_port = resolved; in install_listener()
/packages/apps/Settings/src/com/android/settings/backup/
DPrivacySettingsUtils.java114 List<ResolveInfo> resolved = pm.queryIntentActivities(intent, 0); in validatedActivityIntent() local
115 if (resolved == null || resolved.isEmpty()) { in validatedActivityIntent()
/packages/modules/Bluetooth/android/pandora/server/
DAndroid.bp13 // order matters: classes in framework-bluetooth are resolved before framework, meaning
14 // @hide APIs in framework-bluetooth are resolved before @SystemApi stubs in framework
/packages/modules/Connectivity/tests/common/
DAndroid.bp146 // order matters: classes in framework-connectivity are resolved before framework,
147 // meaning @hide APIs in framework-connectivity are resolved before @SystemApi
169 // order matters: classes in framework-connectivity are resolved before framework,
170 // meaning @hide APIs in framework-connectivity are resolved before @SystemApi
DOWNERS2 # TODO: move bug template config to common owners file once b/226427845 is resolved
/packages/apps/Settings/src/com/android/settings/deviceinfo/firmwareversion/
DMainlineModuleVersionPreferenceController.java102 final ResolveInfo resolved = in updateState() local
104 if (resolved != null) { in updateState()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
DSuggestionParser.java105 for (ResolveInfo resolved : results) { in readSuggestions()
106 final CandidateSuggestion candidate = new CandidateSuggestion(mContext, resolved, in readSuggestions()
/packages/apps/Nfc/
DAndroid.bp65 // order matters: classes in framework-nfc are resolved before framework, meaning
66 // @hide APIs in framework-nfc are resolved before @SystemApi stubs in framework
/packages/modules/Connectivity/tests/unit/
DOWNERS2 # TODO: move bug template config to common owners file once b/226427845 is resolved
/packages/modules/Connectivity/tests/mts/
DOWNERS2 # TODO: move bug template config to common owners file once b/226427845 is resolved
/packages/modules/Connectivity/tests/integration/
DOWNERS2 # TODO: move bug template config to common owners file once b/226427845 is resolved
/packages/modules/Connectivity/tests/benchmark/
DOWNERS2 # TODO: move bug template config to common owners file once b/226427845 is resolved
/packages/modules/Connectivity/tests/native/connectivity_native_test/
DOWNERS2 # TODO: move bug template config to common owners file once b/226427845 is resolved
/packages/modules/Bluetooth/framework/
DAndroid.bp125 // order matters: classes in framework-bluetooth are resolved before framework, meaning
126 // @hide APIs in framework-bluetooth are resolved before @SystemApi stubs in framework
/packages/services/Car/tests/carservice_unit_test/
DAndroid.bp66 // resolved before framework, meaning @hide APIs in framework-bluetooth are resolved
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DExtraSettingsLoader.java130 for (ResolveInfo resolved : results) { in loadPreferences()
135 ActivityInfo activityInfo = resolved.activityInfo; in loadPreferences()
/packages/modules/Connectivity/tests/cts/
DOWNERS2 # TODO: move bug template config to common owners file once b/226427845 is resolved
/packages/modules/Permission/SafetyCenter/ConfigLintChecker/
Djarjar-rules.txt3 # library and makes sure that all *relevant* references can be resolved, even if they are not used
/packages/modules/adb/client/
Dmdnsresponder_client.cpp500 auto resolved = new ResolvedService(discovered->service_name(), discovered->reg_type(), in register_resolved_mdns_service() local
503 if (!resolved->Initialized()) { in register_resolved_mdns_service()
505 delete resolved; in register_resolved_mdns_service()

12