OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOwnerInfo
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/
OwnerInfoSettings.java
41
private EditText
mOwnerInfo
;
65
mOwnerInfo
= (EditText) mView.findViewById(R.id.owner_info_edit_text);
67
mOwnerInfo
.setText(info);
74
String info =
mOwnerInfo
.getText().toString();
/packages/services/Telecomm/src/com/android/server/telecom/
Session.java
53
private String
mOwnerInfo
;
63
mOwnerInfo
= ownerInfo;
160
mOwnerInfo
== otherSession.
mOwnerInfo
;
214
if(
mOwnerInfo
!= null && !
mOwnerInfo
.isEmpty()) {
216
methodName.append(
mOwnerInfo
);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardStatusView.java
50
private TextView
mOwnerInfo
;
102
if (
mOwnerInfo
!= null)
mOwnerInfo
.setSelected(enabled);
113
mOwnerInfo
= (TextView) findViewById(R.id.owner_info);
137
mOwnerInfo
.setTextSize(TypedValue.COMPLEX_UNIT_PX,
182
if (
mOwnerInfo
== null) return;
185
mOwnerInfo
.setVisibility(View.VISIBLE);
186
mOwnerInfo
.setText(ownerInfo);
188
mOwnerInfo
.setVisibility(View.GONE);
Completed in 99 milliseconds