Home
last modified time | relevance | path

Searched defs:resId (Results 1 – 25 of 218) sorted by relevance

123456789

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsMockResources.java30 public void addResource(int resId, String packageName, String typeName, String entryName) { in addResource()
37 public String getResourceName(int resId) throws NotFoundException { in getResourceName()
45 public String getResourcePackageName(int resId) throws NotFoundException { in getResourcePackageName()
53 public String getResourceTypeName(int resId) throws NotFoundException { in getResourceTypeName()
61 public String getResourceEntryName(int resId) throws NotFoundException { in getResourceEntryName()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethodcommon/
DInputMethodSettingsInterface.java30 public void setInputMethodSettingsCategoryTitle(int resId); in setInputMethodSettingsCategoryTitle()
43 public void setSubtypeEnablerTitle(int resId); in setSubtypeEnablerTitle()
56 public void setSubtypeEnablerIcon(int resId); in setSubtypeEnablerIcon()
DInputMethodSettingsActivity.java42 public void setInputMethodSettingsCategoryTitle(int resId) { in setInputMethodSettingsCategoryTitle()
58 public void setSubtypeEnablerTitle(int resId) { in setSubtypeEnablerTitle()
74 public void setSubtypeEnablerIcon(int resId) { in setSubtypeEnablerIcon()
DInputMethodSettingsFragment.java43 public void setInputMethodSettingsCategoryTitle(int resId) { in setInputMethodSettingsCategoryTitle()
59 public void setSubtypeEnablerTitle(int resId) { in setSubtypeEnablerTitle()
75 public void setSubtypeEnablerIcon(int resId) { in setSubtypeEnablerIcon()
DInputMethodSettingsImpl.java99 public void setInputMethodSettingsCategoryTitle(int resId) { in setInputMethodSettingsCategoryTitle()
118 public void setSubtypeEnablerTitle(int resId) { in setSubtypeEnablerTitle()
137 public void setSubtypeEnablerIcon(int resId) { in setSubtypeEnablerIcon()
/packages/apps/TV/src/com/android/tv/util/
DViewCache.java47 public void putView(int resId, View view) { in putView()
57 public void putView(Context context, int resId, ViewGroup fakeParent, int num) { in putView()
72 public View getView(int resId) { in getView()
86 public View getOrCreateView(LayoutInflater inflater, int resId, ViewGroup container) { in getOrCreateView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyCodeDescriptionMapper.java152 final int resId; in getDescriptionForSwitchAlphaSymbol() local
190 final int resId; in getDescriptionForShiftKey() local
225 final int resId; in getDescriptionForActionKey() local
296 final int resId = (baseIndex >= 0) ? mKeyCodeMap.valueAt(baseIndex) in getSpokenAccentedLetterDescription() local
308 final int resId = getSpokenDescriptionId(context, code, SPOKEN_SYMBOL_RESOURCE_NAME_FORMAT); in getSpokenSymbolDescription() local
322 final int resId = getSpokenDescriptionId(context, code, SPOKEN_EMOJI_RESOURCE_NAME_FORMAT); in getSpokenEmojiDescription() local
341 final int resId = resources.getIdentifier(resourceName, "string", resourcePackageName); in getSpokenDescriptionId() local
362 final int resId = resources.getIdentifier(resourceName, "string", resourcePackageName); in getSpokenEmoticonDescription() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DProgressDialogFragment.java66 public void setIcon(@DrawableRes int resId) { in setIcon()
76 public void setTitle(@StringRes int resId) { in setTitle()
84 public void setExtraText(@StringRes int resId) { in setExtraText()
93 public void setSummary(@StringRes int resId) { in setSummary()
/packages/apps/Launcher3/src/com/android/launcher3/
DPartner.java100 int resId = getResources().getIdentifier(RES_DEFAULT_WALLPAPER_HIDDEN, "bool", in hideDefaultWallpaper() local
106 int resId = getResources().getIdentifier(RES_SYSTEM_WALLPAPER_DIR, "string", in getWallpaperDirectory() local
112 int resId = getResources().getIdentifier(RES_REQUIRE_FIRST_RUN_FLOW, "bool", in requiresFirstRunFlow() local
123 int resId = getResources().getIdentifier(RES_GRID_NUM_ROWS, in applyInvariantDeviceProfileOverrides() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DNexusStaticAsset.java32 public NexusStaticAsset(Resources res, int resId, String resName) { in NexusStaticAsset()
51 public PackageResourceKey(Resources res, int resId, String resName) { in PackageResourceKey()
DResourceAsset.java46 public ResourceAsset(Resources res, int resId, RequestOptions requestOptions) { in ResourceAsset()
56 public ResourceAsset(Resources res, int resId) { in ResourceAsset()
122 public PackageResourceKey(Resources res, int resId) { in PackageResourceKey()
/packages/apps/Contacts/src/com/android/contacts/util/
DAccountSelectionUtil.java64 int resId, int subscriptionId) { in AccountSelectedListener()
75 int resId) { in AccountSelectedListener()
91 public static Dialog getSelectAccountDialog(Activity activity, int resId, in getSelectAccountDialog()
157 public static void doImport(Activity activity, int resId, AccountWithDataSet account, in doImport()
/packages/apps/Messaging/src/com/android/messaging/ui/
DListEmptyView.java47 public void setImageHint(final int resId) { in setImageHint()
51 public void setTextHint(final int resId) { in setTextHint()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultPartnerProvider.java81 int resId = 0; in getLegacyWallpaperDirectory() local
103 final int resId = res.getIdentifier( in shouldHideDefaultWallpaper() local
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DSidePanelHelper.java45 public UiObject2 assertNavigateToItem(int resId) { in assertNavigateToItem()
49 public UiObject2 assertNavigateToItem(int resId, Direction direction) { in assertNavigateToItem()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DStorageWizardBase.java155 protected void setHeaderText(int resId, CharSequence... args) { in setHeaderText()
161 protected void setBodyText(int resId, CharSequence... args) { in setBodyText()
180 protected void setBackButtonText(int resId, CharSequence... args) { in setBackButtonText()
185 protected void setNextButtonText(int resId, CharSequence... args) { in setNextButtonText()
190 protected void setIcon(int resId) { in setIcon()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DSelectAccountActivity.java59 final int resId = R.string.import_from_vcf_file; in onCreate() local
100 protected Dialog onCreateDialog(int resId, Bundle bundle) { in onCreateDialog()
/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableDialogHelper.java81 public WearableDialogHelper setPositiveIcon(@DrawableRes int resId) { in setPositiveIcon()
95 public WearableDialogHelper setNegativeIcon(@DrawableRes int resId) { in setNegativeIcon()
109 public WearableDialogHelper setNeutralIcon(@DrawableRes int resId) { in setNeutralIcon()
150 /* package */ Drawable resolveDrawable(@Nullable Drawable drawable, @DrawableRes int resId) { in resolveDrawable()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardBase.java155 protected void setHeaderText(int resId, CharSequence... args) { in setHeaderText()
161 protected void setBodyText(int resId, CharSequence... args) { in setBodyText()
180 protected void setBackButtonText(int resId, CharSequence... args) { in setBackButtonText()
185 protected void setNextButtonText(int resId, CharSequence... args) { in setNextButtonText()
198 protected void setIcon(int resId) { in setIcon()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DImportDialogFragment.java261 private void handleImportRequest(int resId, int subscriptionId) { in handleImportRequest()
282 AccountSelectionUtil.doImport(getActivity(), resId, in handleImportRequest() local
302 public AdapterEntry(CharSequence label, int resId, SimCard sim) { in AdapterEntry()
308 public AdapterEntry(String label, int resId) { in AdapterEntry()
/packages/apps/Car/Settings/src/com/android/car/settings/system/
DRegulatoryInfoDisplayActivity.java87 int resId = 0; in onCreate() local
129 int resId = getResources().getIdentifier( in getImageResourceId() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRegulatoryInfoDisplayActivity.java82 int resId = 0; in onCreate() local
124 int resId = getResources().getIdentifier( in getResourceId() local
/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DSpannableUtil.java34 public static Spannable getResourcesText(Resources res, @StringRes int resId, in getResourcesText()
/packages/apps/Settings/src/com/android/settings/location/
DLocationScanningPreferenceController.java43 int resId; in getSummary() local
/packages/apps/Messaging/tests/src/com/android/messaging/util/
DFakeMediaUtil.java28 public void playSound(Context context, int resId, OnCompletionListener completionListener) { in playSound()

123456789