/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
D | ContactEntryAdapter.java | 169 return getEntry(mSections, position, mSeparators); in getItem() 179 public final static <T extends Entry> T getEntry(ArrayList<ArrayList<T>> sections, in getEntry() method in ContactEntryAdapter 223 Entry entry = getEntry(mSections, position, mSeparators); in getItemId() 241 bindView(v, getEntry(mSections, position, mSeparators)); in getView()
|
D | ContactFragment.java | 274 ViewEntry entry = ViewAdapter.getEntry(mSections, position, SHOW_SEPARATORS); in onItemClick() 665 ViewEntry entry = getEntry(mSections, position, false); in getView()
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
D | ContactRecipientAutoCompleteView.java | 152 final RecipientEntry entry = recipient.getEntry(); in doInBackground() 253 final RecipientEntry entry = recipient.getEntry(); in getRecipientParticipantDataForConversationCreation() 256 contacts.add(ParticipantData.getFromRecipientEntry(recipient.getEntry())); in getRecipientParticipantDataForConversationCreation() 273 final RecipientEntry entry = recipient.getEntry(); in getSelectedDestinations()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | EventFieldEditorView.java | 125 String data = DateUtils.formatDate(getContext(), getEntry().getAsString(column), in rebuildDateView() 145 return TextUtils.isEmpty(getEntry().getAsString(column)); in isEmpty() 169 final String oldValue = getEntry().getAsString(column); in onLabelRebuilt() 200 final String oldValue = getEntry().getAsString(column); in createDatePickerDialog()
|
D | PhoneticNameEditorView.java | 121 PhoneticValuesDelta entry = (PhoneticValuesDelta) getEntry(); in onFieldChanged() 145 ValuesDelta entry = getEntry(); in hasData() 156 return getEntry().getAsString(DataKind.PSEUDO_COLUMN_PHONETIC_NAME); in getPhoneticName()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | SettingsActivity.java | 109 homeTimezonePref.setSummary(homeTimezonePref.getEntry()); in onCreate() 212 clockStylePref.setSummary(clockStylePref.getEntry()); in refresh() 222 homeTimezonePref.setSummary(homeTimezonePref.getEntry()); in refresh() 227 volumeButtonsPref.setSummary(volumeButtonsPref.getEntry()); in refresh()
|
D | ScreensaverSettingsActivity.java | 80 clockStylePref.setSummary(clockStylePref.getEntry()); in refresh()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | GeneralPreferences.java | 185 mWeekStart.setSummary(mWeekStart.getEntry()); in onCreate() 186 mDefaultReminder.setSummary(mDefaultReminder.getEntry()); in onCreate() 323 mWeekStart.setSummary(mWeekStart.getEntry()); in onPreferenceChange() 326 mDefaultReminder.setSummary(mDefaultReminder.getEntry()); in onPreferenceChange()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | ResolveCache.java | 123 protected Entry getEntry(String mimeType, Intent intent) { in getEntry() method in ResolveCache 200 return getEntry(mimeType, intent).bestResolve != null; in hasResolve() 209 return getEntry(mimeType, intent).icon; in getIcon()
|
/packages/apps/Email/provider_src/com/android/email/mail/internet/ |
D | AuthenticationCache.java | 69 entry = getEntry(context, account); in retrieveAccessToken() 85 CacheEntry entry = getEntry(context, account); in refreshAccessToken() 92 private CacheEntry getEntry(Context context, Account account) { in getEntry() method in AuthenticationCache
|
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
D | WidgetConfigure.java | 131 updateWidgetAndFinish(helper.getEntry(mAppWidgetId)); in setPhotoWidget() 182 updateWidgetAndFinish(helper.getEntry(mAppWidgetId)); in setChoosenAlbum() 197 updateWidgetAndFinish(helper.getEntry(mAppWidgetId)); in setWidgetType()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/ |
D | DaydreamActivity.java | 182 getEntry(R.array.sleep_timeout_values, R.array.sleep_timeout_entries, in getMainActions() 192 getEntry(R.array.screen_off_timeout_values, R.array.screen_off_timeout_entries, in getMainActions() 244 private String getEntry(int valuesResId, int entriesResId, long value) { in getEntry() method in DaydreamActivity
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
D | RawContactDeltaTests.java | 124 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); in testParcelChangesUpdate() 138 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); in testParcelChangesDelete() 263 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); in testEntityDiffNoneUpdate()
|
/packages/apps/Camera/src/com/android/camera/ui/ |
D | InLineSettingMenu.java | 53 mEntry.setText(mPreference.getEntry()); in updateView() 68 event.getText().add(mPreference.getTitle() + mPreference.getEntry()); in dispatchPopulateAccessibilityEvent()
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | InLineSettingKnob.java | 117 mEntry.setText(mPreference.getEntry()); in updateView() 144 event.getText().add(mPreference.getTitle() + mPreference.getEntry()); in onPopulateAccessibilityEvent()
|
/packages/apps/Settings/src/com/android/settings/voice/ |
D | VoiceInputListPreference.java | 49 setSummary(getEntry()); in persistString() 62 setSummary(getEntry()); in persistString()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | DefaultAssistPreference.java | 96 setSummary(getEntry()); in setAssistService() 112 setSummary(getEntry()); in setAssistActivity()
|
D | ProcessStatsPreference.java | 51 public ProcStatsPackageEntry getEntry() { in getEntry() method in ProcessStatsPreference
|
D | DefaultSmsPreference.java | 65 setSummary(getEntry()); in persistString()
|
D | DefaultPhonePreference.java | 49 setSummary(getEntry()); in persistString()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | PhoneAccountSettingsFragment.java | 173 mUseSipCalling.setSummary(mUseSipCalling.getEntry()); in onResume() 200 mUseSipCalling.setSummary(mUseSipCalling.getEntry()); in onPreferenceChange()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | RawContactDelta.java | 130 final ValuesDelta localEntry = local.getEntry(childId); in mergeAfter() 297 public ValuesDelta getEntry(Long childId) { in getEntry() method in RawContactDelta
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | MailboxSettings.java | 190 pref.setSummary(pref.getEntry()); in setupLookbackPreferenceOptions() 422 mSyncLookbackPref.setSummary(mSyncLookbackPref.getEntry());
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | EntityDelta.java | 125 final ValuesDelta localEntry = local.getEntry(childId); in mergeAfter() 245 public ValuesDelta getEntry(Long childId) { in getEntry() method in EntityDelta
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
D | AppManagementActivity.java | 138 final ApplicationsState.AppEntry entry = mApplicationsState.getEntry(mPackageName, userId); in onCreate() 319 mAppInfo.setEntry(mApplicationsState.getEntry(mPackageName, userId)); in onPackageListChanged()
|