Home
last modified time | relevance | path

Searched refs:resolutions (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootWindowContainerTests.java832 final List<ResolveInfo> resolutions = new ArrayList<>(); in testResolveSecondaryHomeActivityForced() local
836 resolutions.add(resolveInfo); in testResolveSecondaryHomeActivityForced()
837 doReturn(resolutions).when(mRootWindowContainer).resolveActivities(anyInt(), in testResolveSecondaryHomeActivityForced()
858 final List<ResolveInfo> resolutions = new ArrayList<>(); in testResolveSecondaryHomeActivityWhenPrimaryHomeNotSupportMultiDisplay() local
859 doReturn(resolutions).when(mRootWindowContainer).resolveActivities(anyInt(), any()); in testResolveSecondaryHomeActivityWhenPrimaryHomeNotSupportMultiDisplay()
879 final List<ResolveInfo> resolutions = new ArrayList<>(); in testResolveSecondaryHomeActivityWhenPrimaryHomeSupportMultiDisplay() local
888 resolutions.add(infoFake1); in testResolveSecondaryHomeActivityWhenPrimaryHomeSupportMultiDisplay()
889 resolutions.add(infoFake2); in testResolveSecondaryHomeActivityWhenPrimaryHomeSupportMultiDisplay()
911 final List<ResolveInfo> resolutions = new ArrayList<>(); in testResolveSecondaryHomeActivityWhenOtherActivitySupportMultiDisplay() local
922 resolutions.add(infoFake1); in testResolveSecondaryHomeActivityWhenOtherActivitySupportMultiDisplay()
[all …]
/aosp12/packages/apps/Camera2/src/com/android/camera/settings/
H A DCameraSettingsActivity.java280 PreferenceGroup resolutions = in setVisibilities() local
283 recursiveDelete(resolutions, in setVisibilities()
285 recursiveDelete(resolutions, in setVisibilities()
289 recursiveDelete(resolutions, in setVisibilities()
291 recursiveDelete(resolutions, in setVisibilities()
/aosp12/packages/services/Telephony/src/com/android/phone/settings/
H A DPhoneAccountSettingsFragment.java420 List<ResolveInfo> resolutions = pm.queryIntentActivities(intent, 0); in buildConfigureIntent() local
421 if (resolutions.size() == 0) { in buildConfigureIntent()
510 List<ResolveInfo> resolutions = pm.queryIntentActivities(intent, 0); in getLaunchSmartForwardingMenuIntent() local
511 if (resolutions.size() == 0) { in getLaunchSmartForwardingMenuIntent()
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DWifiCallingPreferenceController.java116 final List<ResolveInfo> resolutions = pm.queryIntentActivities(intent, 0); in updateState() local
117 preference.setTitle(resolutions.get(0).loadLabel(pm)); in updateState()
H A DNetworkProviderWifiCallingGroup.java212 final List<ResolveInfo> resolutions = pm.queryIntentActivities(intent, 0); in setSubscriptionInfoForPreference() local
213 title = resolutions.get(0).loadLabel(pm); in setSubscriptionInfoForPreference()
H A DMobileNetworkUtils.java245 final List<ResolveInfo> resolutions = pm.queryIntentActivities(intent, 0); in buildConfigureIntent() local
246 if (resolutions.size() == 0) { in buildConfigureIntent()
/aosp12/frameworks/base/packages/SystemUI/tools/lint/
H A Drun_lint.sh45 If the error cannot be fixed immediately, there are 3 possible resolutions:
H A DREADME12 possible resolutions:
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCallFeaturesSetting.java479 List<ResolveInfo> resolutions = pm.queryIntentActivities(intent, 0); in updateVtWfc() local
480 if (!resolutions.isEmpty()) { in updateVtWfc()
481 mButtonWifiCalling.setTitle(resolutions.get(0).loadLabel(pm)); in updateVtWfc()
/aosp12/frameworks/base/core/proto/android/service/
H A Dprint.proto94 // List of supported resolutions
95 repeated ResolutionProto resolutions = 3; field
/aosp12/hardware/interfaces/camera/device/3.7/
H A DICameraInjectionSession.hal77 * streams or larger stream resolutions than the minimum required
H A DICameraDeviceSession.hal76 * streams or larger stream resolutions than the minimum required
/aosp12/hardware/interfaces/camera/device/3.4/
H A DICameraDeviceSession.hal63 * streams or larger stream resolutions than the minimum required
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java1632 final List<ResolveInfo> resolutions = resolveActivities(userId, homeIntent); in resolveSecondaryHomeActivity() local
1633 final int size = resolutions.size(); in resolveSecondaryHomeActivity()
1637 ResolveInfo resolveInfo = resolutions.get(i); in resolveSecondaryHomeActivity()
1647 aInfo = resolutions.get(0).activityInfo; in resolveSecondaryHomeActivity()
1674 List<ResolveInfo> resolutions; in resolveActivities() local
1678 resolutions = AppGlobals.getPackageManager().queryIntentActivities(homeIntent, in resolveActivities()
1682 resolutions = new ArrayList<>(); in resolveActivities()
1684 return resolutions; in resolveActivities()
/aosp12/hardware/interfaces/drm/1.0/
H A DICryptoPlugin.hal42 * @param width - the display resolutions's width
/aosp12/hardware/interfaces/camera/device/3.6/
H A DICameraDeviceSession.hal62 * streams or larger stream resolutions than the minimum required
/aosp12/hardware/interfaces/camera/device/3.5/
H A DICameraDeviceSession.hal69 * streams or larger stream resolutions than the minimum required
/aosp12/bootable/recovery/
H A DREADME.md153 the static images under res-*dpi/images/ is used for other display resolutions and as a
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java904 List<Resolution> resolutions = capabilities.getResolutions(); in onAdvancedPrintOptionsActivityResult() local
905 final int resolutionCount = resolutions.size(); in onAdvancedPrintOptionsActivityResult()
907 Resolution resolution = resolutions.get(i); in onAdvancedPrintOptionsActivityResult()
/aosp12/hardware/interfaces/camera/metadata/3.2/
H A Dtypes.hal1058 * <p>The JPEG resolutions that are supported by this camera device.</p>
1084 * <p>The resolutions available for use with
1103 * <p>The resolutions available for use with raw
/aosp12/hardware/interfaces/camera/common/1.0/
H A Dtypes.hal368 * resolutions that can be used in low-power mode
/aosp12/hardware/interfaces/camera/device/3.2/
H A DICameraDeviceSession.hal157 * streams or larger stream resolutions than the minimum required
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/aosp12/frameworks/rs/script_api/include/
H A Drs_allocation_data.rsh2601 * and at different resolutions. The x, y coordinates provided here are in the
2617 * and at different resolutions. The x, y coordinates provided here are in the
2633 * and at different resolutions. The x, y coordinates provided here are in the
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...

12