/packages/services/Car/packages/CarDeveloperOptions/tests/unit/src/com/android/car/developeroptions/ |
D | CarDeveloperOptionsIntentTest.java | 55 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/ |
D | BackCompatJobServiceDetector.kt | 114 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/ |
D | DefaultLayoutParser.java | 112 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/ |
D | TimeSpentInAppPreferenceController.java | 80 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/ |
D | LiveCaptionPreferenceController.java | 47 final List<ResolveInfo> resolved = in getAvailabilityStatus() local 49 return resolved != null && !resolved.isEmpty() in getAvailabilityStatus()
|
D | RTTSettingPreferenceController.java | 71 final List<ResolveInfo> resolved = in getAvailabilityStatus() local 73 return resolved != null && !resolved.isEmpty() && isRttSettingSupported() in getAvailabilityStatus()
|
/packages/modules/adb/ |
D | adb_listeners.cpp | 220 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/ |
D | PrivacySettingsUtils.java | 114 List<ResolveInfo> resolved = pm.queryIntentActivities(intent, 0); in validatedActivityIntent() local 115 if (resolved == null || resolved.isEmpty()) { in validatedActivityIntent()
|
/packages/modules/Bluetooth/android/pandora/server/ |
D | Android.bp | 13 // 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/ |
D | Android.bp | 146 // 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
|
D | OWNERS | 2 # TODO: move bug template config to common owners file once b/226427845 is resolved
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/firmwareversion/ |
D | MainlineModuleVersionPreferenceController.java | 102 final ResolveInfo resolved = in updateState() local 104 if (resolved != null) { in updateState()
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ |
D | SuggestionParser.java | 105 for (ResolveInfo resolved : results) { in readSuggestions() 106 final CandidateSuggestion candidate = new CandidateSuggestion(mContext, resolved, in readSuggestions()
|
/packages/apps/Nfc/ |
D | Android.bp | 65 // 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/ |
D | OWNERS | 2 # TODO: move bug template config to common owners file once b/226427845 is resolved
|
/packages/modules/Connectivity/tests/mts/ |
D | OWNERS | 2 # TODO: move bug template config to common owners file once b/226427845 is resolved
|
/packages/modules/Connectivity/tests/integration/ |
D | OWNERS | 2 # TODO: move bug template config to common owners file once b/226427845 is resolved
|
/packages/modules/Connectivity/tests/benchmark/ |
D | OWNERS | 2 # TODO: move bug template config to common owners file once b/226427845 is resolved
|
/packages/modules/Connectivity/tests/native/connectivity_native_test/ |
D | OWNERS | 2 # TODO: move bug template config to common owners file once b/226427845 is resolved
|
/packages/modules/Bluetooth/framework/ |
D | Android.bp | 125 // 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/ |
D | Android.bp | 66 // resolved before framework, meaning @hide APIs in framework-bluetooth are resolved
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | ExtraSettingsLoader.java | 130 for (ResolveInfo resolved : results) { in loadPreferences() 135 ActivityInfo activityInfo = resolved.activityInfo; in loadPreferences()
|
/packages/modules/Connectivity/tests/cts/ |
D | OWNERS | 2 # TODO: move bug template config to common owners file once b/226427845 is resolved
|
/packages/modules/Permission/SafetyCenter/ConfigLintChecker/ |
D | jarjar-rules.txt | 3 # library and makes sure that all *relevant* references can be resolved, even if they are not used
|
/packages/modules/adb/client/ |
D | mdnsresponder_client.cpp | 500 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()
|