Home
last modified time | relevance | path

Searched defs:labelRes (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/
DAccountDetailsPreferenceControllerTest.java127 private void addAuthenticator(String type, int labelRes, int iconId) { in addAuthenticator()
DAccountListPreferenceControllerTest.java229 private void addAuthenticator(String type, int labelRes) { in addAuthenticator()
DChooseAccountPreferenceControllerTest.java242 private void addAuthenticator(String type, int labelRes) { in addAuthenticator()
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
DLensResolverActivity.java349 public final int labelRes; field in LensResolverActivity.ActionTitle
351 ActionTitle(String action, int titleRes, int namedTitleRes, @StringRes int labelRes) { in ActionTitle()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountType.java324 public int labelRes; field in AccountType.EditType
335 public EditType(int rawValue, int labelRes) { in EditType()
390 public EventEditType(int rawValue, int labelRes) { in EventEditType()
DBaseAccountType.java657 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DSortBot.java112 @StringRes int labelRes = SortListFragment.getSheetLabelId(dimension, direction); in sortByMenu() local
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountType.java357 public int labelRes; field in AccountType.EditType
366 public EditType(int rawValue, int labelRes) { in EditType()
415 public EventEditType(int rawValue, int labelRes) { in EventEditType()
DBaseAccountType.java515 final int labelRes = getTypeLabelResource(type); in getTypeLabel() local
/packages/apps/Launcher3/src/com/android/launcher3/views/
DOptionsPopupView.java226 public OptionItem(int labelRes, int iconRes, int controlTypeForLog, in OptionItem()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DFilesActivity.java195 int labelRes = intent.getIntExtra(LauncherActivity.TASK_LABEL_RES, -1); in updateTaskDescription() local