Home
last modified time | relevance | path

Searched defs:location (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
DReverseGeocoderTask.java32 public void onComplete(String location); in onComplete()
71 protected void onPostExecute(String location) { in onPostExecute()
DImageManager.java173 long dateTaken, Location location, in addImage()
377 DataLocation location, int inclusion, int sort) { in allImages()
382 DataLocation location, int inclusion, int sort, String bucketId) { in allImages()
DMenuHelper.java190 public void onComplete(String location) { in onComplete()
/packages/apps/Calendar/src/com/android/calendar/
DAlertAdapter.java63 String location = cursor.getString(AlertActivity.INDEX_EVENT_LOCATION); in bindView() local
71 public static void updateView(Context context, View view, String eventName, String location, in updateView()
DAlertReceiver.java152 String location = alertCursor.getString(ALERT_INDEX_EVENT_LOCATION); in updateAlertNotification() local
162 String location, int numReminders) { in makeNewAlertNotification()
DEditEvent.java706 String location = intent.getStringExtra(Events.EVENT_LOCATION); in initFromIntent() local
752 String location = cursor.getString(EVENT_INDEX_EVENT_LOCATION); in onResume() local
1577 String location = mLocationTextView.getText().toString(); in getContentValuesFromUi() local
1659 String location = mLocationTextView.getText().toString(); in isEmpty() local
DAlertService.java131 String location; in processMessage() local
DEvent.java82 public CharSequence location; field in Event
DEventInfoActivity.java598 String location = mEventCursor.getString(EVENT_INDEX_EVENT_LOCATION); in updateView() local
/packages/apps/Mms/src/com/android/mms/model/
DSlideshowModel.java220 String location; in makePduBody() local
411 public void add(int location, SlideModel object) { in add()
426 public boolean addAll(int location, in addAll()
431 public SlideModel get(int location) { in get()
447 public ListIterator<SlideModel> listIterator(int location) { in listIterator()
451 public SlideModel remove(int location) { in remove()
461 public SlideModel set(int location, SlideModel object) { in set()
DSlideModel.java336 public void add(int location, MediaModel object) { in add()
340 public boolean addAll(int location, in addAll()
345 public MediaModel get(int location) { in get()
361 public ListIterator<MediaModel> listIterator(int location) { in listIterator()
365 public MediaModel remove(int location) { in remove()
373 public MediaModel set(int location, MediaModel object) { in set()
/packages/apps/GoogleSearch/src/com/android/googlesearch/
DGoogleSearch.java146 Location location = ((LocationManager) getSystemService( in getLocationData() local
/packages/apps/Email/src/org/apache/commons/io/input/
DSwappedDataInputStream.java140 int location = offset + ( length - remaining ); in readFully() local
/packages/apps/Mms/src/com/android/mms/transaction/
DMmsMessageSender.java53 public MmsMessageSender(Context context, Uri location) { in MmsMessageSender()
DPushReceiver.java194 String location = new String(rawLocation); in isDuplicateNotification() local
/packages/apps/Mms/src/com/android/mms/ui/
DSlideshowPresenter.java246 public void setLocation(int location) { in setLocation()
/packages/apps/Launcher/src/com/android/launcher/
DDeleteZone.java138 final int[] location = mLocation; in onDragStart() local
DWorkspace.java1043 final Rect location = recycle != null ? recycle : new Rect(); in estimateDropLocation() local
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DSoftKeyboard.java290 public SoftKey getKey(int row, int location) { in getKey()
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java622 private final void updateLocation(CellLocation location) { in updateLocation()
/packages/apps/Browser/src/com/android/browser/
DBrowserActivity.java2190 int location = tabPosition - firstVisible; in animateFromTabOverview() local