OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPhoneLabel
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileView.java
46
private TextView
mPhoneLabel
;
65
mPhoneLabel
= (TextView) findViewById(R.id.contact_tile_phone_type);
111
if (
mPhoneLabel
!= null) {
113
mPhoneLabel
.setVisibility(View.GONE);
115
mPhoneLabel
.setVisibility(View.VISIBLE);
116
mPhoneLabel
.setText(entry.phoneLabel);
ShortcutIntentBuilder.java
220
private String
mPhoneLabel
;
238
mPhoneLabel
= cursor.getString(PHONE_LABEL_COLUMN_INDEX);
250
mPhoneNumber, mPhoneType,
mPhoneLabel
, mShortcutAction);
Completed in 81 milliseconds