Searched defs:ARG_NUMBER_LABEL (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
H A DCallSubjectDialog.java84 public static final String ARG_NUMBER_LABEL = "NUMBER_LABEL"; field in class:CallSubjectDialog
248 arguments.putString(ARG_NUMBER_LABEL, numberLabel);
350 mNumberLabel = arguments.getString(ARG_NUMBER_LABEL);

Completed in 11 milliseconds