Searched defs:getEntry (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DResolveCache.java118 protected Entry getEntry(Action action) { method in class:ResolveCache
197 return getEntry(action).bestResolve != null;
206 final ResolveInfo info = getEntry(action).bestResolve;
222 return getEntry(action).icon;
/packages/apps/Camera/src/com/android/camera/
H A DListPreference.java132 public String getEntry() { method in class:ListPreference
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactEntryAdapter.java169 return getEntry(mSections, position, mSeparators);
179 public final static <T extends Entry> T getEntry(ArrayList<ArrayList<T>> sections, method in class:ContactEntryAdapter
223 Entry entry = getEntry(mSections, position, mSeparators);
241 bindView(v, getEntry(mSections, position, mSeparators));
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetDatabaseHelper.java210 public Entry getEntry(int appWidgetId) { method in class:WidgetDatabaseHelper
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java260 protected ValuesDelta getEntry() { method in class:LabeledEditorView
/packages/apps/Contacts/src/com/android/contacts/model/
H A DEntityDelta.java133 final ValuesDelta localEntry = local.getEntry(childId);
265 public ValuesDelta getEntry(Long childId) { method in class:EntityDelta
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java125 final ValuesDelta localEntry = local.getEntry(childId);
245 public ValuesDelta getEntry(Long childId) { method in class:EntityDelta
/packages/apps/Settings/src/com/android/settings/applications/
H A DApplicationsState.java547 AppEntry getEntry(String packageName) { method in class:ApplicationsState
548 if (DEBUG_LOCKING) Log.v(TAG, "getEntry about to acquire lock...");
560 if (DEBUG_LOCKING) Log.v(TAG, "...getEntry releasing lock");

Completed in 163 milliseconds