HomeSort by relevance Sort by last modified time
    Searched defs:mEmails (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecord.java 44 String[] mEmails;
124 this.mEmails = emails;
132 this.mEmails = null;
146 return mEmails;
150 this.mEmails = emails;
155 return "ADN Record '" + mAlphaTag + "' '" + mNumber + " " + mEmails + "'";
159 return TextUtils.isEmpty(mAlphaTag) && TextUtils.isEmpty(mNumber) && mEmails == null;
183 Arrays.equals(mEmails, adn.mEmails));
198 dest.writeStringArray(mEmails);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
CompactRawContactsEditorView.java 139 private ViewGroup mEmails;
182 mEmails = (LinearLayout) findViewById(R.id.emails);
202 setEnabled(enabled, mEmails);
289 mEmails.removeAllViews();
309 updateKindEditorEmptyFields(mEmails);
310 updateKindEditorIcons(mEmails);
693 inflateKindSectionView(mEmails, dataKind, rawContactDelta);
    [all...]

Completed in 169 milliseconds