Searched refs:mLocation (Results 1 - 20 of 20) sorted by relevance

/packages/apps/Email/src/com/android/exchange/
H A DPartRequest.java31 public String mLocation; field in class:PartRequest
36 mLocation = mAttachment.mLocation;
H A DEasSyncService.java896 String cmd = "GetAttachment&AttachmentName=" + att.mLocation;
/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideshowPresenter.java50 protected int mLocation; field in class:SlideshowPresenter
63 mLocation = 0;
117 presentSlide((SlideViewInterface) mView, ((SlideshowModel) mModel).get(mLocation));
252 mLocation = location;
256 return mLocation;
260 if (mLocation > 0) {
261 mLocation--;
266 if (mLocation < (mSlideNumber - 1)) {
267 mLocation++;
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
H A DSunCalculator.java43 private Location mLocation; field in class:SunCalculator
47 mLocation = location;
52 mLocation = location;
143 return mLocation.getLongitude() / 15.0;
229 final double latitude = Math.toRadians(mLocation.getLatitude());
/packages/apps/Gallery3D/src/com/cooliris/media/
H A DDisplaySlot.java28 private String mLocation; field in class:DisplaySlot
125 mLocation = geocodedLocation;
126 mLocationImage = getTextureForString(mLocation, textureTable, LOCATION_STYLE);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DTutorial.java42 private int[] mLocation = new int[2]; field in class:Tutorial
54 bubba.show(mLocation[0], mLocation[1]);
193 mInputView.getLocationInWindow(mLocation);
/packages/apps/Camera/src/com/android/camera/
H A DImageManager.java69 public DataLocation mLocation; field in class:ImageManager.ImageListParam
81 out.writeInt(mLocation.ordinal());
89 mLocation = DataLocation.values()[in.readInt()];
99 "bucket=%s,empty=%b}", mLocation, mInclusion,
251 DataLocation location = param.mLocation;
319 param.mLocation = location;
H A DCamera.java582 Location mLocation; field in class:Camera.JpegPictureCallback
585 mLocation = loc;
623 mImageCapture.storeImage(jpegData, camera, mLocation);
/packages/apps/Gallery/src/com/android/camera/
H A DImageManager.java71 public DataLocation mLocation; field in class:ImageManager.ImageListParam
85 out.writeInt(mLocation.ordinal());
94 mLocation = DataLocation.values()[in.readInt()];
104 "bucket=%s,empty=%b,single=%s}", mLocation, mInclusion,
285 DataLocation location = param.mLocation;
417 param.mLocation = location;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java63 private int[] mLocation = new int[2]; field in class:TutorialEN
75 bubba.show(mLocation[0], mLocation[1]);
254 mInputView.getLocationInWindow(mLocation);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java64 private int[] mLocation = new int[2]; field in class:TutorialJAJP
77 bubba.show(mLocation[0], mLocation[1]);
326 mInputView.getLocationInWindow(mLocation);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDeleteZone.java43 private final int[] mLocation = new int[2]; field in class:DeleteZone
153 final int[] location = mLocation;
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java113 private TextView mLocation; field in class:RadioInfo
261 mLocation = (TextView) findViewById(R.id.location);
448 mLocation.setText(r.getString(R.string.radioInfo_lac) + " = "
460 mLocation.setText("BID = "
475 mLocation.setText("unknown");
/packages/apps/Email/tests/src/com/android/email/provider/
H A DProviderTestUtils.java201 att.mLocation = "location " + fileName;
366 assertEquals(caller + " mLocation", expect.mLocation, actual.mLocation);
/packages/apps/Email/tests/src/com/android/email/
H A DLegacyConversionsTests.java245 if ("101".equals(attachment.mLocation)) {
247 } else if ("102".equals(attachment.mLocation)) {
250 fail("Unexpected attachment with location " + attachment.mLocation);
460 assertEquals(tag, expectedPartId, actual.mLocation);
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DSmtpSenderUnitTests.java312 attachment.mLocation = null;
/packages/apps/Email/src/com/android/email/
H A DLegacyConversions.java281 * TODO: Fix that, by (elsewhere) simulating an mLocation value based on the attachments
368 localAttachment.mLocation = partId;
377 // mFileName, mMimeType, mContentId, mMessageKey, mLocation
392 if (stringNotEqual(dbAttachment.mLocation, localAttachment.mLocation)) continue;
H A DMessagingController.java1861 attachment.mLocation);
/packages/apps/Email/src/com/android/email/provider/
H A DEmailContent.java1667 public String mLocation; field in class:EmailContent.Attachment
1792 mLocation = cursor.getString(CONTENT_LOCATION_COLUMN);
1809 values.put(AttachmentColumns.LOCATION, mLocation);
1830 dest.writeString(mLocation);
1851 mLocation = in.readString();
1878 + mContentUri + ", " + mMessageKey + ", " + mLocation + ", " + mEncoding + ", "
/packages/apps/Email/src/com/android/exchange/adapter/
H A DEmailSyncAdapter.java370 att.mLocation = location;

Completed in 318 milliseconds