Home
last modified time | relevance | path

Searched refs:mEntry (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java43 private ValuesDelta mEntry; field in PhotoEditorView
97 mEntry = values; in setValues()
112 mEntry.setFromTemplate(false); in setValues()
135 mEntry.put(Photo.PHOTO, (byte[])null); in setPhotoBitmap()
143 mEntry.setFromTemplate(false); in setPhotoBitmap()
146 mEntry.put(Photo.IS_SUPER_PRIMARY, 1); in setPhotoBitmap()
157 if (compressed != null) mEntry.put(Photo.PHOTO, compressed); in setPhotoBitmap()
164 mEntry.put(Photo.IS_SUPER_PRIMARY, superPrimary ? 1 : 0); in setSuperPrimary()
172 mEntry.setFromTemplate(true); in resetDefault()
DLabeledEditorView.java78 private ValuesDelta mEntry; field in LabeledEditorView
183 mEntry.markDeleted(); in deleteEditor()
267 return mEntry; in getEntry()
302 mEntry.put(column, value); in saveValue()
328 final String dbValue = mEntry.getAsString(column); in isFieldChanged()
337 setValues(mKind, mEntry, mState, mReadOnly, mViewIdGenerator); in rebuildValues()
348 mEntry = entry; in setValues()
372 return mEntry; in getValues()
411 mEntry.put(mKind.typeColumn, mType.rawValue); in createCustomDialog()
412 mEntry.put(mType.customColumn, customText); in createCustomDialog()
[all …]
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DInLineSettingKnob.java40 private TextView mEntry; field in InLineSettingKnob
102 mEntry = (TextView) findViewById(R.id.current_setting); in onFinishInflate()
117 mEntry.setText(mPreference.getEntry()); in updateView()
124 mEntry.setText(mPreference.getEntries()[index]); in updateView()
/packages/apps/Camera/src/com/android/camera/ui/
DInLineSettingKnob.java39 private TextView mEntry; field in InLineSettingKnob
104 mEntry = (TextView) findViewById(R.id.current_setting); in onFinishInflate()
120 mEntry.setText(mPreference.getEntry()); in updateView()
127 mEntry.setText(mPreference.getEntries()[index]); in updateView()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadCache.java338 private Entry mEntry; field in DownloadCache.TaskProxy
342 mEntry = entry; in setResult()
356 while (!mIsCancelled && mEntry == null) { in get()
364 return mEntry; in get()