/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactEntryAdapter.java | 170 return getEntry(mSections, position, mSeparators); in getItem() 180 public final static <T extends Entry> T getEntry(ArrayList<ArrayList<T>> sections, in getEntry() method in ContactEntryAdapter 224 Entry entry = getEntry(mSections, position, mSeparators); in getItemId() 242 bindView(v, getEntry(mSections, position, mSeparators)); in getView()
|
D | ViewContactActivity.java | 478 ViewEntry entry = ContactEntryAdapter.getEntry(mSections, info.position, SHOW_SEPARATORS); in onCreateContextMenu() 684 return ContactEntryAdapter.getEntry(mSections, info.position, SHOW_SEPARATORS); in getViewEntryForMenuItem() 704 ViewEntry entry = ViewAdapter.getEntry(mSections, index, SHOW_SEPARATORS); in onKeyDown() 739 ViewEntry entry = ViewAdapter.getEntry(mSections, position, SHOW_SEPARATORS); in onItemClick() 1108 ViewEntry entry = getEntry(mSections, position, false); in getView()
|
/packages/apps/Settings/src/com/android/settings/ |
D | ManageApplications.java | 570 AppInfo aInfo = mCache.getEntry(pkgName); in updateAppList() 957 AppInfo aInfo = mCache.getEntry(info.packageName); in generateFilterListLocked() 1018 AppInfo aInfo = mCache.getEntry(info.packageName); in initMapFromList() 1072 AppInfo aInfo = mCache.getEntry(mAppLocalList.get(position).packageName); in getItemId() 1113 AppInfo mInfo = mCache.getEntry(appInfo.packageName); in getView() 1134 mCache.getEntry(info.packageName).index = i; in adjustIndex() 1171 AppInfo appInfo = mCache.getEntry(applicationInfo.packageName); in resetAppList() 1200 AppInfo aInfo = mCache.getEntry(key); in bulkUpdateIcons() 1220 AppInfo aInfo = mCache.getEntry(key); in bulkUpdateLabels() 1319 AppInfo aInfo = mCache.getEntry(pkgName); in updatePackage() [all …]
|
/packages/apps/AlarmClock/src/com/android/alarmclock/ |
D | SettingsActivity.java | 99 snooze.setSummary(snooze.getEntry()); in refresh()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | SettingsActivity.java | 99 snooze.setSummary(snooze.getEntry()); in refresh()
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | EntityDeltaTests.java | 123 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); in testParcelChangesUpdate() 137 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); in testParcelChangesDelete() 305 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); in testEntityDiffNoneUpdate()
|
D | EntityModifierTests.java | 447 final ValuesDelta child = state.getEntry(TEST_ID); in testTrimEmptyAfterUpdate() 568 final ValuesDelta child = state.getEntry(TEST_ID); in testTrimUpdateRemain() 633 final ValuesDelta child = state.getEntry(TEST_ID); in testTrimUpdateUpdate()
|
D | EntitySetTests.java | 176 return match.getEntry(dataId); in getPhone()
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | AccountSettings.java | 164 mCheckFrequency.setSummary(mCheckFrequency.getEntry()); in onCreate() 183 mSyncWindow.setSummary(mSyncWindow.getEntry()); in onCreate()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | EntityDelta.java | 127 final ValuesDelta localEntry = local.getEntry(childId); in mergeAfter() 247 public ValuesDelta getEntry(Long childId) { in getEntry() method in EntityDelta
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
D | QuickContactWindow.java | 928 protected Entry getEntry(Action action) { in getEntry() method in QuickContactWindow.ResolveCache 1004 return getEntry(action).bestResolve != null; in hasResolve() 1013 final ResolveInfo info = getEntry(action).bestResolve; in getDescription() 1029 final SoftReference<Drawable> iconRef = getEntry(action).icon; in getIcon()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | OnScreenSettings.java | 311 ? ((ListPreference) preference).getEntry() in getView()
|
/packages/apps/Camera/src/com/android/camera/ |
D | OnScreenSettings.java | 309 ? ((ListPreference) preference).getEntry() in getView()
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
D | CertInstaller.java | 821 keystore.getEntry(alias, passwdProtection); in extractFromPkcs12Internal()
|