/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
D | AccountType.java | 324 public int labelRes; field in AccountType.EditType 335 public EditType(int rawValue, int labelRes) { in EditType() argument 337 this.labelRes = labelRes; in EditType() 376 + labelRes in toString() 390 public EventEditType(int rawValue, int labelRes) { in EventEditType() argument 391 super(rawValue, labelRes); in EventEditType()
|
D | BaseAccountType.java | 657 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local 659 return res.getText(labelRes); in getTypeLabel() 661 return res.getString(labelRes, label == null ? "" : label); in getTypeLabel() 663 return res.getText(labelRes); in getTypeLabel()
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | AccountType.java | 357 public int labelRes; field in AccountType.EditType 366 public EditType(int rawValue, int labelRes) { in EditType() argument 368 this.labelRes = labelRes; in EditType() 405 + " labelRes=" + labelRes in toString() 415 public EventEditType(int rawValue, int labelRes) { in EventEditType() argument 416 super(rawValue, labelRes); in EventEditType()
|
D | BaseAccountType.java | 515 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local 517 return res.getText(labelRes); in getTypeLabel() 519 return res.getString(labelRes, label == null ? "" : label); in getTypeLabel() 521 return res.getText(labelRes); in getTypeLabel()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | SortBot.java | 112 @StringRes int labelRes = SortListFragment.getSheetLabelId(dimension, direction); in sortByMenu() local 113 onView(withText(mContext.getString(labelRes))).perform(click()); in sortByMenu() 119 UiObject2 verifyLabel = mDevice.findObject(By.text(mContext.getString(labelRes))); in sortByMenu() 121 onView(withText(mContext.getString(labelRes))).perform(click()); in sortByMenu()
|
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/ |
D | LensResolverActivity.java | 349 public final int labelRes; field in LensResolverActivity.ActionTitle 351 ActionTitle(String action, int titleRes, int namedTitleRes, @StringRes int labelRes) { in ActionTitle() argument 355 this.labelRes = labelRes; in ActionTitle()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
D | FilesActivity.java | 195 int labelRes = intent.getIntExtra(LauncherActivity.TASK_LABEL_RES, -1); in updateTaskDescription() local 196 assert(labelRes > -1); in updateTaskDescription() 197 String label = getResources().getString(labelRes); in updateTaskDescription()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/ |
D | AccountDetailsPreferenceControllerTest.java | 127 private void addAuthenticator(String type, int labelRes, int iconId) { in addAuthenticator() argument 130 labelRes, iconId, /* smallIconId= */ 0, /* prefId= */ 0, in addAuthenticator()
|
D | AccountListPreferenceControllerTest.java | 229 private void addAuthenticator(String type, int labelRes) { in addAuthenticator() argument 232 labelRes, 0, 0, 0, false)); in addAuthenticator()
|
D | ChooseAccountPreferenceControllerTest.java | 242 private void addAuthenticator(String type, int labelRes) { in addAuthenticator() argument 245 labelRes, 0, 0, 0, false)); in addAuthenticator()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | LabeledEditorView.java | 306 if (mType != null && mType.labelRes > 0 && mKind.titleRes > 0) { in rebuildLabel() 310 getContext().getString(mType.labelRes), in rebuildLabel() 654 text = getContext().getString(type.labelRes); in createViewFromResource()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | OptionsPopupView.java | 226 public OptionItem(int labelRes, int iconRes, int controlTypeForLog, in OptionItem() argument 228 mLabelRes = labelRes; in OptionItem()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | ApplicationUtils.java | 40 return ai.labelRes; in getActivityTitleResId()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
D | SubScreenFragment.java | 89 final int applicationLabelRes = context.getApplicationInfo().labelRes;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardTextsSet.java | 48 context.getApplicationInfo().labelRes); in setLocale()
|
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/source/ |
D | MediaSource.java | 110 if (serviceInfo != null && serviceInfo.labelRes != 0) { in extractComponentInfo()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | DataAction.java | 90 mSubtitle = context.getString(type.labelRes); in DataAction()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
D | SetupWizardActivity.java | 138 final String applicationName = getResources().getString(getApplicationInfo().labelRes); in onCreate()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | ProcessStatsDetail.java | 388 if (serviceInfo.labelRes != 0) { in getLabel()
|
D | RunningState.java | 752 if (item != null && (item.labelRes != 0 in makeLabel()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ProcessStatsDetail.java | 388 if (serviceInfo.labelRes != 0) { in getLabel()
|
D | RunningState.java | 752 if (item != null && (item.labelRes != 0 in makeLabel()
|