Searched refs:resolutions (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Settings/src/com/android/settings/display/ |
D | ScreenResolutionController.java | 64 Set<Point> resolutions = new HashSet<>(); in initSupportedResolutionData() local 66 resolutions.add(new Point(mode.getPhysicalWidth(), mode.getPhysicalHeight())); in initSupportedResolutionData() 68 mSupportedResolutions = resolutions; in initSupportedResolutionData() 71 List<Point> resolutionList = new ArrayList<>(resolutions); in initSupportedResolutionData()
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
D | CameraSettingsActivity.java | 280 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()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | PhoneAccountSettingsFragment.java | 436 List<ResolveInfo> resolutions = pm.queryIntentActivities(intent, 0); in buildConfigureIntent() local 437 if (resolutions.size() == 0) { in buildConfigureIntent() 526 List<ResolveInfo> resolutions = pm.queryIntentActivities(intent, 0); in getLaunchSmartForwardingMenuIntent() local 527 if (resolutions.size() == 0) { in getLaunchSmartForwardingMenuIntent()
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | NetworkProviderWifiCallingGroup.java | 228 final List<ResolveInfo> resolutions = pm.queryIntentActivities(intent, 0); in setSubscriptionInfoForPreference() local 229 title = resolutions.get(0).loadLabel(pm); in setSubscriptionInfoForPreference()
|
D | MobileNetworkUtils.java | 277 final List<ResolveInfo> resolutions = pm.queryIntentActivities(intent, 0); in buildConfigureIntent() local 278 if (resolutions.size() == 0) { in buildConfigureIntent()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallFeaturesSetting.java | 498 List<ResolveInfo> resolutions = pm.queryIntentActivities(intent, 0); in updateVtWfc() local 499 if (!resolutions.isEmpty()) { in updateVtWfc() 500 mButtonWifiCalling.setTitle(resolutions.get(0).loadLabel(pm)); in updateVtWfc()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|
D | sv_wordlist.combined.gz |
|