Home | History | Annotate | Download | only in data

Lines Matching refs:mLookupKey

113     private String mLookupKey;
137 pd.mLookupKey = cursor.getString(ParticipantsQuery.INDEX_LOOKUP_KEY);
191 pd.mLookupKey = recipientEntry.getLookupKey();
212 pd.mLookupKey = null;
278 pd.mLookupKey = null;
356 return mLookupKey;
417 mLookupKey = lookupKey;
508 values.put(ParticipantColumns.LOOKUP_KEY, mLookupKey);
526 mLookupKey = in.readString();
550 dest.writeString(mLookupKey);